rpms/python-paste-deploy/devel python-paste-deploy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Mon Aug 21 16:48:36 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/python-paste-deploy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31231/devel

Modified Files:
	.cvsignore sources 
Added Files:
	python-paste-deploy.spec 
Log Message:
auto-import python-paste-deploy-0.5-3 on branch devel from python-paste-deploy-0.5-3.src.rpm


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

Name:           python-paste-deploy
Version:        0.5
Release:        3%{?dist}
Summary:        Load, configure, and compose WSGI applications and servers
Group:          System Environment/Libraries
License:        MIT
URL:            http://pythonpaste.org/deploy
Source0:        http://cheeseshop.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  python-setuptools
Requires:       python-paste

%description
This tool provides code to load WSGI applications and servers from
URIs; these URIs can refer to Python Eggs for INI-style configuration
files.  PasteScript provides commands to serve applications based on
this configuration file.

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


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install --single-version-externally-managed \
                             --skip-build -O1 --root=%{buildroot}

echo '%defattr (0644,root,root,0755)' > pyfiles
find %{buildroot}%{python_sitelib}/paste/deploy -type d | \
        sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles
find %{buildroot}%{python_sitelib}/paste/deploy -not -type d | \
        sed 's:%{buildroot}\(.*\):\1:' >> pyfiles

%clean
rm -rf %{buildroot}


%files -f pyfiles
%defattr(-,root,root,-)
%doc docs/*
%{python_sitelib}/PasteDeploy-%{version}-py2.4*



%changelog
* Mon Aug 21 2006 Luke Macken <lmacken at redhat.com> - 0.5-3
- Include .pyo files instead of ghosting them.

* Mon Jul 24 2006 Luke Macken <lmacken at redhat.com> - 0.5-2
- Fix docs inclusion
- Rename package to python-paste-deploy
- Fix inconsistent use of buildroots

* Mon Jul 10 2006 Luke Macken <lmacken at redhat.com> - 0.5-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-paste-deploy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	21 Aug 2006 16:48:17 -0000	1.1
+++ .cvsignore	21 Aug 2006 16:48:36 -0000	1.2
@@ -0,0 +1 @@
+PasteDeploy-0.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-paste-deploy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	21 Aug 2006 16:48:17 -0000	1.1
+++ sources	21 Aug 2006 16:48:36 -0000	1.2
@@ -0,0 +1 @@
+74f8bd5ec130686f7dfd1e27d127994b  PasteDeploy-0.5.tar.gz




More information about the fedora-extras-commits mailing list