rpms/pydot/devel pydot.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Oct 7 04:16:58 UTC 2005


Author: spot

Update of /cvs/extras/rpms/pydot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3251/devel

Modified Files:
	.cvsignore sources 
Added Files:
	pydot.spec 
Log Message:
auto-import pydot-0.9.10-2 on branch devel from pydot-0.9.10-2.src.rpm


--- NEW FILE pydot.spec ---
%{!?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 <tcallawa at redhat.com> 0.9.10-2
- change BR to R for graphviz, pyparsing

* Sat Sep 17 2005 Tom "spot" Callaway <tcallawa at redhat.com> 0.9.10-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pydot/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Oct 2005 04:16:31 -0000	1.1
+++ .cvsignore	7 Oct 2005 04:16:56 -0000	1.2
@@ -0,0 +1 @@
+pydot-0.9.10.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pydot/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Oct 2005 04:16:31 -0000	1.1
+++ sources	7 Oct 2005 04:16:56 -0000	1.2
@@ -0,0 +1 @@
+d59609a3b69b19ad018c55d765945baf  pydot-0.9.10.tar.gz




More information about the fedora-extras-commits mailing list