SPECS: php-gtk.spec - use 20050915 cvs snapshot for php-gtk2 - req...

glen glen at pld-linux.org
Fri Sep 16 00:06:28 CEST 2005


Author: glen                         Date: Thu Sep 15 22:06:28 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use 20050915 cvs snapshot for php-gtk2
- requires php 5.1
- can't build, memory faults from php-cli 5.1

---- Files affected:
SPECS:
   php-gtk.spec (1.29 -> 1.30) 

---- Diffs:

================================================================
Index: SPECS/php-gtk.spec
diff -u SPECS/php-gtk.spec:1.29 SPECS/php-gtk.spec:1.30
--- SPECS/php-gtk.spec:1.29	Thu Sep 15 20:28:01 2005
+++ SPECS/php-gtk.spec	Fri Sep 16 00:06:23 2005
@@ -5,18 +5,21 @@
 Summary:	PHP language bindings for GTK+ toolkit
 Summary(pl):	Moduł PHP z wiązaniami do GTK+
 Name:		php-gtk
-Version:	1.0.2
-Release:	0.1
+Version:	0.0.cvs
+%define	_snap 20050915
+Release:	0.%{_snap}.1
 License:	GPL
 Group:		Libraries
-Source0:	http://gtk.php.net/distributions/%{name}-%{version}.tar.gz
-# Source0-md5:	b11859c0778e40e53a14919a589db464
+#Source0:	http://gtk.php.net/distributions/%{name}-%{version}.tar.gz
+Source0:	http://glen.alkohol.ee/pld/%{name}-%{_snap}.tar.bz2
+# Source0-md5:	54ef24428317438ae24489f74193ec7f
 Patch0:		%{name}-object.patch
 Patch1:		%{name}-generator.patch
 URL:		http://gtk.php.net/
-BuildRequires:	libglade-devel
-BuildRequires:	php-cli >= 3:5.0.0
-BuildRequires:	php-devel >= 3:5.0.0
+#BuildRequires:	libglade-devel
+BuildRequires:	gtk+2-devel
+BuildRequires:	php-devel >= 4:5.1.0
+BuildRequires:	php-pcre >= 4:5.1.0
 BuildRequires:	rpmbuild(macros) >= 1.238
 %{?requires_php_extension}
 Requires:	php-cli
@@ -45,12 +48,12 @@
 przeznaczone do tworzenia samodzielnych aplikacji GUI.
 
 %prep
-%setup -q -n php_gtk-%{version}
+%setup -q -n php-gtk
 %patch0 -p1
-%patch1 -p1
+#%patch1 -p1
 
 %build
-phpize
+./buildconf
 %configure \
 	--with-php-config=%{_bindir}/php-config
 %{__make}
@@ -74,96 +77,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
-Revision 1.29  2005/09/15 18:28:01  glen
-- this extension doesn't support gtk+2
-
-Revision 1.28  2005/09/15 18:23:44  glen
-- updated from php4-gtk (1.0.2). doesn't build php-gtk doesn't support php5?
-
-Revision 1.27  2005/09/07 14:14:52  glen
-- phpize already calls aclocal/autoconf
-
-Revision 1.26  2005/09/07 13:30:50  glen
-- php{,4}-devel already Requires: auto{make,conf}
-
-Revision 1.25  2004/11/27 18:52:08  saq
-- massive attack: add missing gtk+2-devel epoch in BR
-
-Revision 1.24  2004/11/26 19:16:00  ankry
-- webowy -> WWW
-
-Revision 1.23  2004/10/24 20:44:57  qboosh
-- more pl fixes
-
-Revision 1.22  2004/10/24 17:05:53  paladine
-- spelling fixes, uppercases, etc.
-
-Revision 1.21  2004/08/22 20:12:28  qboosh
-- updated to 1.0.1; still needs php 4.3.x
-
-Revision 1.20  2004/02/08 09:07:10  misi3k
-- updated to 1.0.0
-- rel 0.1
-
-Revision 1.19  2003/10/02 08:23:52  adamg
-- removed %post/preun - it didn't do anything anyway
-
-Revision 1.18  2003/07/03 11:21:00  ggodlewski
-- patches for nest
-
-Revision 1.17  2003/05/28 13:01:15  malekith
-- massive attack: source-md5
-
-Revision 1.16  2003/05/25 06:25:17  misi3k
-- massive attack s/pld.org.pl/pld-linux.org/
-
-Revision 1.15  2003/03/12 22:37:58  adamg
-- do not add extension=php.gtk into php.ini, it makes php die. If user
-  wants to use this module, he should use dl() function.
+Revision 1.30  2005/09/15 22:06:23  glen
+- use 20050915 cvs snapshot for php-gtk2
+- requires php 5.1
+- can't build, memory faults from php-cli 5.1
 
-Revision 1.14  2003/03/06 12:47:27  ankry
-- added src URL
-
-Revision 1.13  2003/03/05 21:41:05  ggodlewski
-- updated to 0.5.2
-
-Revision 1.12  2002/10/09 13:14:43  kloczek
-- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
-
-Revision 1.11  2002/07/12 17:50:35  blues
-- removed provides - it was stupid idea
-
-Revision 1.10  2002/07/12 16:39:55  blues
-- release 2
-- added provides pear(gdk) pear(GtkWindow)
-- new doc
-- STBR
-
-Revision 1.9  2002/03/14 15:57:12  baggins
-- updated to 0.5.0
-- STBR
-
-Revision 1.8  2002/02/23 04:17:26  kloczek
-- adapterized.
-
-Revision 1.7  2002/02/22 23:29:34  kloczek
-- removed all Group fields translations (oure rpm now can handle translating
-  Group field using gettext).
-
-Revision 1.6  2002/01/18 02:14:36  kloczek
-- perl -pi -e "s/pld-list\@pld.org.pl/feedback\@pld.org.pl/"
-
-Revision 1.5  2001/10/02 08:55:17  qboosh
-- added Source0 URL (note: current version is 0.1.1)
-
-Revision 1.4  2001/09/21 03:07:20  kloczek
-- spec adaptrerized and few cosmetics.
-
-Revision 1.3  2001/09/20 18:47:37  baggins
-- buildrequires php-pcre
-
-Revision 1.2  2001/09/20 18:08:16  baggins
-- buildrequires php-cgi
-
-Revision 1.1  2001/09/01 17:55:39  zagrodzki
-- initial release
+Revision 1.29  2005/09/15 18:28:01  glen
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/php-gtk.spec?r1=1.29&r2=1.30&f=u




More information about the pld-cvs-commit mailing list