Name: python-uri-templates Version: 0 Release: 0.1.20110915svn82%{?dist} Summary: URI Template Library License: ASL 2.0 URL: http://code.google.com/p/uri-templates/ # No source tarballs available # svn export http://uri-templates.googlecode.com/svn/trunk/ uri-templates # tar cfj python-uri-templates-20110915svn82.tar.bz2 uri-templates Source0: %{name}-20110915svn82.tar.bz2 BuildRequires: python-simplejson BuildRequires: python-devel BuildArch: noarch %description URI Templates allow you to leave parts of a URI to be filled in by a client before they are used. %prep %setup -q -n uri-templates %build # Nothing to do here. %install mkdir -p %{buildroot}%{python_sitelib}/uritemplate/ cp uritemplate.py %{buildroot}%{python_sitelib}/uritemplate/__init__.py %check %{__python} uritemplate_test.py %files %{python_sitelib}/uritemplate/ %changelog * Thu Sep 15 2011 Tom Callaway - 0-0.1.20110915svn82 - initial package