From 3b56ae584974bec221399d7a8a50a7c903ea3de1 Mon Sep 17 00:00:00 2001 From: Ricky Zhou (周家杰) Date: Jun 16 2008 23:34:57 +0000 Subject: Can't forget rawhide... --- diff --git a/mod_wsgi.spec b/mod_wsgi.spec index 6ac4add..6ddbb4c 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 +* Mon Jun 16 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