Accepting request 25716 from home:jengelh:branches:Base:System

Copy from home:jengelh:branches:Base:System/psmisc via accept of submit request 25716 revision 3.
Request was accepted with message:

OBS-URL: https://build.opensuse.org/request/show/25716
OBS-URL: https://build.opensuse.org/package/show/Base:System/psmisc?expand=0&rev=13
This commit is contained in:
Dr. Werner Fink 2009-12-07 08:21:29 +00:00 committed by Git OBS Bridge
parent 2864eb1ba5
commit 971a76090f
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Dec 6 15:07:16 CET 2009 - jengelh
- enable parallel building
- do not package peekfd on SPARC (it is not built)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 12 17:15:37 CEST 2009 - werner@suse.de Mon Oct 12 17:15:37 CEST 2009 - werner@suse.de

View File

@ -41,7 +41,7 @@ Patch6: %name-22.6-tigetstr.patch
Patch7: %name-22.7-memleaks.patch Patch7: %name-22.7-memleaks.patch
Patch8: %name-22.8-to-22.7-backport.patch Patch8: %name-22.8-to-22.7-backport.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define nopeek s390 s390x ia64 %arm %define nopeek s390 s390x ia64 %arm %sparc
%description %description
The psmisc package contains utilities for managing processes on your The psmisc package contains utilities for managing processes on your
@ -77,7 +77,7 @@ CC=gcc
CXX=g++ CXX=g++
export CFLAGS CXXFLAGS CC CXX export CFLAGS CXXFLAGS CC CXX
sh ./configure --prefix=%{_prefix} --mandir=%{_mandir} --enable-selinux sh ./configure --prefix=%{_prefix} --mandir=%{_mandir} --enable-selinux
make CFLAGS="$CFLAGS" "CC=$CC" make %{?jobs:-j%jobs} CFLAGS="$CFLAGS" "CC=$CC"
%install %install
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install