]> git.pld-linux.org Git - packages/python-pygraphviz.git/commitdiff
- descs AC-branch AC-STABLE auto/ac/python-pygraphviz-0_21-0_1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 27 Nov 2005 11:19:22 +0000 (11:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    python-pygraphviz.spec -> 1.5

python-pygraphviz.spec

index 2345114df73ed276b4924988f9e4dd722fa71401..e86cd7116499bc08c68aac549127fac04d67b9bd 100644 (file)
@@ -1,8 +1,6 @@
-# TODO:
-# - summary, desc,
 %define        module  pygraphviz
-Summary:       Python package for 
-Summary(pl):   Pakiet dla Pythona
+Summary:       pygraphviz - wrapper to graphviz's graph data structure
+Summary(pl):   pygraphviz - wrapper dla struktury danych grafów graphviza
 Name:          python-%{module}
 Version:       0.21
 Release:       0.1
@@ -14,23 +12,27 @@ Source1:    http://cheeseshop.python.org/packages/2.4/s/setuptools/setuptools-0.6a7
 # Source1-md5: c6d62dab4461f71aed943caea89e6f20
 Patch0:                %{name}-install.patch
 URL:           http://networkx.sourceforge.net/
-BuildRequires: rpm-pythonprov
 BuildRequires: graphviz-devel
 BuildRequires: graphviz-python
+BuildRequires: python-devel >= 1:2.3
+BuildRequires: rpm-pythonprov
 %pyrequires_eq python-modules
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
+pygraphviz is a wrapper to the graph data structure of the graphviz
+graph layout and visualization package.
 
 %description -l pl
+pygraphviz to wrapper dla struktury danych grafów pakietu do opisu i
+wizualizacji grafów graphviz.
 
 %prep
 %setup -q -n %{module}-%{version}
-install %{SOURCE1} ./
+install %{SOURCE1} .
 %patch0 -p1
 
-
 %build
 python setup.py build
 
This page took 0.038049 seconds and 4 git commands to generate.