rpms/python-paste/EL-5 .cvsignore, 1.8, 1.9 python-paste.spec, 1.9, 1.10 sources, 1.8, 1.9

Luke Macken lmacken at fedoraproject.org
Sat Oct 17 17:53:46 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-paste/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12994

Modified Files:
	.cvsignore python-paste.spec sources 
Log Message:
Update to 1.7.2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/EL-5/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	23 Oct 2008 20:28:33 -0000	1.8
+++ .cvsignore	17 Oct 2009 17:53:45 -0000	1.9
@@ -1 +1 @@
-Paste-1.7.1.tar.gz
+Paste-1.7.2.tar.gz


Index: python-paste.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/EL-5/python-paste.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- python-paste.spec	23 Oct 2008 20:28:33 -0000	1.9
+++ python-paste.spec	17 Oct 2009 17:53:46 -0000	1.10
@@ -1,8 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-paste
-Version:        1.7.1
+Version:        1.7.2
 Release:        1%{?dist}
 Summary:        Tools for using a Web Server Gateway Interface stack
 Group:          System Environment/Libraries
@@ -32,36 +31,30 @@ pushd docs
 rm StyleGuide.txt *.css */*.css */*.js
 popd
 
+
 %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 -type d | \
-    sed 's:%{buildroot}\(.*\):%dir \1:' >> pyfiles
-find %{buildroot}%{python_sitelib}/paste -not -type d -not -name '*.pyo' | \
-    sed 's:%{buildroot}\(.*\):\1:' >> pyfiles
-find %{buildroot}%{python_sitelib}/paste -not -type d -name '*.pyo' | \
-    sed 's:%{buildroot}\(.*\):%ghost \1:' >> pyfiles
-
+%{__python} setup.py install --skip-build --root %{buildroot}
 
 
 %clean
 rm -rf %{buildroot}
 
 
-%files -f pyfiles
+%files
 %defattr(-,root,root,-)
 %doc docs/*
-%{python_sitelib}/Paste-%{version}-py%{pyver}*
+%{python_sitelib}/*
 
 
 %changelog
+* Tue Jan 06 2009 Luke Macken <lmacken at redhat.com> - 1.7.2-1
+- Update to 1.7.2
+
 * Sat Jun 14 2008 Luke Macken <lmacken at redhat.com> - 1.7.1-1
 - Update to Paste 1.7.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/EL-5/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	23 Oct 2008 20:28:33 -0000	1.8
+++ sources	17 Oct 2009 17:53:46 -0000	1.9
@@ -1 +1 @@
-1c975cd645cd4aff86dab47c6d9059e1  Paste-1.7.1.tar.gz
+a6a58d08dc4bff91d5d1c519d2277f8a  Paste-1.7.2.tar.gz




More information about the fedora-extras-commits mailing list