SPECS: ZoneAdmin.spec, acid.spec, eventum.spec, flyspray.spec, geshi.spec, ...

glen glen at pld-linux.org
Tue Jun 17 07:29:25 CEST 2008


Author: glen                         Date: Tue Jun 17 05:29:25 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use %php_data_dir macro

---- Files affected:
SPECS:
   ZoneAdmin.spec (1.12 -> 1.13) , acid.spec (1.27 -> 1.28) , eventum.spec (1.280 -> 1.281) , flyspray.spec (1.22 -> 1.23) , geshi.spec (1.2 -> 1.3) , lms.spec (1.107 -> 1.108) , nagios-fruity.spec (1.29 -> 1.30) , pel.spec (1.11 -> 1.12) , php-spyc.spec (1.1 -> 1.2) , phpmailer.spec (1.3 -> 1.4) , postnuke.spec (1.50 -> 1.51) , simplepie.spec (1.2 -> 1.3) , uebimiau.spec (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: SPECS/ZoneAdmin.spec
diff -u SPECS/ZoneAdmin.spec:1.12 SPECS/ZoneAdmin.spec:1.13
--- SPECS/ZoneAdmin.spec:1.12	Fri Jan  4 22:15:47 2008
+++ SPECS/ZoneAdmin.spec	Tue Jun 17 07:29:16 2008
@@ -10,7 +10,7 @@
 # Source0-md5:	a848e14d947d41734d8a23d72d0196da
 Patch0:		%{name}-smarty.patch
 URL:		http://open.megabit.net/index.php?section=pro_home&project=ZoneAdmin
-BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	rpmbuild(macros) >= 1.461
 Requires:	Smarty >= 2.6.18-2
 Requires:	webapps
 Requires:	webserver(php)
@@ -19,7 +19,7 @@
 
 %define		_webapps	/etc/webapps
 %define		_webapp		%{name}
-%define		_smartyplugindir	/usr/share/php/Smarty/plugins
+%define		_smartyplugindir	%{php_data_dir}/Smarty/plugins
 %define		_sysconfdir	%{_webapps}/%{_webapp}
 %define		_zavar		/var/lib/%{name}
 %define		_appdir		%{_datadir}/%{_webapp}
@@ -125,6 +125,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008/06/17 05:29:16  glen
+- use %php_data_dir macro
+
 Revision 1.12  2008/01/04 21:15:47  qboosh
 - pl, cleanup
 

================================================================
Index: SPECS/acid.spec
diff -u SPECS/acid.spec:1.27 SPECS/acid.spec:1.28
--- SPECS/acid.spec:1.27	Mon Feb 12 22:23:46 2007
+++ SPECS/acid.spec	Tue Jun 17 07:29:17 2008
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - proper webapps integration: make config NOT accessible from web
 Summary:	Analysis Console for Incident Databases
 Summary(pl.UTF-8):	Konsola do analizy baz danych o incydentach (ACID)
 Name:		acid
@@ -11,7 +13,7 @@
 Source1:	%{name}.conf
 Patch0:		%{name}-config.patch
 URL:		http://acidlab.sourceforge.net/
-BuildRequires:	rpmbuild(macros) >= 1.264
+BuildRequires:	rpmbuild(macros) >= 1.461
 Requires:	%{name}(DB_Driver) = %{version}-%{release}
 Requires:	adodb >= 4.67-1.17
 Requires:	jpgraph >= 1.8
@@ -97,7 +99,7 @@
 %webapp_unregister httpd %{_webapp}
 
 %triggerpostun -- %{name} < 0.9.6b23-5.2
-%{__sed} -i -e 's,%{php_pear_dir}/adodb,/usr/share/php/adodb,' %{_sysconfdir}/acid_conf.php
+%{__sed} -i -e 's,%{php_pear_dir}/adodb,%{php_data_dir}/adodb,' %{_sysconfdir}/acid_conf.php
 
 %files
 %defattr(644,root,root,755)
@@ -120,6 +122,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.27  2007/02/12 21:23:46  glen
 - tabs in preamble
 

================================================================
Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.280 SPECS/eventum.spec:1.281
--- SPECS/eventum.spec:1.280	Thu Jun  5 23:27:53 2008
+++ SPECS/eventum.spec	Tue Jun 17 07:29:17 2008
@@ -55,7 +55,7 @@
 URL:		http://eventum.mysql.org/
 BuildRequires:	gettext-devel
 BuildRequires:	rpm-php-pearprov >= 4.0.2-98
-BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	rpmbuild(macros) >= 1.461
 BuildRequires:	sed >= 4.0
 Requires(triggerpostun):	/usr/bin/php
 Requires(triggerpostun):	sed >= 4.0
@@ -98,7 +98,7 @@
 %define		_libdir		%{_prefix}/lib/%{name}
 %define		_appdir		%{_datadir}/%{name}
 %define		_smartyplugindir	%{_appdir}/include/smarty
-%define		_smartydir	/usr/share/php/Smarty
+%define		_smartydir	%{php_data_dir}/Smarty
 %define		_webapps	/etc/webapps
 %define		_webapp		%{name}
 %define		_webappdir	%{_webapps}/%{_webapp}
@@ -893,6 +893,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.281  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.280  2008/06/05 21:27:53  glen
 - -bounce-notes.patch applied
 

================================================================
Index: SPECS/flyspray.spec
diff -u SPECS/flyspray.spec:1.22 SPECS/flyspray.spec:1.23
--- SPECS/flyspray.spec:1.22	Tue Feb 13 08:16:44 2007
+++ SPECS/flyspray.spec	Tue Jun 17 07:29:17 2008
@@ -14,7 +14,7 @@
 # Source3-md5:	c96d26a3f6599b9a53f8f563a1d4a453
 Patch0:		%{name}-PLD.patch
 URL:		http://flyspray.rocks.cc/
-BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	rpmbuild(macros) >= 1.461
 BuildRequires:	unzip
 Requires(triggerpostun):	sed >= 4.0
 Requires:	adodb >= 4.67-1.17
@@ -138,7 +138,7 @@
 	%service httpd reload
 fi
 
-%{__sed} -i -e 's,%{php_pear_dir}/adodb/adodb.inc.php,/usr/share/php/adodb/adodb.inc.php,' %{_sysconfdir}/flyspray.conf
+%{__sed} -i -e 's,%{php_pear_dir}/adodb/adodb.inc.php,%{php_data_dir}/adodb/adodb.inc.php,' %{_sysconfdir}/flyspray.conf
 
 %files
 %defattr(644,root,root,755)
@@ -167,6 +167,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.23  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.22  2007/02/13 07:16:44  glen
 - tabs in preamble
 

================================================================
Index: SPECS/geshi.spec
diff -u SPECS/geshi.spec:1.2 SPECS/geshi.spec:1.3
--- SPECS/geshi.spec:1.2	Sat Jan 12 22:16:14 2008
+++ SPECS/geshi.spec	Tue Jun 17 07:29:17 2008
@@ -9,12 +9,11 @@
 Source0:	http://dl.sourceforge.net/geshi/GeSHi-%{version}.tar.bz2
 # Source0-md5:	22e57bf1936319ad07423fd32fa3a78a
 URL:		http://qbnz.com/highlighter/
-Requires:	php-dirs
+BuildRequires:	rpmbuild(macros) >= 1.461
+Requires:	php-common
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_phpdir	/usr/share/php
-
 %description
 GeSHi is a generic syntax highlighter, written in PHP. You simply
 input the source code you wish to highlight with the language you wish
@@ -31,8 +30,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_phpdir}
-cp -a geshi.php geshi $RPM_BUILD_ROOT%{_phpdir}
+install -d $RPM_BUILD_ROOT%{php_data_dir}
+cp -a geshi.php geshi $RPM_BUILD_ROOT%{php_data_dir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -41,8 +40,8 @@
 %defattr(644,root,root,755)
 %doc docs/{BUGS,CHANGES,README,THANKS,TODO}
 %doc docs/geshi-doc.txt
-%{_phpdir}/geshi.php
-%{_phpdir}/geshi
+%{php_data_dir}/geshi.php
+%{php_data_dir}/geshi
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -50,6 +49,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.2  2008/01/12 21:16:14  qboosh
 - pl
 

================================================================
Index: SPECS/lms.spec
diff -u SPECS/lms.spec:1.107 SPECS/lms.spec:1.108
--- SPECS/lms.spec:1.107	Wed May  7 20:58:54 2008
+++ SPECS/lms.spec	Tue Jun 17 07:29:17 2008
@@ -31,7 +31,7 @@
 %{?with_lmsd:BuildRequires:	mysql-devel}
 %{?with_lmsd:BuildRequires:	postgresql-devel}
 BuildRequires:	rpm-pythonprov
-BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	rpmbuild(macros) >= 1.461
 %{?with_lmsd:Requires(post,preun):	/sbin/chkconfig}
 Requires:	Smarty >= 2.6.18-2
 Requires:	php(gd)
@@ -45,7 +45,7 @@
 %define		_sysconfdir	/etc/%{name}
 %define		_lmsdir		%{_datadir}/%{name}
 %define		_lmsvar		/var/lib/%{name}
-%define		_smartyplugindir	/usr/share/php/Smarty/plugins
+%define		_smartyplugindir	%{php_data_dir}/Smarty/plugins
 %define		_webapps	/etc/webapps
 %define		_webapp		%{name}
 
@@ -333,6 +333,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.108  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.107  2008/05/07 18:58:54  dzeus
 - uo to 1.10.4 (Pyrus)
 

================================================================
Index: SPECS/nagios-fruity.spec
diff -u SPECS/nagios-fruity.spec:1.29 SPECS/nagios-fruity.spec:1.30
--- SPECS/nagios-fruity.spec:1.29	Fri Dec 21 04:30:28 2007
+++ SPECS/nagios-fruity.spec	Tue Jun 17 07:29:17 2008
@@ -2,8 +2,9 @@
 # TODO
 # - add R dojo http://dojotoolkit.org/
 # - upgrade.php
-# - patch for adodb
-# fork fruity to lilac - http://www.lilacplatform.net/
+# - proper webapps integration: make config not accessible from web
+# - proper patch for system adodb (i.e not symlink)
+# - fork fruity to lilac - http://www.lilacplatform.net/
 %define		_rc rc2
 %define		_rel 0.2
 Summary:	Nagios Configuration Tool
@@ -87,7 +88,7 @@
 # config
 mv -f $RPM_BUILD_ROOT%{_appdir}/includes/config.inc $RPM_BUILD_ROOT%{_sysconfdir}/fruity.php
 ln -s %{_sysconfdir}/fruity.php $RPM_BUILD_ROOT%{_appdir}/includes/config.inc
-ln -s  /usr/share/php/adodb $RPM_BUILD_ROOT%{_appdir}/includes/adodb
+ln -s %{php_data_dir}/adodb $RPM_BUILD_ROOT%{_appdir}/includes/adodb
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -128,6 +129,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.30  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.29  2007/12/21 03:30:28  wolvverine
 - add info
 

================================================================
Index: SPECS/pel.spec
diff -u SPECS/pel.spec:1.11 SPECS/pel.spec:1.12
--- SPECS/pel.spec:1.11	Wed Mar 12 09:32:44 2008
+++ SPECS/pel.spec	Tue Jun 17 07:29:17 2008
@@ -11,12 +11,12 @@
 Source0:	http://dl.sourceforge.net/pel/%{name}-%{version}.tar.bz2
 # Source0-md5:	774654bf1b7b750cd2c1e37cff696da2
 URL:		http://pel.sourceforge.net/
+BuildRequires:	rpmbuild(macros) >= 1.461
 Requires:	php-common >= 4:5.0
-Requires:	php-pear
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_appdir	%{_datadir}/php/%{name}
+%define		_appdir	%{php_data_dir}/%{name}
 
 %description
 PEL is a library that will read and write EXIF headers found in JPEG
@@ -82,6 +82,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.12  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.11  2008/03/12 08:32:44  glen
 - 0.9.1
 - move files to /usr/share/php as this is not PEAR package

================================================================
Index: SPECS/php-spyc.spec
diff -u SPECS/php-spyc.spec:1.1 SPECS/php-spyc.spec:1.2
--- SPECS/php-spyc.spec:1.1	Fri May 23 11:16:53 2008
+++ SPECS/php-spyc.spec	Tue Jun 17 07:29:17 2008
@@ -8,12 +8,11 @@
 URL:		http://spyc.sourceforge.net/
 Source0:	http://dl.sourceforge.net/spyc/spyc-%{version}.tar.gz
 # Source0-md5:	5b25e949e3c016811b194aff8be50d6b
+BuildRequires:	rpmbuild(macros) >= 1.461
 Requires:	php-common
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		php_datadir		/usr/share/php
-
 %description
 Spyc is a YAML loader/dumper written in PHP. Given a YAML document,
 Spyc will return an array which you can use however you see fit. Given
@@ -37,8 +36,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{php_datadir},%{_examplesdir}/%{name}-%{version}}
-cp -a spyc.php spyc.php4 spyc.php5 $RPM_BUILD_ROOT%{php_datadir}
+install -d $RPM_BUILD_ROOT{%{php_data_dir},%{_examplesdir}/%{name}-%{version}}
+cp -a spyc.php spyc.php4 spyc.php5 $RPM_BUILD_ROOT%{php_data_dir}
 cp -a test.* yaml-{dump,load}.php spyc.yaml $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
@@ -47,7 +46,7 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGES README
-%{php_datadir}/*
+%{php_data_dir}/*
 %{_examplesdir}/%{name}-%{version}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -56,5 +55,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.1  2008/05/23 09:16:53  glen
 - new, based on http://cvs.fedora.redhat.com/viewcvs/*checkout*/devel/php-spyc/php-spyc.spec?rev=1.2

================================================================
Index: SPECS/phpmailer.spec
diff -u SPECS/phpmailer.spec:1.3 SPECS/phpmailer.spec:1.4
--- SPECS/phpmailer.spec:1.3	Wed Jun  4 12:04:18 2008
+++ SPECS/phpmailer.spec	Tue Jun 17 07:29:17 2008
@@ -9,10 +9,11 @@
 Source0:	http://dl.sourceforge.net/phpmailer/PHPMailer_v%{version}.tar.gz
 # Source0-md5:	1fba7b3b8f67197c371da2f791d517de
 URL:		http://phpmailer.codeworxtech.com/
+BuildRequires:	rpmbuild(macros) >= 1.461
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_appdir	/usr/share/php/%{name}
+%define		_appdir		%{php_data_dir}/%{name}
 
 %description
 PHP email transport class featuring multiple file attachments, SMTP
@@ -69,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.3  2008/06/04 10:04:18  glen
 - release 1
 

================================================================
Index: SPECS/postnuke.spec
diff -u SPECS/postnuke.spec:1.50 SPECS/postnuke.spec:1.51
--- SPECS/postnuke.spec:1.50	Sat Feb 24 16:38:58 2007
+++ SPECS/postnuke.spec	Tue Jun 17 07:29:17 2008
@@ -38,7 +38,7 @@
 Patch1:		%{name}-config.patch
 Patch2:		%{name}-smarty.patch
 URL:		http://www.postnuke.com/
-BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	rpmbuild(macros) >= 1.461
 Requires:	Smarty >= 2.6.10-4
 Requires:	php(exif)
 Requires:	php(mysql)
@@ -53,7 +53,7 @@
 %define		_webapp		%{name}
 %define		_sysconfdir	%{_webapps}/%{_webapp}
 %define		_appdir		%{_datadir}/%{_webapp}
-%define		_smartyplugindir	/usr/share/php/Smarty/plugins
+%define		_smartyplugindir	%{php_data_dir}/Smarty/plugins
 
 %description
 PostNuke is a weblog/Content Management System (CMS). It is far more
@@ -204,6 +204,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.51  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.50  2007/02/24 15:38:58  rotom
 - up to 0.764
 

================================================================
Index: SPECS/simplepie.spec
diff -u SPECS/simplepie.spec:1.2 SPECS/simplepie.spec:1.3
--- SPECS/simplepie.spec:1.2	Tue Jun 10 23:36:02 2008
+++ SPECS/simplepie.spec	Tue Jun 17 07:29:17 2008
@@ -9,6 +9,7 @@
 Source0:	http://simplepie.org/downloads/%{name}_%{version}.zip
 # Source0-md5:	8c640521de5830fc2d7fe5622cebb71c
 URL:		http://simplepie.org/
+BuildRequires:	rpmbuild(macros) >= 1.461
 Requires:	php(mbstring)
 Requires:	php(pcre)
 Requires:	php(xml)
@@ -18,8 +19,6 @@
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_phpdir	/usr/share/php
-
 %description
 SimplePie is a very fast and easy-to-use class, written in PHP, that
 puts the 'simple' back into 'really simple syndication'. Flexible
@@ -28,8 +27,8 @@
 
 %description -l pl.UTF-8
 SimplePie jest bardzo szybką i łatwą w użyciu, napisaną w PHP klasą
-umieszczającą "proste" z powrotem do "bardzo prostego zbierania".
-Jest wystarczająco elastyczna, aby pasować zarówno początkującym jak i
+umieszczającą "proste" z powrotem do "bardzo prostego zbierania". Jest
+wystarczająco elastyczna, aby pasować zarówno początkującym jak i
 weteranom. SimplePie skupia się na szybkości, prostocie użycia,
 kompatybilności i zgodności ze standardami.
 
@@ -38,8 +37,8 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_phpdir}
-cp -a simplepie.inc $RPM_BUILD_ROOT%{_phpdir}
+install -d $RPM_BUILD_ROOT%{php_data_dir}
+cp -a simplepie.inc $RPM_BUILD_ROOT%{php_data_dir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,7 +46,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README.txt
-%{_phpdir}/simplepie.inc
+%{php_data_dir}/simplepie.inc
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -55,6 +54,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.2  2008/06/10 21:36:02  qboosh
 - pl
 

================================================================
Index: SPECS/uebimiau.spec
diff -u SPECS/uebimiau.spec:1.54 SPECS/uebimiau.spec:1.55
--- SPECS/uebimiau.spec:1.54	Mon Feb 12 23:09:18 2007
+++ SPECS/uebimiau.spec	Tue Jun 17 07:29:17 2008
@@ -1,4 +1,6 @@
 # $Revision$, $Date$
+# TODO
+# - proper webapps integration: make config not accessible from web
 Summary:	UebiMiau - simple POP3 mail reader
 Summary(pl.UTF-8):	UebiMiau - prosty czytnik poczty POP3
 Name:		uebimiau
@@ -14,7 +16,7 @@
 Patch3:		%{name}-header.patch
 Patch4:		%{name}-language.patch
 URL:		http://www.uebimiau.org/
-BuildRequires:	rpmbuild(macros) >= 1.268
+BuildRequires:	rpmbuild(macros) >= 1.461
 BuildRequires:	sed >= 4.1.1
 # BR: rpm - not for Ra where is wrong def. of %%{_sharedstatedir}.
 BuildRequires:	rpm >= 4.3
@@ -26,7 +28,7 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_appdir		%{_datadir}/%{name}
-%define		_smartydir	/usr/share/php/Smarty
+%define		_smartydir	%{php_data_dir}/Smarty
 %define		_sysconfdir	/etc/%{name}
 %define		_webapps	/etc/webapps
 %define		_webapp		%{name}
@@ -56,13 +58,13 @@
 %patch4 -p1
 
 # prepare apache config file
-cat > apache.conf << EOF_APACHE_CONF
+cat > apache.conf <<'EOF'
 Alias /%{name} %{_appdir}
 <Directory %{_appdir}>
 	Order Allow,Deny
 	Allow From All
 </Directory>
-EOF_APACHE_CONF
+EOF
 
 %{__sed} -i "s|\$temporary_directory = \"database/\";|\$temporary_directory = \"%{_sharedstatedir}/%{name}/\";|" inc/config.php
 for f in index.php badlogin.php error.php inc/inc.php; do
@@ -232,6 +234,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.55  2008/06/17 05:29:17  glen
+- use %php_data_dir macro
+
 Revision 1.54  2007/02/12 22:09:18  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ZoneAdmin.spec?r1=1.12&r2=1.13&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/acid.spec?r1=1.27&r2=1.28&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/eventum.spec?r1=1.280&r2=1.281&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/flyspray.spec?r1=1.22&r2=1.23&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/geshi.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lms.spec?r1=1.107&r2=1.108&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/nagios-fruity.spec?r1=1.29&r2=1.30&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pel.spec?r1=1.11&r2=1.12&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/php-spyc.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/phpmailer.spec?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postnuke.spec?r1=1.50&r2=1.51&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/simplepie.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/uebimiau.spec?r1=1.54&r2=1.55&f=u



More information about the pld-cvs-commit mailing list