[python-routes] update to python-routes-1.13 (rhbz 803019)

Matthias Runge mrunge at fedoraproject.org
Tue Feb 26 12:17:22 UTC 2013


commit 37ae33d20ebddd0209eafd87713f6bd5f92feed1
Author: Matthias Runge <mrunge at redhat.com>
Date:   Tue Feb 26 13:15:04 2013 +0100

    update to python-routes-1.13 (rhbz 803019)

 .gitignore         |    1 +
 python-routes.spec |   21 ++++++++++-----------
 sources            |    2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae144ae..29791cb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Routes-1.12.1.tar.gz
 /Routes-1.12.3.tar.gz
+/Routes-1.13.tar.gz
diff --git a/python-routes.spec b/python-routes.spec
index b86180c..c5fe0a3 100644
--- a/python-routes.spec
+++ b/python-routes.spec
@@ -1,18 +1,18 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
 Name: python-routes
-Version: 1.12.3
-Release: 5%{?dist}
+Version: 1.13
+Release: 1%{?dist}
 Summary: Rails-like routes for Python
 
 Group: Development/Languages
 License: BSD
 URL: http://routes.groovie.org/
 Source0: http://pypi.python.org/packages/source/R/Routes/Routes-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-BuildRequires: python-setuptools-devel 
-BuildRequires: python-nose python-webtest python-paste
+BuildRequires: python-setuptools
+BuildRequires: python-nose 
+BuildRequires: python-webtest 
+BuildRequires: python-paste
+BuildRequires: python-repoze-lru
 
 
 %description
@@ -30,7 +30,6 @@ create pretty and concise URL's that are RESTful with little effort.
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 
@@ -38,9 +37,6 @@ rm -rf $RPM_BUILD_ROOT
 PYTHONPATH=$(pwd) nosetests
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 
 %files
 %defattr(-,root,root,-)
@@ -49,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 26 2013 Matthias Runge <mrunge at redhat.com> - 1.13-1
+- update to 1.13 (rhbz#803019)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12.3-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index b85e667..76cf27c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9740ff424ff6b841632c784a38fb2be3  Routes-1.12.3.tar.gz
+d527b0ab7dd9172b1275a41f97448783  Routes-1.13.tar.gz


More information about the scm-commits mailing list