rpms/python-repoze-what-quickstart/EL-5 python-repoze-what-quickstart.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Wed Jul 29 15:11:33 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/python-repoze-what-quickstart/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26220/EL-5

Modified Files:
	sources 
Added Files:
	python-repoze-what-quickstart.spec 
Log Message:
initial branching


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

Name:		python-repoze-what-quickstart
Version:	1.0
Release:	2%{?dist}
Summary:	A plugin for a simple authentication system with repoze.who/what
Group:		Development/Languages
License:	BSD
URL:		http://code.gustavonarea.net/repoze.what-pylons/
Source0:	http://pypi.python.org/packages/source/r/repoze.what-quickstart/repoze.what-quickstart-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
BuildRequires:	python-devel, python-setuptools-devel
BuildRequires:	python-repoze-what >= 1.0.3, python-repoze-who, python-repoze-who-plugins-sa
BuildRequires:	python-repoze-what-plugins-sql, python-nose, python-coverage
Requires:	python-repoze-what >= 1.0.3
Requires:	python-repoze-who, python-repoze-who-plugins-sa, python-repoze-who-plugins-sql
Requires:	python-repoze-who-friendlyform

%description
This plugin allows you to take advantage of a rather simple, and usual, 
authentication and authorization setup, in which the users’ data, the groups 
and the permissions used in the application are all stored in a SQLAlchemy 
or Elixir-managed database.

Put simply, it configures repoze.who and repoze.what in one go so that you 
can have an authentication and authorization system working quickly – hence 
the name.

%prep
%setup -q -n repoze.what-quickstart-%{version}

%build
%{__python} setup.py build

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

%check
# Tests broken
# PYTHONPATH=$(pwd) nosetests

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.txt
# Need to own this dir, nothing else in our dep chain does
%{python_sitelib}/repoze/what/plugins/
%{python_sitelib}/repoze.what_quickstart*

%changelog
* Wed Jul 29 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0-2
- fix summary, file ownership

* Tue May 19 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-what-quickstart/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Jul 2009 14:56:19 -0000	1.1
+++ sources	29 Jul 2009 15:11:32 -0000	1.2
@@ -0,0 +1 @@
+6499da654b0ca70b5c089ba4e65118b3  repoze.what-quickstart-1.0.tar.gz




More information about the fedora-extras-commits mailing list