Update to 0.19

- New upstream release 0.19:
  - Test::CPAN::Changes now accepts version entries ending in '-TRIAL'
    (CPAN RT#76882)
  - releases() in CPAN::Changes also accepts entries ending in '-TRIAL'
- Don't need to remove empty directories from buildroot
- Drop %defattr, redundant since rpm 4.4
epel9
Paul Howarth 13 years ago
parent 9d4643f8ee
commit de6564e6c9

@ -1,7 +1,7 @@
Name: perl-CPAN-Changes Name: perl-CPAN-Changes
Summary: Read and write Changes files Summary: Read and write Changes files
Version: 0.18 Version: 0.19
Release: 2%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/CPAN-Changes/ URL: http://search.cpan.org/dist/CPAN-Changes/
@ -38,7 +38,6 @@ make %{?_smp_mflags}
%install %install
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
%{_fixperms} %{buildroot} %{_fixperms} %{buildroot}
%check %check
@ -46,7 +45,6 @@ make test
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%files %files
%defattr(-,root,root,-)
%doc Changes README %doc Changes README
%{perl_vendorlib}/CPAN/ %{perl_vendorlib}/CPAN/
%{perl_vendorlib}/Test/ %{perl_vendorlib}/Test/
@ -56,6 +54,14 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Test::CPAN::Changes.3pm* %{_mandir}/man3/Test::CPAN::Changes.3pm*
%changelog %changelog
* Tue May 1 2012 Paul Howarth <paul@city-fan.org> - 0.19-1
- Update to 0.19:
- Test::CPAN::Changes now accepts version entries ending in '-TRIAL'
(CPAN RT#76882)
- releases() in CPAN::Changes also accepts entries ending in '-TRIAL'
- Don't need to remove empty directories from buildroot
- Drop %%defattr, redundant since rpm 4.4
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 0.18-2 * Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 0.18-2
- Fedora 17 mass rebuild - Fedora 17 mass rebuild

@ -1 +1 @@
e30fbdaa1d94f99d25b1342ba604e239 CPAN-Changes-0.18.tar.gz 0091529b269037e959291dd64af8b178 CPAN-Changes-0.19.tar.gz

Loading…
Cancel
Save