commit 2a3471dcc6dcda4752afab32f7635aaa44e54f8c Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Sun Mar 18 12:37:22 2012 +0000 Make %files list more explicit perl-PPI.spec | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) --- diff --git a/perl-PPI.spec b/perl-PPI.spec index 1eef634..2c15a87 100644 --- a/perl-PPI.spec +++ b/perl-PPI.spec @@ -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@xxxxxxxxxxxx> - 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@xxxxxxxxxx> - 1.201-1 - bump to 1.201 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel