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