rpms/python-repoze-who-friendlyform/F-10 python-repoze-who-friendlyform.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway spot at fedoraproject.org
Wed May 27 15:23:26 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/python-repoze-who-friendlyform/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29739/F-10

Modified Files:
	sources 
Added Files:
	python-repoze-who-friendlyform.spec 
Log Message:
initial branching


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

Name:		python-repoze-who-friendlyform
Version:	1.0
Release:	0.1.%{betaver}%{?dist}
Summary:	Collection of repoze.who friendly form plugins
Group:		Development/Languages
License:	BSD
URL:		http://code.gustavonarea.net/repoze.who-friendlyform/
Source0:	http://pypi.python.org/packages/source/r/repoze.who-friendlyform/repoze.who-friendlyform-%{version}%{betaver}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
BuildRequires:	python-devel, python-setuptools-devel
# Test suite requirements
BuildRequires:	python-zope-interface, python-repoze-who, python-nose, python-coverage
Requires:	python-repoze-who >= 1.0
Requires:	python-zope-interface

%description
repoze.who-friendlyform is a repoze.who plugin which provides a collection of 
developer-friendly form plugins.

%prep
%setup -q -n repoze.who-friendlyform-%{version}%{betaver}

%build
%{__python} setup.py build

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

%check
# Tests fail?
# PYTHONPATH=$(pwd) nosetests

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc README.txt
%{python_sitelib}/*

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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-repoze-who-friendlyform/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	26 May 2009 17:10:45 -0000	1.1
+++ sources	27 May 2009 15:22:55 -0000	1.2
@@ -0,0 +1 @@
+f657d563c985769e1ee76d092547b499  repoze.who-friendlyform-1.0b3.tar.gz




More information about the scm-commits mailing list