diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-04-06 02:22:46 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-04-06 02:22:46 +0000 |
commit | ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22 (patch) | |
tree | 03a955960f96682d35859855a7dc2fb354627a86 | |
parent | 75847ab962eb08422be23aa382ef3486e4851729 (diff) | |
download | spec-helper-ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22.tar spec-helper-ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22.tar.gz spec-helper-ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22.tar.bz2 spec-helper-ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22.tar.xz spec-helper-ac00a35b2294a9c17dd2eb2097a26f1ae4dcfc22.zip |
"Seethechangelog"
-rw-r--r-- | ChangeLog | 9 | ||||
-rwxr-xr-x | compress_files | 2 | ||||
-rw-r--r-- | spec-helper.spec | 6 |
3 files changed, 15 insertions, 2 deletions
@@ -1,3 +1,12 @@ +2000-04-06 chmouel <chmouel@mururoa.us.mandrakesoft.com> + + * compress_files: When we find an orphan man pages, erase it (any + better idea ?) + +2000-04-01 chmouel <chmouel@mururoa.us.mandrakesoft.com> + + * spec-helper.spec: Requires: perl. + 2000-03-31 Chmouel Boudjnah <chmouel@mandrakesoft.com> * spec-helper.spec: Requires: perl. diff --git a/compress_files b/compress_files index a2ffc17..2f43706 100755 --- a/compress_files +++ b/compress_files @@ -172,7 +172,7 @@ foreach (keys %hardlinks) { } # Fix up symlinks that were pointing to the uncompressed files. -open (FIND,"find usr/man -type l |"); +open (FIND,"find $RPM_BUILD_ROOT -type l |"); while (<FIND>) { chomp; ($directory)=m:(.*)/:; diff --git a/spec-helper.spec b/spec-helper.spec index 3c1097e..200da56 100644 --- a/spec-helper.spec +++ b/spec-helper.spec @@ -1,6 +1,6 @@ %define name spec-helper %define version 0.2 -%define release 4mdk +%define release 5mdk Summary: Tools to ease the creation of rpm packages Name: %{name} @@ -38,6 +38,10 @@ rm -rf $RPM_BUILD_ROOT /usr/share/spec-helper %changelog +* Wed Apr 5 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.2-5mdk +- compress_files: When we find an orphan man pages, erase it (any better + idea ?) + * Fri Mar 31 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 0.2-4mdk - spec-helper.spec: Adjust groups. - initscripts.spec: Requires: perl |