]> granicus.if.org Git - procps-ng/commitdiff
works now: rpmbuild -ta procps-3.*.tar.gz
authoralbert <>
Sun, 15 Dec 2002 07:03:16 +0000 (07:03 +0000)
committeralbert <>
Sun, 15 Dec 2002 07:03:16 +0000 (07:03 +0000)
NEWS
procps.spec

diff --git a/NEWS b/NEWS
index 9eb20819624ff9237cc91a9822278cec0e1c3a63..a5983d5e4e856849ea81ab86a868a2e6d2215d45 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ top: was trashing every "3" in a command name
 top: when killing a process, the PID was cut at a "3"
 top: more reliable %CPU
 update copyright dates (GPL & LGPL require this)
+RPM generation works now
 
 procps-3.1.2 --> procps-3.1.3
 
index 3ac60d032c36b9b4012bf7db5869b9abf1b01ba4..d0793f1ed59d32460488623e653b674ac7747002 100644 (file)
@@ -22,11 +22,11 @@ tload, top, uptime, vmstat, w, and watch. You need some of these.
 %setup
 
 %build
-make CC="gcc $RPM_OPT_FLAGS" LDFLAGS=-s
+make SKIP="/bin/kill /usr/share/man/man1/kill.1" CC="gcc $RPM_OPT_FLAGS" LDFLAGS=-s
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install=install install
+make SKIP="/bin/kill /usr/share/man/man1/kill.1" DESTDIR=$RPM_BUILD_ROOT install="install -D" install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,5 +43,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(555,root,root) /sbin/*
 %attr(555,root,root) /usr/bin/*
 
-%attr(0644,root,root) /usr/man/man1/*
-%attr(0644,root,root) /usr/man/man8/*
+%attr(0644,root,root) /usr/share/man/man1/*
+%attr(0644,root,root) /usr/share/man/man8/*