diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-10 07:06:29 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-08-10 07:06:29 +0000 |
commit | 8c41993dea83cad0fe7ef5855e5bf8c0519426aa (patch) | |
tree | 49cbd030f1e103d650c1b3778c45ed4de762eb59 /spec-helper.spec | |
parent | 6beb8be9a2c8ec9f8d020955db393579d594f7b9 (diff) | |
download | spec-helper-8c41993dea83cad0fe7ef5855e5bf8c0519426aa.tar spec-helper-8c41993dea83cad0fe7ef5855e5bf8c0519426aa.tar.gz spec-helper-8c41993dea83cad0fe7ef5855e5bf8c0519426aa.tar.bz2 spec-helper-8c41993dea83cad0fe7ef5855e5bf8c0519426aa.tar.xz spec-helper-8c41993dea83cad0fe7ef5855e5bf8c0519426aa.zip |
0.10.2-1mdk
Diffstat (limited to 'spec-helper.spec')
-rw-r--r-- | spec-helper.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/spec-helper.spec b/spec-helper.spec index 781fb46..1889486 100644 --- a/spec-helper.spec +++ b/spec-helper.spec @@ -1,5 +1,5 @@ %define name spec-helper -%define version 0.10.1 +%define version 0.10.2 %define release 1mdk Summary: Tools to ease the creation of rpm packages @@ -18,7 +18,7 @@ BuildArchitectures: noarch Requires: perl /sbin/ldconfig findutils /usr/bin/python gettext %description -Tools to ease the creation of rpm packages for the Mandrake Linux distribution. +Tools to ease the creation of rpm packages for the Mandrakelinux distribution. Compress man pages using bzip2, strip executables, convert links... %prep @@ -40,6 +40,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/spec-helper %changelog +* Tue Aug 10 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 0.10.2-1mdk +- Fix translation of menu entries +- Other cleanups and speedups + * Fri Feb 6 2004 Frederic Lepied <flepied@mandrakesoft.com> 0.10.1-1mdk - use " around the section name in spec-helper |