From d05e986e5f15123fb9568ec901ee4a7f205343a8 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sun, 20 Feb 2005 23:20:42 +0000 Subject: - don't create existing dir - minor fix - 5.8.11 --- rpmtools.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'rpmtools.spec') diff --git a/rpmtools.spec b/rpmtools.spec index 2b98a8b..d6eba69 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -2,7 +2,7 @@ %define release 1mdk # do not modify here, see Makefile in the CVS -%define version 5.0.10 +%define version 5.0.11 %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') %define rpm_version %(rpm -q --queryformat '%{VERSION}-%{RELEASE}' rpm) @@ -65,6 +65,10 @@ is fully compatible with old packdrake. %{_bindir}/gendistrib %{_bindir}/genhdlist %{_bindir}/rpm2cpio.pl +%{_bindir}/dumpdistribconf +%{perl_vendorlib}/Distribconf.pm +%{_mandir}/man1/* +%{_mandir}/man3/Distribconf.* %files -n packdrake %defattr(-,root,root) @@ -72,9 +76,13 @@ is fully compatible with old packdrake. %{perl_vendorlib}/packdrake.pm %{perl_vendorlib}/Packdrakeng.pm %{perl_vendorlib}/Packdrakeng/zlib.pm -%{_mandir}/*/* +%{_mandir}/man3/[pP]ackdrake* %changelog +* Sun Feb 20 2005 Olivier Thauvin 5.0.11-1mdk +- add Distribconf.pm and dumpdistribconf to manage distrib config +- gendistrib use Distribconf.pm + * Thu Feb 17 2005 Rafael Garcia-Suarez 5.0.10-1mdk - gendistrib: - Generate hdlists and synthesis as hard links in /media_info -- cgit v1.2.1