]> git.pld-linux.org Git - packages/cgiwrap.git/commitdiff
- remove -fetch.patch - was really buggy ;)
authorshadzik <shadzik@pld-linux.org>
Sat, 10 Oct 2009 18:07:47 +0000 (18:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 4
- tolerate symlinks

Changed files:
    cgiwrap.spec -> 1.13

cgiwrap.spec

index 66804e5b32d9b65d6d2f7a8f23c8a1dd24ed08eb..a55aca249c17d84b6fda316f0d68011381132ccc 100644 (file)
@@ -2,13 +2,12 @@ Summary:      A gateway for more secure user access to CGI scripts
 Summary(pl.UTF-8):     Bramka do bezpieczniejszego dostępu użytkowników do skryptów CGI
 Name:          cgiwrap
 Version:       4.1
-Release:       3
+Release:       4
 License:       GPL
 Group:         Utilities
 Source0:       http://dl.sourceforge.net/cgiwrap/%{name}-%{version}.tar.gz
 # Source0-md5: 14c02c57e4a0c6224951018e2f6b9211
 Patch0:                %{name}-bs.patch
-Patch1:                %{name}-fetch.patch
 URL:           http://cgiwrap.sourceforge.net/
 BuildRequires: automake
 BuildRequires: libmagic-devel
@@ -31,8 +30,7 @@ uprawnieniami użytkownika, który go zainstalował, a nie serwera.
 
 %prep
 %setup -q
-%patch0 -p0
-#%patch1 -p0
+%patch0 -p1
 
 %build
 install %{_datadir}/automake/config.* .
@@ -48,6 +46,7 @@ install %{_datadir}/automake/config.* .
        --with-php-interpreter \
        --with-soft-rlimit-only \
        --with-cgi-dir=public_html \
+       --without-check-symlink \
        --without-check-group
 
 %{__make} \
This page took 0.086174 seconds and 4 git commands to generate.