]> git.pld-linux.org Git - packages/php-pecl-http.git/commitdiff
- move %define calls to the top of the file
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 26 Aug 2005 16:14:52 +0000 (16:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-http.spec -> 1.9

php-pecl-http.spec

index 919f4155ff85aa66e7aa30cc7e6b7cd76788ce24..a88292f5dd9a6a9ae062e350d43a7bf7b26300b4 100644 (file)
@@ -1,6 +1,8 @@
 %define                _modname        http
 %define                _fmodname       pecl_http
 %define                _status         beta
+%define                _sysconfdir     /etc/php
+%define                extensionsdir   %(php-config --extension-dir 2>/dev/null)
 
 Summary:       %{_modname} - extended HTTP support
 Summary(pl):   %{_modname} - rozszerzona obs³uga protoko³u HTTP
@@ -19,9 +21,6 @@ Requires:     %{_sysconfdir}/conf.d
 Obsoletes:     php-pear-%{_modname}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _sysconfdir     /etc/php
-%define                extensionsdir   %(php-config --extension-dir 2>/dev/null)
-
 %description
 Currently implemented features:
 - Building absolute URIs
This page took 0.0752699999999999 seconds and 4 git commands to generate.