]> git.pld-linux.org Git - packages/python-pydot.git/blobdiff - python-pydot.spec
automatic change: use py_build/py_install macros
[packages/python-pydot.git] / python-pydot.spec
index 4d856f2ee7183d676d2d09247de9f866bb11f9f3..8d495d759286dce88cd9043fc0f3f1b69c6f7f98 100644 (file)
@@ -1,17 +1,19 @@
 %define        module  pydot
-Summary:       Python interface to Graphviz's Dot language 
-Summary(pl):   Pythonowy interfejs do jêzyka Dot z pakietu Graphviz
+Summary:       Python interface to Graphviz's Dot language
+Summary(pl.UTF-8):     Pythonowy interfejs do języka Dot z pakietu Graphviz
 Name:          python-%{module}
-Version:       0.9.10
-Release:       0.1
+Version:       1.0.28
+Release:       1
 License:       MIT
 Group:         Libraries/Python
-Source0:       http://dkbza.org/data/%{module}-%{version}.tar.gz
-# Source0-md5: d59609a3b69b19ad018c55d765945baf
-URL:           http://dkbza.org/pydot.html
+Source0:       http://pydot.googlecode.com/files/pydot-%{version}.tar.gz
+# Source0-md5: c0a7a027176a62c412fd0f54951af692
+URL:           http://code.google.com/p/pydot/
 BuildRequires: python-pyparsing >= 1.2
 BuildRequires: rpm-pythonprov
-%pyrequires_eq python-modules
+# if py_postclean is used
+BuildRequires: rpmbuild(macros) >= 1.219
+Requires:      python-modules
 Requires:      python-pyparsing >= 1.2
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -19,31 +21,33 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 pydot provides an interface for creating both directed and non
 directed graphs from Python. Currently all attributes implemented in
-the Dot language up to Graphviz 1.16 are supported.
+the Dot language up to Graphviz 2.26.3 are supported.
 
-%description -l pl
-pydot udostêpnia interfejs do tworzenia zarówno skierowanych jak i
-nieskierowanych grafów z poziomu Pythona. Aktualnie obs³uguje
-wszystkie atrybuty zaimplementowane w jêzyku dot do wersji Graphviza
-1.16.
+%description -l pl.UTF-8
+pydot udostępnia interfejs do tworzenia zarówno skierowanych jak i
+nieskierowanych grafów z poziomu Pythona. Aktualnie obsługuje
+wszystkie atrybuty zaimplementowane w języku dot do wersji Graphviza
+2.26.3.
 
 %prep
 %setup -q -n %{module}-%{version}
 
 %build
-python setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-
-python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT%{py_scriptdir} -type f -name "*.py" | xargs rm
+%py_install
+%py_install
+%py_postclean
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog LICENSE README
+# %%doc ChangeLog LICENSE README
 %{py_sitescriptdir}/*.py[co]
+%if "%{py_ver}" > "2.4"
+%{py_sitescriptdir}/pydot-*.egg-info
+%endif
This page took 0.089947 seconds and 4 git commands to generate.