From 3b56ae584974bec221399d7a8a50a7c903ea3de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricky=20Zhou=20=28=E5=91=A8=E5=AE=B6=E6=9D=B0=29?= Date: Mon, 16 Jun 2008 23:34:57 +0000 Subject: [PATCH] Can't forget rawhide... --- mod_wsgi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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