]> git.pld-linux.org Git - projects/template-specs.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.spec -> 1.4

php4-pecl.spec

index c779daf18492258faa4abd8bfc584fb122af28ee..58670a3a2f2618dc5f8681d862b876aa1ba2b0d7 100644 (file)
@@ -1,6 +1,7 @@
 %define                _modname        -
 %define                _status         -
 %define                _sysconfdir     /etc/php4
+%define                extensionsdir   %(php-config --extension-dir 2>/dev/null)
 
 Summary:       %{_modname} -
 Summary(pl):   %{_modname} -
@@ -18,8 +19,6 @@ Requires:     %{_sysconfdir}/conf.d
 Obsoletes:     php-pear-%{_modname}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                extensionsdir   %(php-config --extension-dir 2>/dev/null)
-
 %description
 
 In PECL status of this extension is: %{_status}.
This page took 0.055364 seconds and 4 git commands to generate.