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