]> git.pld-linux.org Git - packages/php.git/commitdiff
- move %defines after bconds
authorhawk <hawk@pld-linux.org>
Sun, 2 Jan 2005 15:02:30 +0000 (15:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php.spec -> 1.221.2.13

php.spec

index 1138e4560ddf51f5b2047d3c04c17b61b9ef8461..9635079de6eed7cc402a1d6367db6c050de86c02 100644 (file)
--- a/php.spec
+++ b/php.spec
@@ -4,18 +4,6 @@
 # Automatic pear requirements finding:
 %include       /usr/lib/rpm/macros.php
 
-%define        _apache2        %(rpm -q apache-devel 2> /dev/null | grep -Eq '\\-2\\.[0-9]+\\.' && echo 1 || echo 0)
-%define        apxs            /usr/sbin/apxs
-
-%if %{_apache2}
-%define        without_recode          1
-%define        without_mm              1
-%endif
-
-%ifnarch %{ix86}
-%define        without_msession        1
-%endif
-
 # Conditional build:
 %bcond_with interbase   # - with InterBase extension module    (BR: proprietary libs)
 %bcond_with java        # - with Java extension module         (BR: jdk)
 %bcond_without xmlrpc   # - without XML-RPC extension module
 %bcond_without xslt     # - without XSLT extension module
 
+%define        _apache2        %(rpm -q apache-devel 2> /dev/null | grep -Eq '\\-2\\.[0-9]+\\.' && echo 1 || echo 0)
+%define        apxs            /usr/sbin/apxs
+
+%if %{_apache2}
+%define        without_recode          1
+%define        without_mm              1
+%endif
+
+%ifnarch %{ix86}
+%define        without_msession        1
+%endif
+
 Summary:       The PHP HTML-embedded scripting language for use with Apache
 Summary(fr):   Le langage de script embarque-HTML PHP pour Apache
 Summary(pl):   Jêzyk skryptowy PHP -- u¿ywany wraz z serwerem Apache
This page took 0.045714 seconds and 4 git commands to generate.