rpms/mod_wsgi/F-9 mod_wsgi.spec,1.4,1.5

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


Author: ricky

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

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-9/mod_wsgi.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mod_wsgi.spec	19 Feb 2008 05:53:22 -0000	1.4
+++ mod_wsgi.spec	16 Jun 2008 23:25:28 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           mod_wsgi
 Version:        1.3
-Release:        3%{?dist}
+Release:        4%{?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
+* Sun Jun 12 2008 Ricky Zhou <ricky at fedoraproject.org> 1.3-4
+- Build against the shared python lib.
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.3-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list