From d8f2c2e64a710e11a6db3951cd2bc7c24952d34f Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Oct 07 2005 04:16:56 +0000 Subject: auto-import pydot-0.9.10-2 on branch devel from pydot-0.9.10-2.src.rpm --- diff --git a/.cvsignore b/.cvsignore index e69de29..b6be1b3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +pydot-0.9.10.tar.gz diff --git a/pydot.spec b/pydot.spec new file mode 100644 index 0000000..d1dd219 --- /dev/null +++ b/pydot.spec @@ -0,0 +1,47 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: pydot +Version: 0.9.10 +Release: 2%{?dist} +License: MIT +Group: System Environment/Libraries +Summary: Python interface to Graphviz's Dot language +URL: http://dkbza.org/pydot.html +Source0: http://dkbza.org/data/pydot-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Requires: graphviz, pyparsing +BuildArch: noarch + +%description +An interface for creating both directed and non directed graphs from Python. +Currently all attributes implemented in the Dot language are supported (up +to Graphviz 1.16). + +Output can be inlined in Postscript into interactive scientific environments +like TeXmacs, or output in any of the format's supported by the Graphviz +tools dot, neato, twopi. + +%prep +%setup -q + +%build +%{__python} setup.py build + +%install +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install --skip-build --root=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc LICENSE ChangeLog PKG-INFO README +%{python_sitelib}/* + +%changelog +* Thu Oct 6 2005 Tom "spot" Callaway 0.9.10-2 +- change BR to R for graphviz, pyparsing + +* Sat Sep 17 2005 Tom "spot" Callaway 0.9.10-1 +- initial package for Fedora Extras diff --git a/sources b/sources index e69de29..341497b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d59609a3b69b19ad018c55d765945baf pydot-0.9.10.tar.gz