rpms/python-wsgiproxy/F-8 import.log, NONE, 1.1 python-wsgiproxy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ricky Zhou (周家杰) (ricky) fedora-extras-commits at redhat.com
Wed Jun 18 03:13:09 UTC 2008


Author: ricky

Update of /cvs/pkgs/rpms/python-wsgiproxy/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19222/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-wsgiproxy.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
python-wsgiproxy-0_1-1_fc9:F-8:python-wsgiproxy-0.1-1.fc9.src.rpm:1213758730


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

Name:           python-wsgiproxy
Version:        0.1
Release:        1%{?dist}
Summary:        HTTP proxying tools for WSGI apps

Group:          Development/Languages
License:        MIT
URL:            http://pythonpaste.org/wsgiproxy/
Source0:        http://pypi.python.org/packages/source/W/WSGIProxy/WSGIProxy-0.1.tar.gz
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:      noarch
BuildRequires:  python-devel
%if 0%{?fedora} >= 8
BuildRequires:  python-setuptools-devel
%else
BuildRequires:  python-setuptools
%endif
Requires:       python-paste
Requires:       python-paste-deploy

%description
WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other
processes over HTTP.


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


%build
%{__python} setup.py build


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

 
%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc docs/*
%{python_sitelib}/wsgiproxy
%{python_sitelib}/*.egg-info


%changelog
* Sat Jun 14 2008 Ricky Zhou <ricky at fedoraproject.org> - 0.1-1
- Initial RPM Package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-wsgiproxy/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Jun 2008 17:16:00 -0000	1.1
+++ .cvsignore	18 Jun 2008 03:12:17 -0000	1.2
@@ -0,0 +1 @@
+WSGIProxy-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-wsgiproxy/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Jun 2008 17:16:00 -0000	1.1
+++ sources	18 Jun 2008 03:12:17 -0000	1.2
@@ -0,0 +1 @@
+f1d6cb20b6a1a9991fc2da4cc3e7f2e8  WSGIProxy-0.1.tar.gz




More information about the fedora-extras-commits mailing list