works now: rpmbuild -ta procps-3.*.tar.gz
This commit is contained in:
parent
71d958095f
commit
b8c8125f63
1
NEWS
1
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: when killing a process, the PID was cut at a "3"
|
||||||
top: more reliable %CPU
|
top: more reliable %CPU
|
||||||
update copyright dates (GPL & LGPL require this)
|
update copyright dates (GPL & LGPL require this)
|
||||||
|
RPM generation works now
|
||||||
|
|
||||||
procps-3.1.2 --> procps-3.1.3
|
procps-3.1.2 --> procps-3.1.3
|
||||||
|
|
||||||
|
@ -22,11 +22,11 @@ tload, top, uptime, vmstat, w, and watch. You need some of these.
|
|||||||
%setup
|
%setup
|
||||||
|
|
||||||
%build
|
%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
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -43,5 +43,5 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%attr(555,root,root) /sbin/*
|
%attr(555,root,root) /sbin/*
|
||||||
%attr(555,root,root) /usr/bin/*
|
%attr(555,root,root) /usr/bin/*
|
||||||
|
|
||||||
%attr(0644,root,root) /usr/man/man1/*
|
%attr(0644,root,root) /usr/share/man/man1/*
|
||||||
%attr(0644,root,root) /usr/man/man8/*
|
%attr(0644,root,root) /usr/share/man/man8/*
|
||||||
|
Loading…
Reference in New Issue
Block a user