Accepting request 29429 from Base:System

Copy from Base:System/psmisc based on submit request 29429 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29429
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/psmisc?expand=0&rev=25
This commit is contained in:
OBS User autobuild 2010-01-14 14:47:34 +00:00 committed by Git OBS Bridge
parent 2b11a64565
commit 6a672a18b3
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Dec 6 15:07:16 CET 2009 - jengelh@medozas.de
- 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

@ -1,7 +1,7 @@
# #
# spec file for package psmisc (Version 22.7) # spec file for package psmisc (Version 22.7)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -22,12 +22,12 @@ Name: psmisc
BuildRequires: gcc-c++ glibc-devel ncurses-devel BuildRequires: gcc-c++ glibc-devel ncurses-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
Url: http://switch.dl.sourceforge.net/sourceforge/psmisc/ Url: http://switch.dl.sourceforge.net/sourceforge/psmisc/
License: GPL v2 or later License: GPLv2+
Group: System/Monitoring Group: System/Monitoring
PreReq: %fillup_prereq %insserv_prereq PreReq: %fillup_prereq %insserv_prereq
AutoReqProv: on AutoReqProv: on
Version: 22.7 Version: 22.7
Release: 7 Release: 8
Provides: ps:/usr/bin/killall Provides: ps:/usr/bin/killall
Summary: Utilities for managing processes on your system Summary: Utilities for managing processes on your system
Source: http://switch.dl.sourceforge.net/sourceforge/psmisc/psmisc-%{version}.tar.bz2 Source: http://switch.dl.sourceforge.net/sourceforge/psmisc/psmisc-%{version}.tar.bz2
@ -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