rpms/pydot/devel .cvsignore, 1.2, 1.3 pydot.spec, 1.4, 1.5 sources, 1.2, 1.3

Tom Callaway spot at fedoraproject.org
Fri Sep 12 19:15:23 UTC 2008


Author: spot

Update of /cvs/extras/rpms/pydot/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv713

Modified Files:
	.cvsignore pydot.spec sources 
Log Message:
update to 1.0.2


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pydot/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Oct 2005 04:16:56 -0000	1.2
+++ .cvsignore	12 Sep 2008 19:14:53 -0000	1.3
@@ -1 +1 @@
-pydot-0.9.10.tar.gz
+pydot-1.0.2.tar.gz


Index: pydot.spec
===================================================================
RCS file: /cvs/extras/rpms/pydot/devel/pydot.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pydot.spec	15 Dec 2006 04:33:37 -0000	1.4
+++ pydot.spec	12 Sep 2008 19:14:53 -0000	1.5
@@ -1,13 +1,13 @@
 %{!?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:	5%{?dist}
+Version:	1.0.2
+Release:	1%{?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
+URL:		http://code.google.com/p/pydot/
+Source0:	http://pydot.googlecode.com/files/pydot-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	pyparsing python-devel
 Requires:	graphviz, pyparsing
@@ -16,7 +16,7 @@
 %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).
+to Graphviz 2.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 
@@ -32,6 +32,9 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root=$RPM_BUILD_ROOT
 
+# Why would you do this? :/
+rm -rf $RPM_BUILD_ROOT%{_prefix}/ChangeLog $RPM_BUILD_ROOT%{_prefix}/LICENSE $RPM_BUILD_ROOT%{_prefix}/README
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -41,6 +44,9 @@
 %{python_sitelib}/*
 
 %changelog
+* Fri Sep 12 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.2-1
+- update to 1.0.2
+
 * Thu Dec 14 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.9.10-5
 - Rebuild for new Python
 - Add BR: python-devel


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pydot/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Oct 2005 04:16:56 -0000	1.2
+++ sources	12 Sep 2008 19:14:53 -0000	1.3
@@ -1 +1 @@
-d59609a3b69b19ad018c55d765945baf  pydot-0.9.10.tar.gz
+e5cbbe7ef3d221c05c96e4bd4bcf95f9  pydot-1.0.2.tar.gz




More information about the fedora-extras-commits mailing list