aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.PL1
-rw-r--r--rpmtools.spec9
2 files changed, 7 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d59a811..9fec758 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -76,6 +76,7 @@ WriteMakefile(
INC => '',
LIBS => [ '' ],
INSTALLDIRS => 'vendor',
+ MAN3PODS => {},
dist => {
COMPRESS => 'bzip2 --best',
SUFFIX => '.bz2',
diff --git a/rpmtools.spec b/rpmtools.spec
index 1217490..a8fd0d5 100644
--- a/rpmtools.spec
+++ b/rpmtools.spec
@@ -70,8 +70,11 @@ is fully compatible with old packdrake.
%{_bindir}/rpm2cpio.pl
%{_bindir}/dumpdistribconf
%{perl_vendorlib}/Distribconf*
-%{_mandir}/man1/*
-%{_mandir}/man3/Distribconf*
+%{_mandir}/man1/dumpdistribconf*
+%{_mandir}/man1/gendistrib*
+%{_mandir}/man1/genhdlist*
+%{_mandir}/man1/parsehdlist*
+%{_mandir}/man1/rpm2header*
%files -n packdrake
%defattr(-,root,root)
@@ -79,7 +82,7 @@ is fully compatible with old packdrake.
%{perl_vendorlib}/packdrake.pm
%{perl_vendorlib}/Packdrakeng.pm
%{perl_vendorlib}/Packdrakeng/zlib.pm
-%{_mandir}/man3/[pP]ackdrake*
+%{_mandir}/man1/packdrake*
%changelog
* Mon Oct 03 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.25-1mdk