rpms/rhpl/devel rhpl.spec,1.103,1.104

Lubomir Kundrak (lkundrak) fedora-extras-commits at redhat.com
Fri Aug 31 10:39:38 UTC 2007


Author: lkundrak

Update of /cvs/extras/rpms/rhpl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2301

Modified Files:
	rhpl.spec 
Log Message:
Do not run make in %prep



Index: rhpl.spec
===================================================================
RCS file: /cvs/extras/rpms/rhpl/devel/rhpl.spec,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- rhpl.spec	29 Aug 2007 04:44:14 -0000	1.103
+++ rhpl.spec	31 Aug 2007 10:39:06 -0000	1.104
@@ -1,7 +1,7 @@
 Summary: Library of Python code used by installation and configuration tools
 Name: rhpl
 Version: 0.209
-Release: 2%{?dist}
+Release: 3%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPL
 Group: System Environment/Libraries
@@ -19,9 +19,9 @@
 
 %prep
 %setup -q
-make
 
 %build
+make
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -38,6 +38,9 @@
 %{_libdir}/python?.?/site-packages/rhpl
 
 %changelog
+* Fri Aug 31 2007 Lubomir Kundrak <lkundrak at redhat.com> - 0.209-3
+- Compile in %build, not in %prep.
+
 * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 0.209-2
 - Rebuild for selinux ppc32 issue.
 




More information about the fedora-extras-commits mailing list