Hello community, here is the log from the commit of package perl-Time-Period for openSUSE:Factory checked in at Mon Sep 19 17:58:32 CEST 2011.
-------- --- perl-Time-Period/perl-Time-Period.changes 2011-02-28 10:53:06.000000000 +0100 +++ perl-Time-Period/perl-Time-Period.changes 2011-09-14 10:45:38.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Aug 25 00:03:16 UTC 2011 - [email protected] + +- fix build for SLE_10 + * ExtUtils::MakeMaker version 6.31 +- cpanspec + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Time-Period.spec ++++++ --- /var/tmp/diff_new_pack.V55z99/_old 2011-09-19 17:58:28.000000000 +0200 +++ /var/tmp/diff_new_pack.V55z99/_new 2011-09-19 17:58:28.000000000 +0200 @@ -15,57 +15,54 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Time-Period -%define cpan_name Time-Period Version: 1.23 Release: 1 -AutoReqProv: on +License: GPL+ or Artistic +%define cpan_name Time-Period +Summary: A Perl module to deal with time periods. Group: Development/Libraries/Perl -License: Artistic -Url: http://www.cpan.org/authors/id/PRYAN/ -Summary: A Perl Module for dealing with Time Periods +Url: http://search.cpan.org/dist/Time-Period/ +#Source: http://www.cpan.org/authors/id/P/PB/PBOYD/%{cpan_name}-%{version}.tar.gz Source: %{cpan_name}-%{version}.tar.bz2 +BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 +BuildRequires: perl(Test::More) +%{perl_requires} %description - -%{cpan_name}.pm is a Perl module that contains code for dealing with time +Time-Period.pm is a Perl module that contains code for dealing with time periods. Currently, there is only one function in this module. That function is called inPeriod(). -Authors: --------- - Patrick Ryan <[email protected]> - %prep -%setup -n %{cpan_name}-%{version} +%setup -q -n %{cpan_name}-%{version} +%if 0%{?sles_version} == 10 +%{__perl} -p -i -e 's|6.31|6.30|' Makefile.PL +%endif %build -perl Makefile.PL -make %{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor +%{__make} %{?_smp_mflags} %check -make test +%{__make} test %install -rm -rf $RPM_BUILD_ROOT -make DESTDIR=$RPM_BUILD_ROOT install_vendor +%perl_make_install %perl_process_packlist +%perl_gen_filelist %clean -rm -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} -%files -%defattr(-, root, root) -%doc README -%doc %{_mandir}/man?/* -%{perl_vendorlib}/Time -%{perl_vendorarch}/auto/Time +%files -f %{name}.files +%defattr(-,root,root,755) +%doc LICENSE README %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
