fix package

This commit is contained in:
Tom Callaway 2008-08-29 20:19:33 +00:00
parent 120d820cc6
commit ac4b5c498c

View File

@ -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.6 Version: 22.6
Release: 7%{?dist} Release: 8%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@ -26,13 +26,13 @@ of processes that are using specified files or filesystems.
%prep %prep
%setup -q %setup -q
%patch -p1 -b .types %patch0 -p1 -b .types
%patch1 -p1 -b .overflow %patch1 -p1 -b .overflow
%build %build
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
autoreconf autoreconf
%configure --prefix=/usr --enable-selinux %configure --prefix=%{_prefix} --enable-selinux
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 22.6-8
- fix package so it builds again
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 22.6-7 * Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> 22.6-7
- fix license tag - fix license tag