SPECS: apache-mod_suphp.spec - removed hacks - updated patches

baggins baggins at pld-linux.org
Fri Jan 27 18:54:14 CET 2006


Author: baggins                      Date: Fri Jan 27 17:54:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- removed hacks
- updated patches

---- Files affected:
SPECS:
   apache-mod_suphp.spec (1.34 -> 1.35) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_suphp.spec
diff -u SPECS/apache-mod_suphp.spec:1.34 SPECS/apache-mod_suphp.spec:1.35
--- SPECS/apache-mod_suphp.spec:1.34	Fri Jan 27 18:40:31 2006
+++ SPECS/apache-mod_suphp.spec	Fri Jan 27 18:54:09 2006
@@ -47,14 +47,14 @@
 %prep
 %setup -q -n %{mod_name}-%{version}
 %patch0 -p1
-#%patch1 -p1
+%patch1 -p1
 %patch2 -p1
 
 %build
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
-chmod 755 configure
+%{__automake}
 export APACHE_VERSION=$(rpm -q --qf '%%{version}' apache-apxs)
 %configure \
 	%{?with_checkpath: --enable-checkpath} \
@@ -66,11 +66,6 @@
 	--disable-checkuid \
 	--disable-checkgid
 
-# FIXME: I don't know anything about libtool, but libtool created by configure
-# doesn't work. My hardcoded trick is to replace libtool created by configure
-# with one provided by libtool package in /usr/bin/ path.
-cp %{_bindir}/libtool .
-
 %{__make}
 
 %install
@@ -118,6 +113,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.35  2006/01/27 17:54:09  baggins
+- removed hacks
+- updated patches
+
 Revision 1.34  2006/01/27 17:40:31  baggins
 - update to 0.6.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache-mod_suphp.spec?r1=1.34&r2=1.35&f=u



More information about the pld-cvs-commit mailing list