]> git.pld-linux.org Git - packages/php-pear-Gtk2_VarDump.git/blob - php-pear-Gtk2_VarDump.spec
fd649dcdf35031d43397d7ab0ec381ed02bd4b09
[packages/php-pear-Gtk2_VarDump.git] / php-pear-Gtk2_VarDump.spec
1 %include        /usr/lib/rpm/macros.php
2 %define         _status         stable
3 %define         _pearname       Gtk2_VarDump
4 Summary:        %{_pearname} - a simple GUI to examine PHP data trees
5 Summary(pl.UTF-8):      %{_pearname} - proste GUI do analizy drzew danych PHP
6 Name:           php-pear-%{_pearname}
7 Version:        1.0.0
8 Release:        2
9 License:        LGPL
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
12 # Source0-md5:  0e22bd62cefa9b7dbea091cbb5db318b
13 URL:            http://pear.php.net/package/Gtk2_VarDump/
14 BuildRequires:  php-pear-PEAR
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.300
17 Requires:       php-gtk2
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 Interfejs w stylu regedit do analizy 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 docs/%{_pearname}/docs/examples
46 %{php_pear_dir}/.registry/*.reg
47 %{php_pear_dir}/Gtk2/VarDump.php
48 %{php_pear_dir}/Gtk2/VarDump
This page took 0.067183 seconds and 3 git commands to generate.