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