aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rwxr-xr-xcompress_files2
-rw-r--r--spec-helper.spec6
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1437744..99943f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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