]> git.pld-linux.org Git - packages/php-pecl-fileinfo.git/commitdiff
- do not set magic db, use system defaults; rel 3 AC-STABLE auto/ac/php-pecl-fileinfo-1_0_4-3
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Dec 2006 15:54:33 +0000 (15:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-fileinfo.spec -> 1.16

php-pecl-fileinfo.spec

index eeb9149079b3bb51a34142dcd867ef3e094ffba4..6d0dc526bc7e3623f82462a3e25911980e20cd85 100644 (file)
@@ -5,11 +5,12 @@ Summary:      %{_modname} - libmagic bindings
 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
@@ -40,6 +41,7 @@ To rozszerzenie ma w PECL status: %{_status}.
 
 %prep
 %setup -q -c
+%patch0 -p1
 
 %build
 cd %{_smodname}-%{version}
@@ -51,7 +53,7 @@ phpize
 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
This page took 0.730717 seconds and 4 git commands to generate.