]> git.pld-linux.org Git - packages/php-gtk2.git/blobdiff - php-gtk2.spec
- added src URL
[packages/php-gtk2.git] / php-gtk2.spec
index 0fda7cb3735c94876698e498d8de31182459e403..69adc6135c137ad707e5965256a7a70c8e2bf7ef 100644 (file)
@@ -1,11 +1,11 @@
 Summary:       PHP language bindings for GTK+ toolkit
 Summary(pl):   Modu³ PHP z wi±zaniami do GTK+
 Name:          php-gtk
-Version:       0.5.0
-Release:       2
+Version:       0.5.2
+Release:       1
 License:       GPL
 Group:         Libraries
-Source0:       %{name}-%{version}.tar.gz
+Source0:       http://gtk.php.net/distributions/%{name}-%{version}.tar.gz
 #Source0:      http://gtk.php.net/do_download.php?download_file=%{name}-%{version}
 URL:           http://gtk.php.net/
 BuildRequires: autoconf
@@ -16,8 +16,6 @@ BuildRequires:        php-pcre
 BuildRequires: libglade-devel
 BuildRequires: gtk+-devel
 Requires:      php-cgi
-Provides:      pear(gdk)
-Provides:      pear(GtkWindow)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sysconfdir     /etc/php
@@ -46,10 +44,12 @@ przeznaczone do tworzenia samodzielnych aplikacji GUI.
 
 %prep
 %setup -q
+mv php_gtk_new.m4 php_gtk.m4
 
 %build
 phpize
-aclocal
+%{__aclocal}
+%{__autoconf}
 %configure
 
 %{__make}
This page took 0.112194 seconds and 4 git commands to generate.