SPECS: apache-mod_python.spec - fix ldflags to link with shared li...
glen
glen at pld-linux.org
Fri Feb 3 11:38:16 CET 2006
Author: glen Date: Fri Feb 3 10:38:16 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix ldflags to link with shared libpython
- SOA#1, rel 5
---- Files affected:
SPECS:
apache-mod_python.spec (1.78 -> 1.79)
---- Diffs:
================================================================
Index: SPECS/apache-mod_python.spec
diff -u SPECS/apache-mod_python.spec:1.78 SPECS/apache-mod_python.spec:1.79
--- SPECS/apache-mod_python.spec:1.78 Wed Feb 1 23:39:56 2006
+++ SPECS/apache-mod_python.spec Fri Feb 3 11:38:11 2006
@@ -20,7 +20,7 @@
Summary(sv): En inbyggd Python-interpretator för webbservern Apache
Name: apache-mod_%{mod_name}
Version: 3.1.4
-Release: 4
+Release: 5
License: Apache Group License
Group: Networking/Daemons
Source0: http://www.apache.org/dist/httpd/modpython/mod_%{mod_name}-%{version}.tgz
@@ -29,6 +29,7 @@
Patch0: %{name}-lib64.patch
Patch1: %{name}-apr-status-is-success.patch
Patch2: %{name}-httpd-not-needed.patch
+Patch3: %{name}-ldflags.patch
URL: http://www.modpython.org/
BuildRequires: %{apxs}
BuildRequires: apache-devel >= 2.0.52-7
@@ -132,6 +133,7 @@
%endif
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
%{__aclocal}
@@ -177,6 +179,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.79 2006/02/03 10:38:11 glen
+- fix ldflags to link with shared libpython
+- SOA#1, rel 5
+
Revision 1.78 2006/02/01 22:39:56 glen
- apache module does not require python binary
- add examples dir to %doc
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/apache-mod_python.spec?r1=1.78&r2=1.79&f=u
More information about the pld-cvs-commit
mailing list