From fcfbca72f29df1f8b8d6ca437add9936f3d17a28 Mon Sep 17 00:00:00 2001 From: Ricky Zhou (周家杰) Date: Jun 16 2008 23:25:28 +0000 Subject: Change specfile to build against the shared python lib. --- diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 6ac4add..1901630 100644 --- a/mod_wsgi.spec +++ b/mod_wsgi.spec @@ -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 @@ existing WSGI adapters for mod_python or CGI. %build %configure -make %{?_smp_mflags} +make LDFLAGS="-L%{_libdir}" %{?_smp_mflags} %install @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sun Jun 12 2008 Ricky Zhou 1.3-4 +- Build against the shared python lib. + * Tue Feb 19 2008 Fedora Release Engineering - 1.3-3 - Autorebuild for GCC 4.3