diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-03-23 17:37:14 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-03-23 17:37:14 +0000 |
commit | 5eb3b91e8c2b79808eab9026409caa27bc8c3f63 (patch) | |
tree | d50777937a0d8878506d9fd41de9940f64019115 | |
parent | a98655ecfa485b52f2e1f40f31d919a5f67de84e (diff) | |
download | spec-helper-5eb3b91e8c2b79808eab9026409caa27bc8c3f63.tar spec-helper-5eb3b91e8c2b79808eab9026409caa27bc8c3f63.tar.gz spec-helper-5eb3b91e8c2b79808eab9026409caa27bc8c3f63.tar.bz2 spec-helper-5eb3b91e8c2b79808eab9026409caa27bc8c3f63.tar.xz spec-helper-5eb3b91e8c2b79808eab9026409caa27bc8c3f63.zip |
"Seethechangelog"
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | spec-helper.spec | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2000-03-23 Chmouel Boudjnah <chmouel@mandrakesoft.com> + + * compress_files: Don't compress whatis and dir in /usr/{info|man}. + 2000-02-28 Frederic Lepied <flepied@mandrakesoft.com> * 0.2: use EXCLUDE_FROM_COMPRESS and EXCLUDE_FROM_STRIP environment diff --git a/spec-helper.spec b/spec-helper.spec index 3296beb..0211597 100644 --- a/spec-helper.spec +++ b/spec-helper.spec @@ -1,6 +1,6 @@ %define name spec-helper %define version 0.2 -%define release 1mdk +%define release 2mdk Summary: Tools to ease the creation of rpm packages Name: %{name} @@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT /usr/share/spec-helper %changelog +* Thu Mar 23 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.2-2mdk +- compress_files: Don't compress whatis and dir in /usr/{info|man}. + * Mon Feb 28 2000 Frederic Lepied <flepied@mandrakesoft.com> 0.2-1mdk - 0.2: added EXCLUDE_FROM_COMPRESS and EXCLUDE_FROM_STRIP environment variables. |