Drop %defattr, redundant since rpm 4.4

This commit is contained in:
Paul Howarth 2012-03-18 10:49:41 +00:00
parent a160af2f26
commit 12efa480eb

View File

@ -1,6 +1,6 @@
Name: perl-Sub-Exporter
Version: 0.982
Release: 10%{?dist}
Release: 11%{?dist}
Summary: Sophisticated exporter for custom-built routines
License: GPL+ or Artistic
Group: Development/Libraries
@ -52,7 +52,6 @@ make test
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes README t/
%dir %{perl_vendorlib}/Sub/
%dir %{perl_vendorlib}/Sub/Exporter/
@ -66,6 +65,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Sub::Exporter::Util.3pm*
%changelog
* Sun Mar 18 2012 Paul Howarth <paul@city-fan.org> - 0.982-11
- Drop %%defattr, redundant since rpm 4.4
* Sat Mar 3 2012 Paul Howarth <paul@city-fan.org> - 0.982-10
- Explicitly require perl(Package::Generator)
- Make %%files list more explicit