|
|
|
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
|
|
|
|
|
|
|
|
|
|
# don't "provide" private Perl libs
|
|
|
|
|
# Don't "provide" private Perl libs
|
|
|
|
|
%global _use_internal_dependency_generator 0
|
|
|
|
|
%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
|
|
|
|
|
%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
|
|
|
|
@ -45,8 +45,8 @@ BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
|
|
|
|
|
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
|
|
|
|
|
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
|
|
|
|
|
/usr/bin/find %{buildroot} -type f -name '*.bs' -a -size 0 -exec %{__rm} -f {} ';'
|
|
|
|
|
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';'
|
|
|
|
|
%{__chmod} -R u+w %{buildroot}/*
|
|
|
|
|
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
|
|
|
|
|
%{__chmod} -R u+w %{buildroot}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%{__make} test
|
|
|
|
@ -59,30 +59,30 @@ BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
|
|
|
|
|
%{_mandir}/man3/Date::Simple*.3pm*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.03-6
|
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> 3.03-6
|
|
|
|
|
- Mass rebuild with perl 5.12.0
|
|
|
|
|
|
|
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 3.03-5
|
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> 3.03-5
|
|
|
|
|
- Rebuild against perl 5.10.1
|
|
|
|
|
|
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.03-4
|
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 3.03-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Mar 6 2009 Paul Howarth <paul@city-fan.org> - 3.03-3
|
|
|
|
|
* Fri Mar 6 2009 Paul Howarth <paul@city-fan.org> 3.03-3
|
|
|
|
|
- Filter out unwanted provides for perl shared objects
|
|
|
|
|
|
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.03-2
|
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> 3.03-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 22 2009 Paul Howarth <paul@city-fan.org> - 3.03-1
|
|
|
|
|
* Thu Jan 22 2009 Paul Howarth <paul@city-fan.org> 3.03-1
|
|
|
|
|
- Update to 3.03
|
|
|
|
|
- Don't package Artistic license text, not included in upstream release
|
|
|
|
|
- New upstream maintainer -> new source URL
|
|
|
|
|
|
|
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.02-9
|
|
|
|
|
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.02-9
|
|
|
|
|
- Rebuild for perl 5.10 (again)
|
|
|
|
|
|
|
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.02-8
|
|
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> 3.02-8
|
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
|
|
|
|
|
* Tue Jan 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 3.02-7
|
|
|
|
@ -101,10 +101,10 @@ BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::More)
|
|
|
|
|
- FE6 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Feb 16 2006 Paul Howarth <paul@city-fan.org> 3.02-3
|
|
|
|
|
- don't use macros in command paths, hardcode them instead
|
|
|
|
|
- Don't use macros in command paths, hardcode them instead
|
|
|
|
|
|
|
|
|
|
* Tue Aug 23 2005 Paul Howarth <paul@city-fan.org> 3.02-2
|
|
|
|
|
- point URLs at search.cpan.org instead of cpan.uwinnipeg.ca
|
|
|
|
|
- Point URLs at search.cpan.org instead of cpan.uwinnipeg.ca
|
|
|
|
|
|
|
|
|
|
* Tue Aug 23 2005 Paul Howarth <paul@city-fan.org> 3.02-1
|
|
|
|
|
- initial package build
|
|
|
|
|
- Initial package build
|
|
|
|
|