]> git.pld-linux.org Git - packages/apache-mod_suphp.git/commitdiff
- updated to 0.7.0
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 28 Feb 2009 17:11:42 +0000 (17:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- -apr patch dropped
- pass --with-apr configure option
- drop obsolete --disable-checkuid and --disable-checkgid options
- call libtoolize, BR: libtool

Changed files:
    apache-mod_suphp.spec -> 1.51

apache-mod_suphp.spec

index 57365420479eb9b0a532b76f9cb2db130dbf5281..f3025d8fdf9b2b0d0f013fadf2da9e1915006fb0 100644 (file)
@@ -7,24 +7,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
@@ -50,9 +50,9 @@ moduł w celu zmiany uid procesu uruchamiającego interpreter PHP.
 %setup -q -n %{mod_name}-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 
 %build
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -64,8 +64,7 @@ APACHE_VERSION=$(rpm -q --qf '%{V}' apache-devel); export APACHE_VERSION
        --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
 
This page took 0.080325 seconds and 4 git commands to generate.