fix buildreq, sync with upstream
This commit is contained in:
parent
13c4930f82
commit
58eabd6779
15
psmisc.spec
15
psmisc.spec
@ -1,7 +1,7 @@
|
||||
Summary: Utilities for managing processes on your system.
|
||||
Name: psmisc
|
||||
Version: 22.1.03072006cvs
|
||||
Release: 1
|
||||
Version: 22.2
|
||||
Release: 2
|
||||
License: BSD/GPL
|
||||
Group: Applications/System
|
||||
Source: ftp://ftp.sf.net/pub/sourceforge/psmisc/psmisc-%{version}.tar.gz
|
||||
@ -9,8 +9,9 @@ URL: http://psmisc.sourceforge.net
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||
BuildRequires: libtermcap-devel
|
||||
BuildRequires: libselinux-devel
|
||||
BuildRequires: gettext-devel
|
||||
|
||||
Patch0: psmisc-22.1-fuser-silent.patch
|
||||
Patch0: psmisc-22.1-fuser-listsigs.patch
|
||||
|
||||
%description
|
||||
The psmisc package contains utilities for managing processes on your
|
||||
@ -26,7 +27,6 @@ of processes that are using specified files or filesystems.
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
||||
./autogen.sh
|
||||
%configure --prefix=/usr --enable-selinux
|
||||
make
|
||||
|
||||
@ -56,6 +56,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man1/pstree.1*
|
||||
|
||||
%changelog
|
||||
* Wed May 17 2006 Karel Zak <kzak@redhat.com> 22.2-2
|
||||
- add BuildRequires: gettext-devel
|
||||
- sync with upstream
|
||||
|
||||
* Wed Mar 22 2006 Karel Zak <kzak@redhat.com> 22.1.03072006cvs-1.1
|
||||
- rebuild
|
||||
|
||||
* Tue Mar 7 2006 Karel Zak <kzak@redhat.com> 22.1.03072006cvs-1
|
||||
- update to new upstream CVS version
|
||||
- enable new fuser version
|
||||
|
Loading…
Reference in New Issue
Block a user