Make %files list more explicit

This commit is contained in:
Paul Howarth 2012-03-18 12:37:22 +00:00
parent 539efd9aa3
commit 2a3471dcc6

View File

@ -52,8 +52,9 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes LICENSE README inline2test.conf inline2test.tpl
%{perl_vendorlib}/PPI*
%{_mandir}/man3/*.3pm*
%{perl_vendorlib}/PPI/
%{perl_vendorlib}/PPI.pm
%{_mandir}/man3/PPI*.3pm*
%changelog
* Wed Mar 14 2012 Paul Howarth <paul@city-fan.org> - 1.201-2
@ -64,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Don't need to remove empty directories from buildroot
- Use %%{_fixperms} macro rather than our own chmod incantation
- Make %%files list more explicit
* Wed Dec 19 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.201-1
- bump to 1.201