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