procps.spec needed a slash -- thanks Jesse Brandeburg

This commit is contained in:
albert 2006-06-17 05:12:35 +00:00
parent ac23e47c3e
commit 6e91ded9ff
2 changed files with 6 additions and 1 deletions

1
NEWS
View File

@ -6,6 +6,7 @@ ps: SCHED_BATCH is B
ps: fix s format (signals) output with thread display
watch: avoid integer overflow for the time delay
pwdx: buffer overflow fixed -- thanks Ulf Harnhammar
procps.spec needed a slash -- thanks Jesse Brandeburg
procps-3.2.5 --> procps-3.2.6

View File

@ -26,7 +26,7 @@ make SKIP="/bin/kill /usr/share/man/man1/kill.1" CFLAGS="$RPM_OPT_FLAGS"
%install
rm -rf $RPM_BUILD_ROOT
make SKIP="/bin/kill /usr/share/man/man1/kill.1" DESTDIR=$RPM_BUILD_ROOT ldconfig=echo install="install -D" lib="$RPM_BUILD_ROOT/%{_lib}" install
make SKIP="/bin/kill /usr/share/man/man1/kill.1" DESTDIR=$RPM_BUILD_ROOT ldconfig=echo install="install -D" lib="$RPM_BUILD_ROOT/%{_lib}/" install
%clean
rm -rf $RPM_BUILD_ROOT
@ -46,3 +46,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(0644,root,root) /usr/share/man/man1/*
%attr(0644,root,root) /usr/share/man/man5/*
%attr(0644,root,root) /usr/share/man/man8/*
%changelog
* Fri Apr 14 09:23:45 PDT 2006 Jesse Brandeburg <jesse.brandeburg@in...>
- fix missing trailing slash in %install to fix builds on x86_64