Found the correct source of the 3.2.0 release

epel9
Pierre-Yves Chibon 13 years ago
parent 601552419b
commit 48dfb5cc5d

1
.gitignore vendored

@ -1,3 +1,4 @@
rdflib-2.4.2.tar.gz
/rdflib-3.1.0.tar.gz
/rdflib-3.2.0-RC.tar.gz
/rdflib-3.2.0.tar.gz

@ -11,7 +11,7 @@ Summary: Python library for working with RDF
Group: Development/Languages
License: BSD
URL: http://code.google.com/p/rdflib/
Source0: http://rdflib.googlecode.com/files/rdflib-%{version}-RC.tar.gz
Source0: http://rdflib.googlecode.com/files/rdflib-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@ -37,7 +37,7 @@ be backed by any one of a number of store implementations, including
memory, MySQL, Redland, SQLite, Sleepycat, ZODB and SQLObject.
%prep
%setup -q -n rdflib-%{version}-RC
%setup -q -n rdflib-%{version}
%build
%{__python} setup.py build

@ -1 +1 @@
b882f05de082bb41ec9c2f9f3aa547c7 rdflib-3.2.0-RC.tar.gz
ab3d3a5f71ebb6fe4fd33539f5d5768e rdflib-3.2.0.tar.gz

Loading…
Cancel
Save