SPECS: php-htscanner.spec - updated to 0.8.1 - added all configure...

zergin zergin at pld-linux.org
Sat Sep 1 18:57:54 CEST 2007


Author: zergin                       Date: Sat Sep  1 16:57:54 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.8.1
- added all configure options to generated htscanner.ini file
- dropped path0

---- Files affected:
SPECS:
   php-htscanner.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/php-htscanner.spec
diff -u SPECS/php-htscanner.spec:1.8 SPECS/php-htscanner.spec:1.9
--- SPECS/php-htscanner.spec:1.8	Tue Feb 13 09:06:39 2007
+++ SPECS/php-htscanner.spec	Sat Sep  1 18:57:49 2007
@@ -3,14 +3,13 @@
 Summary:	PHP Module to emulate .htaccess support in PHP engine
 Summary(pl.UTF-8):	Moduł PHP do emulacji obsługi .htaccess w silniku PHP
 Name:		php-htscanner
-Version:	0.4
-Release:	0.1
+Version:	0.8.1
+Release:	0.2
 License:	PHP 3.0
 Group:		Development/Languages/PHP
-Source0:	http://files.zoeloelip.be/htscanner/htscanner-%{version}.tar.bz2
-# Source0-md5:	2880cfe79c72b06e9f783d4ad7991849
-Patch0:		%{name}-zts.patch
-URL:		http://trac.lighttpd.net/trac/wiki/HowToPhpHtaccess
+Source0:	http://pecl.php.net/get/htscanner-%{version}.tgz
+# Source0-md5:	8d3a4a63639c380b9268717a9a28dabe
+URL:		http://pecl.php.net/package/htscanner
 BuildRequires:	php-devel >= 3:5.0
 BuildRequires:	rpmbuild(macros) >= 1.344
 %{?requires_php_extension}
@@ -40,8 +39,7 @@
 co katalogu zawierającego żadane skrypty.
 
 %prep
-%setup -q -n htscanner
-%patch0 -p1
+%setup -q -n htscanner-%{version}
 
 %build
 phpize
@@ -59,8 +57,10 @@
 ; Enable %{_modname} extension module
 extension=%{_modname}.so
 
-;htscanner.config_file = .htaccess
-;htscanner.default_docroot = /
+;htscanner.config_file		= .htaccess
+;htscanner.default_docroot	= /
+;htscanner.default_ttl		= 300
+;htscanner.stop_on_error	= 0
 EOF
 
 %clean
@@ -86,6 +86,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007/09/01 16:57:49  zergin
+- updated to 0.8.1
+- added all configure options to generated htscanner.ini file
+- dropped path0
+
 Revision 1.8  2007/02/13 08:06:39  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-htscanner.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list