]> git.pld-linux.org Git - packages/php-pear-Structures_Graph.git/blob - php-pear-Structures_Graph.spec
up to 1.1.1
[packages/php-pear-Structures_Graph.git] / php-pear-Structures_Graph.spec
1 %define         status          stable
2 %define         pearname        Structures_Graph
3 %include        /usr/lib/rpm/macros.php
4 Summary:        %{pearname} - graph datastructure manipulation library
5 Summary(pl.UTF-8):      %{pearname} - biblioteka do obróbki struktur danych grafów
6 Name:           php-pear-%{pearname}
7 Version:        1.1.1
8 Release:        1
9 License:        LGPL
10 Group:          Development/Languages/PHP
11 Source0:        http://pear.php.net/get/%{pearname}-%{version}.tgz
12 # Source0-md5:  ee63a3d24c94338af90334f3dd42c518
13 URL:            http://pear.php.net/package/Structures_Graph/
14 BuildRequires:  php-pear-PEAR
15 BuildRequires:  rpm-php-pearprov >= 4.4.2-11
16 BuildRequires:  rpmbuild(macros) >= 1.654
17 Requires:       php-pear >= 4:1.0-9.5
18 Requires:       php-pear-PEAR-core >= 1:1.2
19 Obsoletes:      php-pear-Structures_Graph-tests
20 BuildArch:      noarch
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 Structures_Graph is a package for creating and manipulating graph
25 datastructures. It allows building of directed and undirected graphs,
26 with data and metadata stored in nodes. The library provides functions
27 for graph traversing as well as for characteristic extraction from the
28 graph topology.
29
30 In PEAR status of this package is: %{status}.
31
32 %description -l pl.UTF-8
33 Za pomocą Structures_Graph możliwe jest tworzenie i manipulacja
34 strukturami danych grafów. Pakiet pozwala tworzyć grafy skierowane i
35 nieskierowane z danymi i metadanymi zapisanymi w wierzchołkach.
36 Biblioteka dostarcza funkcje do przechodzenia grafów, a także
37 wyciągania charakterystyki z topologii grafu.
38
39 Ta klasa ma w PEAR status: %{status}.
40
41 %prep
42 %pear_package_setup
43
44 mv docs/%{pearname}/docs/* .
45
46 %install
47 rm -rf $RPM_BUILD_ROOT
48 install -d $RPM_BUILD_ROOT{%{php_pear_dir},%{_examplesdir}/%{name}-%{version}}
49 %pear_package_install
50 cp -a tutorials/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
51
52 %clean
53 rm -rf $RPM_BUILD_ROOT
54
55 %files
56 %defattr(644,root,root,755)
57 %doc install.log
58 %{php_pear_dir}/.registry/*.reg
59 %{php_pear_dir}/Structures/*.php
60 %{php_pear_dir}/Structures/Graph
61 %{_examplesdir}/%{name}-%{version}
This page took 0.04814 seconds and 3 git commands to generate.