- 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
|
Summary: Utilities for managing processes on your system
|
||||||
Name: psmisc
|
Name: psmisc
|
||||||
Version: 22.5
|
Version: 22.5
|
||||||
Release: 1.2%{?dist}
|
Release: 2%{?dist}
|
||||||
License: BSD/GPL
|
License: BSD/GPLv2+
|
||||||
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
|
||||||
URL: http://psmisc.sourceforge.net
|
URL: http://psmisc.sourceforge.net
|
||||||
@ -12,6 +12,8 @@ BuildRequires: libselinux-devel
|
|||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
|
||||||
|
#Patch0: psmisc-22.5-peekfd-x86_64.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The psmisc package contains utilities for managing processes on your
|
The psmisc package contains utilities for managing processes on your
|
||||||
system: pstree, killall and fuser. The pstree command displays a tree
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
|
||||||
@ -60,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jun 07 2007 Tomas Smetana <tsmetana@redhat.com> 22.5-1.2
|
||||||
- exclude peekfd manpage on non-x86 archs
|
- exclude peekfd manpage on non-x86 archs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user