]> git.pld-linux.org Git - packages/php-pear-Image_GraphViz.git/blame - php-pear-Image_GraphViz.spec
- up to 1.3.0-stable
[packages/php-pear-Image_GraphViz.git] / php-pear-Image_GraphViz.spec
CommitLineData
08527e53 1%include /usr/lib/rpm/macros.php
35829b1a
ER
2%define _status stable
3%define _pearname Image_GraphViz
d7ce3198 4Summary: %{_pearname} - Interface to AT&T's GraphViz tools
3f2cbf41 5Summary(pl.UTF-8): %{_pearname} - interfejs do narzędzi GraphViz AT&T
08527e53 6Name: php-pear-%{_pearname}
78e86997 7Version: 1.3.0
35829b1a 8Release: 1
08527e53
PG
9License: PHP 2.02
10Group: Development/Languages/PHP
35829b1a
ER
11Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
12# Source0-md5: b6ed7a04682818c36aab775f8392005f
bf0529d6 13URL: http://pear.php.net/package/Image_GraphViz/
9ab1ac1b 14BuildRequires: php-pear-PEAR
aa7dfb36 15BuildRequires: rpm-php-pearprov >= 4.4.2-11
c4d96f2b 16BuildRequires: rpmbuild(macros) >= 1.300
08527e53
PG
17Requires: php-pear
18BuildArch: noarch
19BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21%description
22The GraphViz class allows for the creation of and the work with
23directed and undirected graphs and their visualization with AT&T's
24GraphViz tools.
25
8871011c 26In PEAR status of this package is: %{_status}.
ed90020d 27
a2e4da16
JR
28%description -l pl.UTF-8
29Klasa GraphViz pozwala na tworzenie oraz pracę z bezpośrednimi i
30niebezpośrednimi grafami, a także ich wizualizację za pomocą narzędzi
08527e53
PG
31GraphViz AT&T.
32
29aad2f5 33Ta klasa ma w PEAR status: %{_status}.
ed90020d 34
08527e53 35%prep
aa7dfb36 36%pear_package_setup
08527e53
PG
37
38%install
39rm -rf $RPM_BUILD_ROOT
aa7dfb36
ER
40install -d $RPM_BUILD_ROOT%{php_pear_dir}
41%pear_package_install
08527e53 42
78e86997
ER
43# don't care for tests
44rm -rf $RPM_BUILD_ROOT%{php_pear_dir}/tests/%{_pearname}
45
08527e53
PG
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
aa7dfb36
ER
51%doc install.log
52%{php_pear_dir}/.registry/*.reg
35829b1a 53%{php_pear_dir}/Image/*.php
This page took 0.048616 seconds and 4 git commands to generate.