]> git.pld-linux.org Git - packages/php-pear-Gtk2_VarDump.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 24 Apr 2006 15:29:39 +0000 (15:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-Gtk2_VarDump.spec -> 1.1

php-pear-Gtk2_VarDump.spec [new file with mode: 0644]

diff --git a/php-pear-Gtk2_VarDump.spec b/php-pear-Gtk2_VarDump.spec
new file mode 100644 (file)
index 0000000..1bf97e1
--- /dev/null
@@ -0,0 +1,49 @@
+%include       /usr/lib/rpm/macros.php
+%define                _class          Gtk2
+%define                _subclass       VarDump
+%define                _status         beta
+%define                _pearname       Gtk2_VarDump
+
+Summary:       %{_pearname} - a simple GUI to examine PHP data trees
+Summary(pl):   %{_pearname} - proste GUI do analizy drzew danych PHP
+Name:          php-pear-%{_pearname}
+Version:       0.0.4
+Release:       1
+License:       LGPL
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+# Source0-md5: ad544efaaa77f52d5bd0457f53e824ec
+URL:           http://pear.php.net/package/Gtk2_VarDump/
+BuildRequires: php-pear-PEAR
+BuildRequires: rpm-php-pearprov >= 4.4.2-11
+Requires:      php-gtk
+Requires:      php-pear
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Just a regedit type interface to examine PHP data trees.
+
+In PEAR status of this package is: %{_status}.
+
+%description -l pl
+Interfejs w stylu regedit do analizy drzew danych PHP.
+
+Ta klasa ma w PEAR status: %{_status}.
+
+%prep
+%pear_package_setup
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc install.log docs/%{_pearname}/{examples/Gtk2_VarDump_array.phpw,examples/Gtk2_VarDump_object.phpw,examples/Gtk2_VarDump_string.phpw}
+%{php_pear_dir}/.registry/*.reg
+%{php_pear_dir}/Gtk2/VarDump.php
This page took 0.077456 seconds and 4 git commands to generate.