rpms/psmisc/devel psmisc.spec,1.50,1.51

Tom Callaway spot at fedoraproject.org
Fri Aug 29 20:20:03 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/psmisc/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11259

Modified Files:
	psmisc.spec 
Log Message:
fix package


Index: psmisc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/psmisc/devel/psmisc.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- psmisc.spec	29 Aug 2008 19:50:01 -0000	1.50
+++ psmisc.spec	29 Aug 2008 20:19:33 -0000	1.51
@@ -1,7 +1,7 @@
 Summary: Utilities for managing processes on your system
 Name: psmisc
 Version: 22.6
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -26,13 +26,13 @@
 
 %prep
 %setup -q
-%patch -p1 -b .types
+%patch0 -p1 -b .types
 %patch1 -p1 -b .overflow
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
 autoreconf
-%configure --prefix=/usr --enable-selinux
+%configure --prefix=%{_prefix} --enable-selinux
 make %{?_smp_mflags}
 
 %install
@@ -68,6 +68,9 @@
 %endif
 
 %changelog
+* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa at redhat.com> 22.6-8
+- fix package so it builds again
+
 * Fri Aug 29 2008 Tom "spot" Callaway <tcallawa at redhat.com> 22.6-7
 - fix license tag
 




More information about the fedora-extras-commits mailing list