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 | |
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
-rw-r--r-- | ChangeLog | 84 | ||||
-rw-r--r-- | rpmtools.spec | 17 |
2 files changed, 95 insertions, 6 deletions
@@ -1,3 +1,87 @@ +2005-11-16 15:28 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * editdistrib: Add a version command + +2005-11-16 15:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * editdistrib: Fix a few typos; add a "quit" command + +2005-11-16 14:57 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Makefile.PL, rpmtools.spec: Put packdrake(1) manpage in the + packdrake rpm, not in the rpmtools rpm. Don't install manpages + in section 3 for obsolete modules. + +2005-11-16 14:56 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * packdrake: Don't leave empty sections in manpage + +2005-11-16 14:15 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * gendistrib: Fix the location where the MD5SUM files are generated + (thanks joeghi) + +2005-11-15 13:42 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * packdrake.pm: Remove wrapper overhead, use directly new module + +2005-11-15 13:21 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * Distribconf.pm, Packdrakeng.pm, Distribconf/Build.pm, + Packdrakeng/zlib.pm: Replace modules by wrappers around new MDV:: + namespace. Add a deprecation warning. + +2005-11-15 13:19 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * t/01packdrakeng.t: use_ok must be done at compile time for + imports to work + +2005-11-15 12:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * dumpdistribconf, gendistrib: Use modules in the new namespace + MDV:: + +2005-11-15 12:16 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * MANIFEST: Add editdistrib to the MANIFEST + +2005-11-15 12:10 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * .cvsignore: Ignore MakeMaker build files and compiled binaries + +2005-10-18 17:41 Olivier Blin <oblin at mandriva.com> + + * packdrake: fix syntax error + +2005-10-14 03:49 Olivier Thauvin <thauvin at aerov.jussieu.fr> + + * editdistrib: - add del/save/set/check + +2005-10-11 23:23 pterjan + + * gendistrib: Fix typo + +2005-10-11 08:32 Olivier Thauvin <thauvin at aerov.jussieu.fr> + + * editdistrib: - factorize code + +2005-10-11 01:26 Olivier Thauvin <thauvin at aerov.jussieu.fr> + + * editdistrib: - add addmedia() - use MDV::... + +2005-10-10 14:42 Olivier Thauvin <thauvin at aerov.jussieu.fr> + + * editdistrib: - add + +2005-10-04 14:07 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rpmtools.spec: Make perl-devel dependency portable (thanks to + Buchan) + +2005-10-03 19:00 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * rpmtools.spec: 5.0.25-1mdk + 2005-10-03 18:00 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * packdrake: Make Pod::Usage optional, for dependency reasons 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. |