rpms/python-routes/devel python-routes.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Kyle VanderBeek (kylev) fedora-extras-commits at redhat.com
Sat May 31 21:19:53 UTC 2008


Author: kylev

Update of /cvs/pkgs/rpms/python-routes/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17279/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-routes.spec 
Log Message:
here comes routes, toward pylons!



--- NEW FILE python-routes.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name: python-routes
Version: 1.8
Release: 2%{?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


%description
Routes is a Python re-implementation of the Rails routes system for mapping
URL's to Controllers/Actions and generating URL's. Routes makes it easy to
create pretty and concise URL's that are RESTful with little effort.


%prep
%setup -q -n Routes-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc INSTALL LICENSE README docs
%{python_sitelib}/*


%changelog
* Sun May 11 2008 Kyle VanderBeek <kylev at kylev.com> - 1.8-2
- Fix rpmlint warning.
- Add documentation files.

* Wed Apr  9 2008 Kyle VanderBeek <kylev at kylev.com> - 1.8-1
- Initial version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-routes/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 May 2008 19:43:36 -0000	1.1
+++ .cvsignore	31 May 2008 21:19:09 -0000	1.2
@@ -0,0 +1 @@
+Routes-1.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-routes/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 May 2008 19:43:36 -0000	1.1
+++ sources	31 May 2008 21:19:09 -0000	1.2
@@ -0,0 +1 @@
+56b2425abe4c585fa5043122d1e75eca  Routes-1.8.tar.gz




More information about the fedora-extras-commits mailing list