SPECS: php-pecl-http.spec, php4-pecl-http.spec, template-php4-pecl...

adamg adamg at pld-linux.org
Fri Aug 26 18:15:01 CEST 2005


Author: adamg                        Date: Fri Aug 26 16:15:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- move %define calls to the top of the file

---- Files affected:
SPECS:
   php-pecl-http.spec (1.8 -> 1.9) , php4-pecl-http.spec (1.2 -> 1.3) , template-php4-pecl.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/php-pecl-http.spec
diff -u SPECS/php-pecl-http.spec:1.8 SPECS/php-pecl-http.spec:1.9
--- SPECS/php-pecl-http.spec:1.8	Fri Aug 26 17:52:28 2005
+++ SPECS/php-pecl-http.spec	Fri Aug 26 18:14:52 2005
@@ -2,6 +2,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
@@ -20,9 +22,6 @@
 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
@@ -99,6 +98,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/08/26 16:14:52  adamg
+- move %define calls to the top of the file
+
 Revision 1.8  2005/08/26 15:52:28  adamg
 - updated to 0.12.0
 - switched to conf.d

================================================================
Index: SPECS/php4-pecl-http.spec
diff -u SPECS/php4-pecl-http.spec:1.2 SPECS/php4-pecl-http.spec:1.3
--- SPECS/php4-pecl-http.spec:1.2	Fri Aug 26 17:52:28 2005
+++ SPECS/php4-pecl-http.spec	Fri Aug 26 18:14:52 2005
@@ -2,6 +2,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
@@ -20,9 +22,6 @@
 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
@@ -99,6 +98,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2005/08/26 16:14:52  adamg
+- move %define calls to the top of the file
+
 Revision 1.2  2005/08/26 15:52:28  adamg
 - updated to 0.12.0
 - switched to conf.d

================================================================
Index: SPECS/template-php4-pecl.spec
diff -u SPECS/template-php4-pecl.spec:1.3 SPECS/template-php4-pecl.spec:1.4
--- SPECS/template-php4-pecl.spec:1.3	Thu Aug 25 10:31:34 2005
+++ SPECS/template-php4-pecl.spec	Fri Aug 26 18:14:52 2005
@@ -2,6 +2,7 @@
 %define		_modname	-
 %define		_status		-
 %define		_sysconfdir	/etc/php4
+%define		extensionsdir	%(php-config --extension-dir 2>/dev/null)
 
 Summary:	%{_modname} -
 Summary(pl):	%{_modname} -
@@ -19,8 +20,6 @@
 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}.
@@ -73,6 +72,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2005/08/26 16:14:52  adamg
+- move %define calls to the top of the file
+
 Revision 1.3  2005/08/25 08:31:34  glen
 - typo, merge installs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-pecl-http.spec?r1=1.8&r2=1.9&f=u
    http://cvs.pld-linux.org/SPECS/php4-pecl-http.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/template-php4-pecl.spec?r1=1.3&r2=1.4&f=u




More information about the pld-cvs-commit mailing list