SPECS: php-pecl-fileinfo.spec - do not set magic db, use system de...

glen glen at pld-linux.org
Fri Dec 29 16:54:38 CET 2006


Author: glen                         Date: Fri Dec 29 15:54:38 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- do not set magic db, use system defaults; rel 3

---- Files affected:
SPECS:
   php-pecl-fileinfo.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-fileinfo.spec
diff -u SPECS/php-pecl-fileinfo.spec:1.15 SPECS/php-pecl-fileinfo.spec:1.16
--- SPECS/php-pecl-fileinfo.spec:1.15	Thu Dec 28 14:41:15 2006
+++ SPECS/php-pecl-fileinfo.spec	Fri Dec 29 16:54:33 2006
@@ -6,11 +6,12 @@
 Summary(pl):	%{_modname} - dowiązania biblioteki libmagic
 Name:		php-pecl-%{_modname}
 Version:	1.0.4
-Release:	2
+Release:	3
 License:	PHP
 Group:		Development/Languages/PHP
 Source0:	http://pecl.php.net/get/%{_smodname}-%{version}.tgz
 # Source0-md5:	2854e749db157365c769cb9496f5586f
+Patch0:		pecl-fileinfo-defaultdb.patch
 URL:		http://pecl.php.net/package/Fileinfo/
 BuildRequires:	libmagic-devel
 BuildRequires:	php-devel >= 3:5.0.0
@@ -41,6 +42,7 @@
 
 %prep
 %setup -q -c
+%patch0 -p1
 
 %build
 cd %{_smodname}-%{version}
@@ -52,7 +54,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{php_sysconfdir}/conf.d,%{php_extensiondir}}
 
-install %{_modname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
+install %{_smodname}-%{version}/modules/%{_modname}.so $RPM_BUILD_ROOT%{php_extensiondir}
 cat <<'EOF' > $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d/%{_modname}.ini
 ; Enable %{_modname} extension module
 extension=%{_modname}.so
@@ -81,6 +83,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2006/12/29 15:54:33  glen
+- do not set magic db, use system defaults; rel 3
+
 Revision 1.15  2006/12/28 13:41:15  glen
 - use new php extension related macros
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pecl-fileinfo.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list