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