]> git.pld-linux.org Git - packages/php4-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:
    php4-pecl-http.spec -> 1.3

php4-pecl-http.spec

index d1b7dec0a0555e00effbff30fdd543acd5fa8a31..6f2bd3c5ea43ac7524a35d48fb3020ddc67bcd42 100644 (file)
@@ -1,6 +1,8 @@
 %define                _modname        http
 %define                _fmodname       pecl_http
 %define                _status         beta
+%define                _sysconfdir     /etc/php4
+%define                extensionsdir   %(php4-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/php4
-%define                extensionsdir   %(php4-config --extension-dir 2>/dev/null)
-
 %description
 Currently implemented features:
 - Building absolute URIs
This page took 0.069211 seconds and 4 git commands to generate.