diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-16 14:46:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-16 14:46:26 +0000 |
commit | 052a8b211f8b41ecb86165c21a17b1d076e1cdfa (patch) | |
tree | 8b381f7a135a42ee34c0d5717f4be82b7d248dda /rpmtools.spec | |
parent | c961bc2abd81e0acb3362775412b97c2ff69a13f (diff) | |
download | rpmtools-052a8b211f8b41ecb86165c21a17b1d076e1cdfa.tar rpmtools-052a8b211f8b41ecb86165c21a17b1d076e1cdfa.tar.gz rpmtools-052a8b211f8b41ecb86165c21a17b1d076e1cdfa.tar.bz2 rpmtools-052a8b211f8b41ecb86165c21a17b1d076e1cdfa.tar.xz rpmtools-052a8b211f8b41ecb86165c21a17b1d076e1cdfa.zip |
5.0.26-1mdk5.0.26
Diffstat (limited to 'rpmtools.spec')
-rw-r--r-- | rpmtools.spec | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/rpmtools.spec b/rpmtools.spec index a8fd0d5..ed65731 100644 --- a/rpmtools.spec +++ b/rpmtools.spec @@ -1,6 +1,6 @@ %define name rpmtools # do not modify here, see spec file in the CVS -%define version 5.0.25 +%define version 5.0.26 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -34,8 +34,6 @@ Group: %{group} Summary: A simple Archive Extractor/Builder Conflicts: rpmtools <= 5.0.0 Provides: perl(packdrake) -# perl-Compress-Zlib is only "suggested" -%define _requires_exceptions perl(Compress::Zlib) %description -n packdrake Packdrake is a simple indexed archive builder and extractor using @@ -63,12 +61,12 @@ is fully compatible with old packdrake. %files %defattr(-,root,root) -%{_bindir}/parsehdlist -%{_bindir}/rpm2header +%{_bindir}/dumpdistribconf %{_bindir}/gendistrib %{_bindir}/genhdlist +%{_bindir}/parsehdlist %{_bindir}/rpm2cpio.pl -%{_bindir}/dumpdistribconf +%{_bindir}/rpm2header %{perl_vendorlib}/Distribconf* %{_mandir}/man1/dumpdistribconf* %{_mandir}/man1/gendistrib* @@ -81,10 +79,17 @@ is fully compatible with old packdrake. %{_bindir}/packdrake %{perl_vendorlib}/packdrake.pm %{perl_vendorlib}/Packdrakeng.pm +%{perl_vendorlib}/Packdrakeng %{perl_vendorlib}/Packdrakeng/zlib.pm %{_mandir}/man1/packdrake* %changelog +* Wed Nov 16 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.26-1mdk +- Use MDV:: perl modules, replaces the ones shipped by compatibility wrappers +- Move packdrake manpage to packdrake rpm +- gendistrib: Fix the location where the MD5SUM files are generated + (thanks joeghi) + * Mon Oct 03 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 5.0.25-1mdk - Documentation: new manpages for gendistrib, genhdlist, dumpdistribconf. More internal docs for Perl modules. |