diff --git a/NEWS b/NEWS index 9eb20819..a5983d5e 100644 --- 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 diff --git a/procps.spec b/procps.spec index 3ac60d03..d0793f1e 100644 --- a/procps.spec +++ b/procps.spec @@ -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/*