SPECS: php4-eaccelerator.spec, php4-gtk.spec, php4-mmcache.spec, p...
glen
glen at pld-linux.org
Sun Nov 26 17:14:54 CET 2006
Author: glen Date: Sun Nov 26 16:14:54 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- php virtual extension deps
---- Files affected:
SPECS:
php4-eaccelerator.spec (1.34 -> 1.35) , php4-gtk.spec (1.46 -> 1.47) , php4-mmcache.spec (1.46 -> 1.47) , phpAutoGallery.spec (1.2 -> 1.3) , phpBB-mod-album.spec (1.3 -> 1.4) , phpDoc.spec (1.15 -> 1.16) , phpExifRW.spec (1.3 -> 1.4) , phpIP.spec (1.12 -> 1.13) , phpIpacStats.spec (1.6 -> 1.7) , phpMyBackupPro.spec (1.13 -> 1.14) , phpMyChat.spec (1.9 -> 1.10) , phpOpenTracker.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/php4-eaccelerator.spec
diff -u SPECS/php4-eaccelerator.spec:1.34 SPECS/php4-eaccelerator.spec:1.35
--- SPECS/php4-eaccelerator.spec:1.34 Sun Nov 26 15:17:31 2006
+++ SPECS/php4-eaccelerator.spec Sun Nov 26 17:14:48 2006
@@ -6,7 +6,7 @@
Summary(pl): Moduł eAccelerator dla PHP
Name: php4-%{_name}
Version: 0.9.5
-Release: 2
+Release: 3
License: GPL
Group: Libraries
Source0: http://dl.sourceforge.net/eaccelerator/%{_name}-%{version}.tar.bz2
@@ -18,7 +18,7 @@
%requires_eq php4-common
%{?requires_php_extension}
Requires: %{_sysconfdir}/conf.d
-Requires: php4-zlib
+Requires: php(zlib)
Conflicts: php-mmcache
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -119,6 +119,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.35 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.34 2006/11/26 14:17:31 glen
- adapter
================================================================
Index: SPECS/php4-gtk.spec
diff -u SPECS/php4-gtk.spec:1.46 SPECS/php4-gtk.spec:1.47
--- SPECS/php4-gtk.spec:1.46 Sun Nov 26 15:43:27 2006
+++ SPECS/php4-gtk.spec Sun Nov 26 17:14:48 2006
@@ -6,7 +6,7 @@
Summary(pl): Moduł PHP z wiązaniami do GTK+
Name: php4-gtk
Version: 1.0.2
-Release: 5
+Release: 6
License: GPL
Group: Libraries
Source0: http://gtk.php.net/distributions/php-gtk-%{version}.tar.gz
@@ -17,9 +17,9 @@
URL: http://gtk.php.net/
BuildRequires: gtk+-devel >= 1:1.2.6
BuildRequires: libglade-devel
+BuildRequires: php(pcre)
BuildRequires: php4-cli
BuildRequires: php4-devel >= 3:4.3.0
-BuildRequires: php4-pcre
BuildRequires: rpmbuild(macros) >= 1.322
%{?requires_php_extension}
Requires: php4-cli
@@ -78,6 +78,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.47 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.46 2006/11/26 14:43:27 glen
- php epoch
================================================================
Index: SPECS/php4-mmcache.spec
diff -u SPECS/php4-mmcache.spec:1.46 SPECS/php4-mmcache.spec:1.47
--- SPECS/php4-mmcache.spec:1.46 Fri Nov 3 00:09:09 2006
+++ SPECS/php4-mmcache.spec Sun Nov 26 17:14:48 2006
@@ -8,10 +8,9 @@
Summary(pl): Moduł Turck MMCache dla PHP
Name: php4-%{_modname}
Version: 2.4.6
-Release: 8
+Release: 9
License: GPL
Group: Libraries
-Vendor: Turck Software
Source0: http://dl.sourceforge.net/%{_pkgname}/%{_pkgname}-%{version}.tar.gz
# Source0-md5: bcf671bec2e8b009e9b2d8f8d2574041
Patch0: %{name}-debian-8.patch
@@ -21,8 +20,8 @@
%{?requires_php_extension}
%{?requires_zend_extension}
Requires: %{_sysconfdir}/conf.d
+Requires: php(zlib)
Requires: webserver = apache
-Requires: php4-zlib
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -173,6 +172,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.47 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.46 2006/11/02 23:09:09 glen
- BR rpmmacros for fixed %requires_php_extension
================================================================
Index: SPECS/phpAutoGallery.spec
diff -u SPECS/phpAutoGallery.spec:1.2 SPECS/phpAutoGallery.spec:1.3
--- SPECS/phpAutoGallery.spec:1.2 Thu Apr 21 21:25:26 2005
+++ SPECS/phpAutoGallery.spec Sun Nov 26 17:14:48 2006
@@ -1,4 +1,6 @@
# $Revision$, $Date$
+# TODO
+# - webapps
Summary: Image gallery system created in PHP
Summary(pl): System galeriowy oparty na PHP
Name: phpAutoGallery
@@ -11,8 +13,8 @@
Source1: %{name}.conf
URL: http://phpautogallery.sourceforge.net/
Requires: ImageMagick
-Requires: php
Requires: webserver
+Requires: webserver(php)
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -113,6 +115,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.2 2005/04/21 19:25:26 qboosh
- pl
================================================================
Index: SPECS/phpBB-mod-album.spec
diff -u SPECS/phpBB-mod-album.spec:1.3 SPECS/phpBB-mod-album.spec:1.4
--- SPECS/phpBB-mod-album.spec:1.3 Sun Jun 5 03:47:21 2005
+++ SPECS/phpBB-mod-album.spec Sun Nov 26 17:14:48 2006
@@ -1,6 +1,6 @@
# $Revision$, $Date$
-# TODO: post/preun broken (think: upgrades),
-# doesn't it break rpm -V phpBB?
+# TODO
+# - post/preun broken (think: upgrades), doesn't it break rpm -V phpBB?
Summary: Photo Album for phpBB2
Summary(pl): Album zdjęć dla phpBB2
Name: phpBB-mod-album
@@ -16,8 +16,8 @@
# patch for modified phpBB,lang_polish
URL: http://smartor.is-root.com
BuildRequires: unzip
+Requires(post): patch
Requires: gd
-Requires: patch
Requires: phpBB >= 2.0.13
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -100,9 +100,9 @@
rm -rf $RPM_BUILD_ROOT
%post
-cd /usr/share
+cd %{_datadir}
patch -p0 < phpBB/album_mod/install.patch
-chown root:http /usr/share/phpBB/ -R
+chown root:http %{_datadir}/phpBB/ -R
%preun
cd /usr/share
@@ -128,6 +128,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.3 2005/06/05 01:47:21 zbyniu
- BR: unzip
================================================================
Index: SPECS/phpDoc.spec
diff -u SPECS/phpDoc.spec:1.15 SPECS/phpDoc.spec:1.16
--- SPECS/phpDoc.spec:1.15 Tue Oct 31 16:34:36 2006
+++ SPECS/phpDoc.spec Sun Nov 26 17:14:48 2006
@@ -4,13 +4,14 @@
Summary(pl): phpDoc - system dokumentacji klas PHP
Name: phpDoc
Version: 0.2.1
-Release: 1
+Release: 3
License: GPL
Group: Applications/Databases/Interfaces
Source0: http://dl.sourceforge.net/phpdoc/%{name}.%{version}.tar.gz
# Source0-md5: ff99b40de9ef1c72d1ac0754fbdd8247
URL: http://sourceforge.net/projects/phpdoc/
-Requires: php-mysql >= 4
+Requires: php(mysql)
+Requires: php-common >= 3:4.0
Requires: webserver
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -66,6 +67,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.15 2006/10/31 15:34:36 qboosh
- todo: webapps
@@ -91,7 +95,7 @@
- /home -> /home/services
Revision 1.7 2002/11/29 22:45:55 ankry
-- massive attack: new %%doc
+- massive attack: new %doc
Revision 1.6 2002/02/23 04:17:26 kloczek
- adapterized.
@@ -101,7 +105,7 @@
Group field using gettext).
Revision 1.4 2002/02/06 13:50:07 qboosh
-- uncommented %%clean, removed empty %%build, cosmetics
+- uncommented %clean, removed empty %build, cosmetics
Revision 1.3 2002/02/04 23:49:14 blues
- pl translation added
================================================================
Index: SPECS/phpExifRW.spec
diff -u SPECS/phpExifRW.spec:1.3 SPECS/phpExifRW.spec:1.4
--- SPECS/phpExifRW.spec:1.3 Wed May 24 14:19:33 2006
+++ SPECS/phpExifRW.spec Sun Nov 26 17:14:48 2006
@@ -4,14 +4,14 @@
Summary(pl): Klasa do odczytu i zapisu Exif
Name: phpExifRW
Version: 1.1
-Release: 1
+Release: 2
License: LGPL v2
Group: Development/Languages/PHP
Source0: http://www.vinayras.com/projects/%{name}-%{version}.tar.gz
# Source0-md5: 27a9313e8682e54db9f2255ffac7de60
URL: http://www.vinayras.com/project/phpexifrw.php
BuildRequires: rpm-php-pearprov
-Requires: php-exif
+Requires: php(exif)
Requires: php-pear
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -26,8 +26,7 @@
phpExifRW to napisana w czystym PHP klasa do odczytu, zapisu i
przesyłania informacji EXIF tworzonych przez większość aparatów
cyfrowych. Klasa ta przezwycięża problem istniejący w większości
-dystrybucji nie dodających rozszerzeń Exif w domyślnej instalacji
-PHP.
+dystrybucji nie dodających rozszerzeń Exif w domyślnej instalacji PHP.
%prep
%setup -q
@@ -53,6 +52,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.3 2006/05/24 12:19:33 blaass
- up to 1.1
================================================================
Index: SPECS/phpIP.spec
diff -u SPECS/phpIP.spec:1.12 SPECS/phpIP.spec:1.13
--- SPECS/phpIP.spec:1.12 Tue Oct 31 16:39:18 2006
+++ SPECS/phpIP.spec Sun Nov 26 17:14:48 2006
@@ -4,7 +4,7 @@
Summary(pl): phpIP Manager - zarządzanie adresami IP
Name: phpIP
Version: 3.2
-Release: 2
+Release: 3
License: GPL v2
Group: Applications/Databases/Interfaces
#Source0Download: http://www.vermeer.org/projects/phpip/
@@ -13,7 +13,8 @@
Source1: %{name}.conf
URL: http://www.vermeer.org/projects/phpip/
Requires: mysql
-Requires: php-mysql >= 4.1.0
+Requires: php(mysql)
+Requires: php-common >= 3:4.1.0
Requires: webserver
Obsoletes: phpip
BuildArch: noarch
@@ -83,6 +84,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.12 2006/10/31 15:39:18 qboosh
- pl fix, sh syntax in trigger, don't own /etc/httpd dir with wrong perms
================================================================
Index: SPECS/phpIpacStats.spec
diff -u SPECS/phpIpacStats.spec:1.6 SPECS/phpIpacStats.spec:1.7
--- SPECS/phpIpacStats.spec:1.6 Tue Nov 11 02:42:28 2003
+++ SPECS/phpIpacStats.spec Sun Nov 26 17:14:48 2006
@@ -3,16 +3,16 @@
Summary(pl): Interfejs WWW do statystyk ipac-ng
Name: phpIpacStats
Version: 0.5
-Release: 1
+Release: 2
License: LGPL
Group: Applications/System
Source0: http://dl.sourceforge.net/phpipacstats/%{name}-%{version}.tar.bz2
# Source0-md5: 56ce8212490cee1c1b01ac46c917b715
Patch0: %{name}-conf.patch
URL: http://phpipacstats.sourceforge.net/
-Requires: webserver
-Requires: php
Requires: ipac-ng
+Requires: webserver
+Requires: webserver(php)
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -54,6 +54,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.6 2003/11/11 01:42:28 ankry
- caps unification, other cosmetics
================================================================
Index: SPECS/phpMyBackupPro.spec
diff -u SPECS/phpMyBackupPro.spec:1.13 SPECS/phpMyBackupPro.spec:1.14
--- SPECS/phpMyBackupPro.spec:1.13 Wed Apr 13 19:07:07 2005
+++ SPECS/phpMyBackupPro.spec Sun Nov 26 17:14:48 2006
@@ -1,4 +1,6 @@
# $Revision$, $Date$
+# TODO
+# - webapps
Summary: Web-based MySQL backup program, written in PHP
Summary(pl): Oparty o PHP program do tworzenia kopii zapasowych baz MySQL
Name: phpMyBackupPro
@@ -11,10 +13,10 @@
Source1: %{name}.conf
URL: http://www.phpmybackuppro.net/
BuildRequires: unzip
-Requires: php
-Requires: php-mysql
-Requires: php-pcre
+Requires: php(mysql)
+Requires: php(pcre)
Requires: webserver
+Requires: webserver(php)
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -102,6 +104,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.13 2005/04/13 17:07:07 paszczus
- updated to 1.5
- updated URL
================================================================
Index: SPECS/phpMyChat.spec
diff -u SPECS/phpMyChat.spec:1.9 SPECS/phpMyChat.spec:1.10
--- SPECS/phpMyChat.spec:1.9 Tue Dec 13 15:37:24 2005
+++ SPECS/phpMyChat.spec Sun Nov 26 17:14:48 2006
@@ -1,4 +1,6 @@
# $Revision$, $Date$
+# TODO
+# - webapps
Summary: Easy-to-install, and easy-to-use multi-room PHP/DB chat
Summary(pl): Prosty w instalacji i użyciu wielopokojowy chat oparty na PHP/DB
Name: phpMyChat
@@ -11,8 +13,8 @@
Source1: %{name}.conf
URL: http://sourceforge.net/projects/phpmychat/
BuildRequires: unzip
-Requires: php-mysql
-Requires: php-pcre
+Requires: php(mysql)
+Requires: php(pcre)
Requires: webserver
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -108,6 +110,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.10 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.9 2005/12/13 14:37:24 glen
- adapterized (sorted %verify flags)
================================================================
Index: SPECS/phpOpenTracker.spec
diff -u SPECS/phpOpenTracker.spec:1.6 SPECS/phpOpenTracker.spec:1.7
--- SPECS/phpOpenTracker.spec:1.6 Mon Jun 27 12:11:07 2005
+++ SPECS/phpOpenTracker.spec Sun Nov 26 17:14:48 2006
@@ -1,5 +1,5 @@
# $Revision$, $Date$
-# ToDo:
+# TODO:
# - placement of files - not so sure if they should go to php_pear_dir
Summary: phpOpenTracker - website traffic analysis framework
Summary(pl): phpOpenTracker - abstrakcyjna warstwa analizatora ruchu na stronach WWW
@@ -11,12 +11,12 @@
Source0: http://download.berlios.de/phpopentracker/%{name}-%{version}.tgz
# Source0-md5: 0b1b6bfa68db54eebddbd00d051f122d
URL: http://phpopentracker.de/
-Requires: php >= 4.2.1
Requires: jpgraph
Requires: php-pear
Requires: php-pear-Cache_Lite
Requires: php-pear-Image_GraphViz
Requires: php-pear-XML_Tree
+Requires: webserver(php) >= 4.2.1
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -73,6 +73,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/11/26 16:14:48 glen
+- php virtual extension deps
+
Revision 1.6 2005/06/27 10:11:07 adamg
- updated to 1.5.0 (by Dariusz Wlodarczyk - milley (at) apollo.gostyn.pl)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/php4-eaccelerator.spec?r1=1.34&r2=1.35&f=u
http://cvs.pld-linux.org/SPECS/php4-gtk.spec?r1=1.46&r2=1.47&f=u
http://cvs.pld-linux.org/SPECS/php4-mmcache.spec?r1=1.46&r2=1.47&f=u
http://cvs.pld-linux.org/SPECS/phpAutoGallery.spec?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SPECS/phpBB-mod-album.spec?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SPECS/phpDoc.spec?r1=1.15&r2=1.16&f=u
http://cvs.pld-linux.org/SPECS/phpExifRW.spec?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SPECS/phpIP.spec?r1=1.12&r2=1.13&f=u
http://cvs.pld-linux.org/SPECS/phpIpacStats.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/SPECS/phpMyBackupPro.spec?r1=1.13&r2=1.14&f=u
http://cvs.pld-linux.org/SPECS/phpMyChat.spec?r1=1.9&r2=1.10&f=u
http://cvs.pld-linux.org/SPECS/phpOpenTracker.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list