rpms/python-flup/F-7 python-flup.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Till Maas (till) fedora-extras-commits at redhat.com
Wed Oct 24 19:21:06 UTC 2007


Author: till

Update of /cvs/pkgs/rpms/python-flup/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23017/F-7

Modified Files:
	.cvsignore sources 
Added Files:
	python-flup.spec 
Log Message:
initial import


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

Name:           python-flup
Version:        1.0
Release:        2%{?dist}
Summary:        Random assortment of WSGI servers for python

Group:          Development/Libraries
License:        BSD
URL:            http://trac.saddi.com/flup
Source0:        http://www.saddi.com/software/flup/dist/flup-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

%if 0%{?fedora} >= 8
BuildRequires: python-setuptools-devel
%else
BuildRequires: python-setuptools >= 0.6c6
%endif


%description
This package contains classes to create WSGI servers in python, e.g. fastcgi.


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


%build
python setup.py build


%install
rm -rf $RPM_BUILD_ROOT
mkdir $RPM_BUILD_ROOT

python setup.py install --skip-build --root $RPM_BUILD_ROOT 


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc ChangeLog
%{python_sitelib}/*


%changelog
* Tue Oct 23 2007 Till Maas <opensource till name> - 1.0-2
- Fedora <= 7: python-setuptools needs to be 0.6c6 or newer
- Move build to %%build

* Mon Oct 22 2007 Till Maas <opensource till name> - 1.0-1
- initial spec


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-flup/F-7/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	24 Oct 2007 17:39:44 -0000	1.1
+++ .cvsignore	24 Oct 2007 19:20:33 -0000	1.2
@@ -0,0 +1 @@
+flup-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-flup/F-7/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Oct 2007 17:39:44 -0000	1.1
+++ sources	24 Oct 2007 19:20:33 -0000	1.2
@@ -0,0 +1 @@
+530801fe835fd9a680457e443eb95578  flup-1.0.tar.gz




More information about the fedora-extras-commits mailing list