Update to 0.35

- New upstream release 0.35
  - Fix Meta and add Contributing
- Use %license where possible
epel9
Paul Howarth 11 years ago
parent 571b507811
commit 7d13e7fa33

@ -1,5 +1,5 @@
Name: perl-Spiffy
Version: 0.32
Version: 0.35
Release: 1%{?dist}
Summary: Framework for doing object oriented (OO) programming in Perl
License: GPL+ or Artistic
@ -60,14 +60,23 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
%check
make test RELEASE_TESTING=1
# Support use of %%license on old distributions
%{!?_licensedir:%global license %%doc}
%files
%doc Changes LICENSE README
%license LICENSE
%doc Changes CONTRIBUTING README
%{perl_vendorlib}/Spiffy.pm
%doc %{perl_vendorlib}/Spiffy.pod
%{perl_vendorlib}/Spiffy/
%{_mandir}/man3/Spiffy.3pm*
%changelog
* Tue Jul 22 2014 Paul Howarth <paul@city-fan.org> - 0.35-1
- Update to 0.35
- Fix Meta and add Contributing
- Use %%license where possible
* Wed Jun 18 2014 Paul Howarth <paul@city-fan.org> - 0.32-1
- Update to 0.32
- Release with Zilla::Dist

@ -1 +1 @@
fe38ed4e8f4a6f4626a85ac6b0837b61 Spiffy-0.32.tar.gz
4a2f20ccdfa3c6a4e1c3b99f43b672e7 Spiffy-0.35.tar.gz

Loading…
Cancel
Save