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