]> git.pld-linux.org Git - packages/php-pear-Gtk_VarDump.git/blob - php-pear-Gtk_VarDump.spec
- up to 1.0.1
[packages/php-pear-Gtk_VarDump.git] / php-pear-Gtk_VarDump.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _status         stable
3 %define         _pearname       Gtk_VarDump
4 Summary:        %{_pearname} - a simple GUI to example PHP data trees
5 Summary(pl.UTF-8):      %{_pearname} - proste GUI pokazujące przykładowe drzewo danych
6 Name:           php-pear-%{_pearname}
7 Version:        1.0.1
8 Release:        1
9 License:        PHP 2.02
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
12 # Source0-md5:  1dd54b74bb5ddd1e994b5261b4aacd21
13 URL:            http://pear.php.net/package/Gtk_VarDump/
14 BuildRequires:  php-pear-PEAR
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.300
17 Requires:       php(gtk)
18 Requires:       php-pear
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Just a regedit type interface to examine PHP data trees.
24
25 In PEAR status of this package is: %{_status}.
26
27 %description -l pl.UTF-8
28 Prosty interfejs w stylu regedit do badania drzew danych PHP.
29
30 Ta klasa ma w PEAR status: %{_status}.
31
32 %prep
33 %pear_package_setup
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{php_pear_dir}
38 %pear_package_install
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc install.log
46 %{php_pear_dir}/.registry/*.reg
47 %{php_pear_dir}/Gtk/VarDump.php
48 %{php_pear_dir}/data/%{_pearname}
This page took 0.054582 seconds and 3 git commands to generate.