SPECS: apache-mod_suphp.spec - updated to 0.7.0 - -apr patch dropped - pass...

adamg adamg at pld-linux.org
Sat Feb 28 18:11:47 CET 2009


Author: adamg                        Date: Sat Feb 28 17:11:47 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.7.0
- -apr patch dropped
- pass --with-apr configure option
- drop obsolete --disable-checkuid and --disable-checkgid options
- call libtoolize, BR: libtool

---- Files affected:
SPECS:
   apache-mod_suphp.spec (1.50 -> 1.51) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_suphp.spec
diff -u SPECS/apache-mod_suphp.spec:1.50 SPECS/apache-mod_suphp.spec:1.51
--- SPECS/apache-mod_suphp.spec:1.50	Fri Jan 23 17:44:40 2009
+++ SPECS/apache-mod_suphp.spec	Sat Feb 28 18:11:42 2009
@@ -8,24 +8,24 @@
 Summary:	Apache module: suPHP - execute PHP scripts with the permissions of their owners
 Summary(pl.UTF-8):	Moduł do apache: suPHP - uruchamianie skryptów PHP z uprawnieniami ich właścicieli
 Name:		apache-mod_%{mod_name}
-Version:	0.6.3
+Version:	0.7.0
 Release:	1
 License:	GPL
 Group:		Networking/Daemons/HTTP
 Source0:	http://www.suphp.org/download/%{mod_name}-%{version}.tar.gz
-# Source0-md5:	756e8893857fefed087a89959a87645a
+# Source0-md5:	dac578fc8bda630cc37ed6e47d4ff213
 Source1:	%{name}.logrotate
 Source2:	%{name}.conf
 Source3:	%{name}-suphp.conf
-Patch0:		%{name}-apr.patch
-Patch1:		%{name}-compiler-flags.patch
-Patch2:		%{name}-apache_version.patch
+Patch0:		%{name}-compiler-flags.patch
+Patch1:		%{name}-apache_version.patch
 URL:		http://www.suphp.org/
 BuildRequires:	%{apxs}
 BuildRequires:	apache-devel >= 2.0.52-2
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	libstdc++-devel
+BuildRequires:	libtool
 BuildRequires:	rpmbuild(macros) >= 1.268
 Requires:	apache(modules-api) = %apache_modules_api
 Requires:	php-cgi
@@ -51,9 +51,9 @@
 %setup -q -n %{mod_name}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -65,8 +65,7 @@
 	--with-min-uid=500 \
 	--with-min-gid=1000 \
 	--with-apxs=%{apxs} \
-	--disable-checkuid \
-	--disable-checkgid \
+	--with-apr=%{_bindir}/apr-1-config \
 	--with-setid-mode=owner \
 	--with-logfile=/var/log/httpd/suphp_log
 
@@ -115,6 +114,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2009/02/28 17:11:42  adamg
+- updated to 0.7.0
+- -apr patch dropped
+- pass --with-apr configure option
+- drop obsolete --disable-checkuid and --disable-checkgid options
+- call libtoolize, BR: libtool
+
 Revision 1.50  2009/01/23 16:44:40  adamg
 - previous commit reverted (mistake)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache-mod_suphp.spec?r1=1.50&r2=1.51&f=u



More information about the pld-cvs-commit mailing list