]> git.pld-linux.org Git - packages/php4.git/commitdiff
- rel 18; mime.magic path fix auto/th/php4-4_4_9-18 auto/ti/php4-4_4_9-18
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Aug 2009 10:56:27 +0000 (10:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php4.spec -> 1.645

php4.spec

index 3c3be57104d1dca067681991987f026582a32eb4..19a24248d6b4e0d7fb1ab9b4e30bbfcbd8362c9f 100644 (file)
--- a/php4.spec
+++ b/php4.spec
@@ -72,7 +72,7 @@
 %undefine      with_msession
 %endif
 
-%define                rel 17
+%define                rel 18
 Summary:       PHP: Hypertext Preprocessor
 Summary(fr.UTF-8):     Le langage de script embarque-HTML PHP
 Summary(pl.UTF-8):     Język skryptowy PHP
@@ -968,7 +968,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
@@ -1766,7 +1766,7 @@ for sapi in $sapis; do
        --with-mcal=shared,/usr \
        --with-mcrypt=shared \
        %{?with_mhash:--with-mhash=shared} \
-       --with-mime-magic=shared,/usr/share/file/magic.mime \
+       --with-mime-magic=shared,/usr/share/misc/magic.mime \
        %{?with_ming:--with-ming=shared} \
        %{!?with_mnogosearch:--without-mnogosearch}%{?with_mnogosearch:--with-mnogosearch=shared,/usr} \
        %{?with_msession:--with-msession=shared}%{!?with_msession:--without-msession} \
This page took 0.051095 seconds and 4 git commands to generate.