rpms/mod_wsgi/F-8 mod_wsgi.spec,1.2,1.3

Ricky Zhou (周家杰) (ricky) fedora-extras-commits at redhat.com
Mon Jun 16 23:25:58 UTC 2008


Author: ricky

Update of /cvs/pkgs/rpms/mod_wsgi/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24305/F-8

Modified Files:
	mod_wsgi.spec 
Log Message:
Change specfile to build against the shared python lib.



Index: mod_wsgi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mod_wsgi/F-8/mod_wsgi.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mod_wsgi.spec	6 Jan 2008 14:15:15 -0000	1.2
+++ mod_wsgi.spec	16 Jun 2008 23:25:03 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           mod_wsgi
 Version:        1.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A WSGI interface for Python web applications in Apache
 
 Group:          System Environment/Libraries
@@ -30,7 +30,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+make LDFLAGS="-L%{_libdir}" %{?_smp_mflags}
 
 
 %install
@@ -53,6 +53,9 @@
 
 
 %changelog
+* Mon Jun 16 2008 Ricky Zhou <ricky at fedoraproject.org> 1.3-3
+- Build against the shared python lib.
+
 * Sun Jan 06 2008 James Bowes <jbowes at redhat.com> 1.3-2
 - Require httpd
 




More information about the fedora-extras-commits mailing list