rpms/python-wsgiref/F-11 import.log, NONE, 1.1 python-wsgiref.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken lmacken at fedoraproject.org
Tue Jun 2 02:14:05 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-wsgiref/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24466/F-11

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


--- NEW FILE import.log ---
python-wsgiref-0_1_2-3_fc10:F-11:python-wsgiref-0.1.2-3.fc10.src.rpm:1243894260


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

Name:           python-wsgiref
Version:        0.1.2
Release:        3%{?dist}
Summary:        WSGI (PEP 333) Reference Library

Group:          Development/Languages
License:        Python or ZPLv2.1
URL:            http://pypi.python.org/pypi/wsgiref
Source0:        http://pypi.python.org/packages/source/W/wsgiref/wsgiref-%{version}.zip
BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildArch:      noarch
BuildRequires:  python-devel
BuildRequires:  python-setuptools-devel

%description
WSGI (PEP 333) Reference Library

This is a standalone release of the wsgiref library included in Python 2.5.

%prep
%setup -q -n wsgiref-%{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 README.txt
%{python_sitelib}/*


%changelog
* Thu May 21 2009 Luke Macken <lmacken at redhat.com> - 0.1.2-3
- Update the license tag to 'Python or ZPLv2.1'

* Mon May 18 2009 Luke Macken <lmacken at redhat.com> - 0.1.2-2
- Fix description

* Tue Oct 21 2008 Luke Macken <lmacken at redhat.com> - 0.1.2-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-wsgiref/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	31 May 2009 20:14:12 -0000	1.1
+++ .cvsignore	2 Jun 2009 02:13:34 -0000	1.2
@@ -0,0 +1 @@
+wsgiref-0.1.2.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-wsgiref/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	31 May 2009 20:14:13 -0000	1.1
+++ sources	2 Jun 2009 02:13:34 -0000	1.2
@@ -0,0 +1 @@
+29b146e6ebd0f9fb119fe321f7bcf6cb  wsgiref-0.1.2.zip




More information about the fedora-extras-commits mailing list