Update to 0.68
- New upstream release 0.68 - Fix Copyright years - Documentation fixes - Use %license
This commit is contained in:
parent
af9806f15a
commit
7ac64d6d82
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-All
|
||||
Version: 0.66
|
||||
Version: 0.68
|
||||
Release: 1%{?dist}
|
||||
Summary: IO::All Perl module
|
||||
License: GPL+ or Artistic
|
||||
@ -80,7 +80,8 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||
make %{?_smp_mflags} test RELEASE_TESTING=1
|
||||
|
||||
%files
|
||||
%doc Changes CONTRIBUTING LICENSE README example/
|
||||
%license LICENSE
|
||||
%doc Changes CONTRIBUTING README example/
|
||||
%{perl_vendorlib}/IO/
|
||||
%{_mandir}/man3/IO::All.3pm*
|
||||
%{_mandir}/man3/IO::All::DBM.3pm*
|
||||
@ -96,6 +97,12 @@ make %{?_smp_mflags} test RELEASE_TESTING=1
|
||||
%{_mandir}/man3/IO::All::Temp.3pm*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 14 2014 Paul Howarth <paul@city-fan.org> - 0.68-1
|
||||
- Update to 0.68
|
||||
- Fix Copyright years
|
||||
- Documentation fixes
|
||||
- Use %%license
|
||||
|
||||
* Thu Jul 17 2014 Paul Howarth <paul@city-fan.org> - 0.66-1
|
||||
- Update to 0.66
|
||||
- Move doc to Swim
|
||||
|
||||
Loading…
Reference in New Issue
Block a user