]> git.pld-linux.org Git - packages/php.git/commitdiff
- current path (/usr/share/misc/magic.mime) for mime
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 17 Aug 2009 07:17:06 +0000 (07:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.805.2.4

php.spec

index eef5ea7be64c1b1c466f5e434ff1cf3a1d211737..500d3068b9e830e0b302c63ec258b1ec566c1ea8 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -886,7 +886,7 @@ Summary:    mime_magic extension module for PHP
 Summary(pl.UTF-8):     Moduł mime_magic dla PHP
 Group:         Libraries
 Requires:      %{name}-common = %{epoch}:%{version}-%{release}
-Requires:      /usr/share/file/magic.mime
+Requires:      /usr/share/misc/magic.mime
 Provides:      php(mime_magic)
 
 %description mime_magic
@@ -1865,7 +1865,7 @@ for sapi in $sapis; do
        %{?with_ldap:--with-ldap=shared --with-ldap-sasl} \
        --with-mcrypt=shared \
        %{?with_mhash:--with-mhash=shared} \
-       %{?with_mime_magic:--with-mime-magic=shared,/usr/share/file/magic.mime}%{!?with_mime_magic:--disable-mime-magic} \
+       %{?with_mime_magic:--with-mime-magic=shared,/usr/share/misc/magic.mime}%{!?with_mime_magic:--disable-mime-magic} \
        %{?with_ming:--with-ming=shared} \
        %{?with_mm:--with-mm} \
        %{?with_mssql:--with-mssql=shared} \
This page took 0.35788 seconds and 4 git commands to generate.