]> git.pld-linux.org Git - packages/ZendGuardLoader.git/blobdiff - ZendGuardLoader.spec
- 3.2.2 - Zend Optimizer 3 with full support for PHP 5.2
[packages/ZendGuardLoader.git] / ZendGuardLoader.spec
index bb0a5669622adc5b585fd4ad7a795b260450ff8a..fb6d0ed7e5ec8a4b9391b4bcd243fcbcf47c3e1e 100644 (file)
@@ -7,16 +7,16 @@
 Summary:       Zend Optimizer - PHP code optimizer
 Summary(pl):   Zend Optimizer - optymalizator kodu PHP
 Name:          ZendOptimizer
-Version:       2.6.2
-Release:       2
+Version:       3.2.2
+Release:       1
 License:       Zend License, distributable only if unmodified and for free (see LICENSE)
 Group:         Libraries
-Source0:       http://downloads.zend.com/optimizer/2.6.2/%{name}-%{version}-linux-glibc21-i386.tar.gz
-# Source0-md5: 7c46c58dc65726bf38b5e94ee0211e70
-Source1:       http://downloads.zend.com/optimizer/2.6.2/%{name}-%{version}-linux-glibc23-x86_64.tar.gz
-# Source1-md5: 7d7aaee366ff653e78beb457701197c5
-URL:           http://www.zend.com/zend/optimizer.php
-BuildRequires: rpmbuild(macros) >= 1.213
+Source0:       http://downloads.zend.com/optimizer/3.2.2/%{name}-%{version}-linux-glibc21-i386.tar.gz
+# Source0-md5: 05bf2c306a8e16c1430d691f83f1054a
+Source1:       http://downloads.zend.com/optimizer/3.2.2/%{name}-%{version}-linux-glibc23-x86_64.tar.gz
+# Source1-md5: 0e3a0901f6e9ef2a549100db2531c7fa
+URL:           http://www.zend.com/products/zend_optimizer
+BuildRequires: rpmbuild(macros) >= 1.344
 BuildRequires: tar >= 1:1.15.1
 Requires(triggerpostun):       sed >= 4.0
 ExclusiveArch: %{ix86} %{x8664}
@@ -33,7 +33,7 @@ Summary:      Zend Optimizer for PHP 4.x
 Summary(pl):   Zend Optimizer dla PHP 4.x
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      php4-common >= 3:4.0.6
+Requires:      php4-common >= 3:4.4.0-3
 
 %description -n php4-%{name}
 Zend Optimizer for PHP 4.x.
@@ -46,7 +46,7 @@ Summary:      Zend Optimizer for PHP 5.x
 Summary(pl):   Zend Optimizer dla PHP 5.x
 Group:         Libraries
 Requires:      %{name} = %{version}-%{release}
-Requires:      php-common >= 4:5.0.0
+Requires:      php-common >= 4:5.0.4
 
 %description -n php-%{name}
 Zend Optimizer for PHP 5.x.
@@ -113,8 +113,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %preun -n php4-%{name}
 if [ "$1" = "0" ]; then
-       [ ! -f /etc/apache/conf.d/??_mod_php4.conf ] || %service -q apache restart
-       [ ! -f /etc/httpd/httpd.conf/??_mod_php4.conf ] || %service -q httpd restart
+       %php4_webserver_restart
 fi
 
 %post -n php4-%{name}
@@ -123,14 +122,11 @@ fi
 if [ ! -L %{_libdir}/Zend/etc ]; then
        ln -snf /etc/php4 %{_libdir}/Zend/etc
 fi
-[ ! -f /etc/apache/conf.d/??_mod_php4.conf ] || %service -q apache restart
-[ ! -f /etc/httpd/httpd.conf/??_mod_php4.conf ] || %service -q httpd restart
-
+%php4_webserver_restart
 
 %preun -n php-%{name}
 if [ "$1" = "0" ]; then
-       [ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
-       [ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart
+       %php_webserver_restart
 fi
 
 %post -n php-%{name}
@@ -139,8 +135,7 @@ fi
 if [ ! -L %{_libdir}/Zend/etc ]; then
        ln -snf /etc/php %{_libdir}/Zend/etc
 fi
-[ ! -f /etc/apache/conf.d/??_mod_php.conf ] || %service -q apache restart
-[ ! -f /etc/httpd/httpd.conf/??_mod_php.conf ] || %service -q httpd restart
+%php_webserver_restart
 
 %post
 if [ "$1" = 1 ]; then
This page took 0.042179 seconds and 4 git commands to generate.