From 2ca81b64e082da5f374614c6a1af5ec121e08bb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 26 Nov 2006 21:24:28 +0000 Subject: [PATCH] - Provide php(gtk2), fix pcre dep, add memory limit patch; rel 3 Changed files: php-gtk2.spec -> 1.39 --- php-gtk2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-gtk2.spec b/php-gtk2.spec index 37d38aa..473f99a 100644 --- a/php-gtk2.spec +++ b/php-gtk2.spec @@ -2,7 +2,7 @@ %define _sysconfdir /etc/php %define extensionsdir %(php-config --extension-dir 2>/dev/null) %define _snap 20060715 -%define _rel 2 +%define _rel 3 Summary: PHP language bindings for GTK+ toolkit Summary(pl): Modu³ PHP z wi±zaniami do GTK+ Name: php-gtk2 @@ -14,13 +14,15 @@ Group: Libraries Source0: %{name}-%{_snap}.tar.bz2 # Source0-md5: 2a65f938384060bf7d0a9a8a14a9e54b Patch0: %{name}-object.patch +Patch1: %{name}-memlimit.patch URL: http://gtk.php.net/ BuildRequires: gtk+2-devel -BuildRequires: php(pcre) BuildRequires: php-devel >= 4:5.1 +BuildRequires: php-pcre BuildRequires: rpmbuild(macros) >= 1.322 %{?requires_php_extension} Requires: php-cli +Provides: php(gtk2) BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -54,6 +56,7 @@ oparta na PHP 5.1 i GTK+ 2.6. %prep %setup -q -n php-gtk %patch0 -p1 +%patch1 -p1 %build ./buildconf \ -- 2.44.0