1
0
forked from pool/perl-TimeDate
OBS User unknown 2009-07-31 18:43:18 +00:00 committed by Git OBS Bridge
parent 41cad5fbf3
commit ecd6d85155
3 changed files with 24 additions and 4 deletions

13
TimeDate-podfile-patch Normal file
View 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

View File

@ -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

View File

@ -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