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
|
Sat Jul 25 19:45:30 CEST 2009 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -22,12 +22,13 @@ Name: perl-TimeDate
|
|||||||
%define cpan_name TimeDate
|
%define cpan_name TimeDate
|
||||||
Summary: Parse date strings into time values
|
Summary: Parse date strings into time values
|
||||||
Version: 1.16
|
Version: 1.16
|
||||||
Release: 258
|
Release: 259
|
||||||
License: Artistic License ..
|
License: Artistic License ..
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@ -54,11 +55,12 @@ Provides: %{cpan_name}
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%patch
|
%patch1
|
||||||
|
%patch2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
||||||
%{__make}
|
%{__make} %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
%{__make} test
|
||||||
|
Loading…
Reference in New Issue
Block a user