- rebuild (because of BuildID)
This commit is contained in:
parent
9e5e372f0a
commit
2d41297bd4
10
psmisc.spec
10
psmisc.spec
@ -1,8 +1,8 @@
|
||||
Summary: Utilities for managing processes on your system
|
||||
Name: psmisc
|
||||
Version: 22.5
|
||||
Release: 1.2%{?dist}
|
||||
License: BSD/GPL
|
||||
Release: 2%{?dist}
|
||||
License: BSD/GPLv2+
|
||||
Group: Applications/System
|
||||
Source: ftp://ftp.sf.net/pub/sourceforge/psmisc/psmisc-%{version}.tar.gz
|
||||
URL: http://psmisc.sourceforge.net
|
||||
@ -12,6 +12,8 @@ BuildRequires: libselinux-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: ncurses-devel
|
||||
|
||||
#Patch0: psmisc-22.5-peekfd-x86_64.patch
|
||||
|
||||
%description
|
||||
The psmisc package contains utilities for managing processes on your
|
||||
system: pstree, killall and fuser. The pstree command displays a tree
|
||||
@ -22,6 +24,7 @@ of processes that are using specified files or filesystems.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
||||
@ -60,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 29 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-2
|
||||
- rebuild (because of BuildID)
|
||||
|
||||
* Thu Jun 07 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1.2
|
||||
- exclude peekfd manpage on non-x86 archs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user