forked from pool/perl-TimeDate
This commit is contained in:
parent
41cad5fbf3
commit
ecd6d85155
13
TimeDate-podfile-patch
Normal file
13
TimeDate-podfile-patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: lib/Date/Parse.pm
|
||||
===================================================================
|
||||
--- lib/Date/Parse.pm.orig
|
||||
+++ lib/Date/Parse.pm
|
||||
@@ -320,6 +320,8 @@ if they could be extracted from the date
|
||||
the timezone offset in seconds from GMT. An empty array is returned upon
|
||||
failure.
|
||||
|
||||
+=back
|
||||
+
|
||||
=head1 MULTI-LANGUAGE SUPPORT
|
||||
|
||||
Date::Parse is capable of parsing dates in several languages, these are
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 31 16:21:55 CEST 2009 - lrupp@suse.de
|
||||
|
||||
- fix podfile
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 25 19:45:30 CEST 2009 - chris@computersalat.de
|
||||
|
||||
|
@ -22,12 +22,13 @@ Name: perl-TimeDate
|
||||
%define cpan_name TimeDate
|
||||
Summary: Parse date strings into time values
|
||||
Version: 1.16
|
||||
Release: 258
|
||||
Release: 259
|
||||
License: Artistic License ..
|
||||
Group: Development/Libraries/Perl
|
||||
AutoReqProv: on
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
Patch: %{cpan_name}-deprecated_array_use.patch
|
||||
Patch1: %{cpan_name}-deprecated_array_use.patch
|
||||
Patch2: %{cpan_name}-podfile-patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@ -54,11 +55,12 @@ Provides: %{cpan_name}
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%patch
|
||||
%patch1
|
||||
%patch2
|
||||
|
||||
%build
|
||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||
%{__make}
|
||||
%{__make} %{?jobs:-j%jobs}
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
|
Loading…
x
Reference in New Issue
Block a user