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
This commit is contained in:
parent
9d4643f8ee
commit
de6564e6c9
@ -1,7 +1,7 @@
|
||||
Name: perl-CPAN-Changes
|
||||
Summary: Read and write Changes files
|
||||
Version: 0.18
|
||||
Release: 2%{?dist}
|
||||
Version: 0.19
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/CPAN-Changes/
|
||||
@ -38,7 +38,6 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
||||
find %{buildroot} -depth -type d -exec rmdir {} \; 2>/dev/null
|
||||
%{_fixperms} %{buildroot}
|
||||
|
||||
%check
|
||||
@ -46,7 +45,6 @@ make test
|
||||
make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc Changes README
|
||||
%{perl_vendorlib}/CPAN/
|
||||
%{perl_vendorlib}/Test/
|
||||
@ -56,6 +54,14 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
|
||||
%{_mandir}/man3/Test::CPAN::Changes.3pm*
|
||||
|
||||
%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
|
||||
- Fedora 17 mass rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user