2006-12-19 00:17:33 +01:00
|
|
|
#
|
2009-05-15 21:46:50 +02:00
|
|
|
# spec file for package psmisc (Version 22.7)
|
2006-12-19 00:17:33 +01:00
|
|
|
#
|
2009-03-11 16:44:05 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2006-12-19 00:17:33 +01:00
|
|
|
#
|
2008-08-08 02:14:10 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2006-12-19 00:17:33 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-05-22 04:14:34 +02:00
|
|
|
|
2006-12-19 00:17:33 +01:00
|
|
|
Name: psmisc
|
2007-04-26 18:58:12 +02:00
|
|
|
BuildRequires: gcc-c++ glibc-devel ncurses-devel
|
2008-08-22 20:17:12 +02:00
|
|
|
BuildRequires: libselinux-devel
|
2007-10-05 00:38:28 +02:00
|
|
|
Url: http://switch.dl.sourceforge.net/sourceforge/psmisc/
|
|
|
|
License: GPL v2 or later
|
2006-12-19 00:17:33 +01:00
|
|
|
Group: System/Monitoring
|
|
|
|
PreReq: %fillup_prereq %insserv_prereq
|
2007-10-05 00:38:28 +02:00
|
|
|
AutoReqProv: on
|
2009-05-15 21:46:50 +02:00
|
|
|
Version: 22.7
|
2009-10-12 20:58:51 +02:00
|
|
|
Release: 7
|
2006-12-19 00:17:33 +01:00
|
|
|
Provides: ps:/usr/bin/killall
|
|
|
|
Summary: Utilities for managing processes on your system
|
|
|
|
Source: http://switch.dl.sourceforge.net/sourceforge/psmisc/psmisc-%{version}.tar.bz2
|
2009-05-15 21:46:50 +02:00
|
|
|
Patch0: %name-22.7.dif
|
|
|
|
Patch1: %name-22.7-pstree.patch
|
|
|
|
Patch2: %name-22.7-nfs4fuser.patch
|
2008-05-22 04:14:34 +02:00
|
|
|
Patch3: %name-22.6-netunix.patch
|
2009-05-15 21:46:50 +02:00
|
|
|
Patch4: %name-22.7-writeonly.patch
|
2008-09-01 15:32:59 +02:00
|
|
|
Patch5: %name-22.6-fdleak.patch
|
2008-10-09 19:01:42 +02:00
|
|
|
Patch6: %name-22.6-tigetstr.patch
|
2009-05-15 21:46:50 +02:00
|
|
|
Patch7: %name-22.7-memleaks.patch
|
2009-10-12 16:47:11 +02:00
|
|
|
Patch8: %name-22.8-to-22.7-backport.patch
|
2006-12-19 00:17:33 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2009-07-17 17:06:50 +02:00
|
|
|
%define nopeek s390 s390x ia64 %arm
|
2006-12-19 00:17:33 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
The psmisc package contains utilities for managing processes on your
|
|
|
|
system: pstree, killall and fuser. The pstree command displays a tree
|
|
|
|
structure of all of the running processes on your system. The killall
|
|
|
|
command sends a specified signal (SIGTERM if nothing is specified) to
|
|
|
|
processes identified by name. The fuser command identifies the PIDs of
|
|
|
|
processes that are using specified files or filesystems.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Werner Almesberger
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2007-04-26 15:51:55 +02:00
|
|
|
%patch1 -p0 -b .pstree
|
|
|
|
%patch2 -p0 -b .nfs4fuser
|
2008-05-22 04:14:34 +02:00
|
|
|
%patch3 -p0 -b .netunix
|
2008-08-08 02:14:10 +02:00
|
|
|
%patch4 -p0 -b .wrtonly
|
2008-09-01 15:32:59 +02:00
|
|
|
%patch5 -p0 -b .fdleak
|
2008-10-09 19:01:42 +02:00
|
|
|
%patch6 -p0 -b .tigetstr
|
2009-04-02 17:29:10 +02:00
|
|
|
%patch7 -p0 -b .memleaks
|
2007-04-26 15:51:55 +02:00
|
|
|
%patch0 -p0
|
2009-10-12 16:47:11 +02:00
|
|
|
%patch8 -p0
|
2006-12-19 00:17:33 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
autoreconf -fi
|
|
|
|
CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 ${RPM_OPT_FLAGS} -pipe"
|
2007-04-26 15:51:55 +02:00
|
|
|
CXXFLAGS="$CFLAGS"
|
2006-12-19 00:17:33 +01:00
|
|
|
CC=gcc
|
2007-04-26 15:51:55 +02:00
|
|
|
CXX=g++
|
|
|
|
export CFLAGS CXXFLAGS CC CXX
|
2008-08-22 20:17:12 +02:00
|
|
|
sh ./configure --prefix=%{_prefix} --mandir=%{_mandir} --enable-selinux
|
2007-04-26 15:51:55 +02:00
|
|
|
make CFLAGS="$CFLAGS" "CC=$CC"
|
2006-12-19 00:17:33 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/bin/
|
|
|
|
mv $RPM_BUILD_ROOT/usr/bin/fuser $RPM_BUILD_ROOT/bin/
|
2007-04-26 18:58:12 +02:00
|
|
|
%ifarch %nopeek
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_mandir}/man1/peekfd.1*
|
|
|
|
%endif
|
2006-12-19 00:17:33 +01:00
|
|
|
%find_lang psmisc
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files -f psmisc.lang
|
|
|
|
%defattr (-,root,root,755)
|
|
|
|
/bin/fuser
|
|
|
|
%{_bindir}/killall
|
2007-04-26 18:58:12 +02:00
|
|
|
%ifnarch %nopeek
|
2007-04-26 15:51:55 +02:00
|
|
|
%{_bindir}/peekfd
|
2007-04-26 18:58:12 +02:00
|
|
|
%endif
|
2006-12-19 00:17:33 +01:00
|
|
|
%{_bindir}/pstree
|
|
|
|
%{_bindir}/pstree.x11
|
|
|
|
%{_mandir}/man1/fuser.1*
|
|
|
|
%{_mandir}/man1/killall.1*
|
2007-04-26 18:58:12 +02:00
|
|
|
%ifnarch %nopeek
|
2007-04-26 15:51:55 +02:00
|
|
|
%{_mandir}/man1/peekfd.1*
|
2007-04-26 18:58:12 +02:00
|
|
|
%endif
|
2006-12-19 00:17:33 +01:00
|
|
|
%{_mandir}/man1/pstree.1*
|
2007-12-19 22:14:01 +01:00
|
|
|
|
2007-03-29 18:26:08 +02:00
|
|
|
%changelog
|