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