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