]> git.pld-linux.org Git - packages/php-pear-Image_GraphViz.git/blob - php-pear-Image_GraphViz.spec
- new rpm-php-requires/provides scripts
[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         _pearname       %{_class}_%{_subclass}
5 Summary:        %{_pearname} - Interface to AT&T's GraphViz tools
6 Summary(pl):    %{_pearname} - interfejs do narzêdzi GraphViz AT&T
7 Name:           php-pear-%{_pearname}
8 Version:        0.3
9 Release:        2
10 License:        PHP 2.02
11 Group:          Development/Languages/PHP
12 Source0:        http://pear.php.net/get/%{_pearname}-%{version}.tgz
13 URL:            http://pear.php.net/
14 BuildRequires:  rpm-php-pearprov >= 4.0.2-98
15 Requires:       php-pear
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 The GraphViz class allows for the creation of and the work with
21 directed and undirected graphs and their visualization with AT&T's
22 GraphViz tools.
23
24 %description -l pl
25 Klasa GraphViz pozwala na tworzenie oraz pracê z bezpo¶rednimi i
26 niebezpo¶rednimi grafami, a tak¿e ich wizualizacjê za pomoc± narzêdzi
27 GraphViz AT&T.
28
29 %prep
30 %setup -q -c
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}
35
36 install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %{php_pear_dir}/%{_class}/*.php
This page took 0.033128 seconds and 4 git commands to generate.