rpms/python-paste/F-11 .cvsignore, 1.10, 1.11 python-paste.spec, 1.14, 1.15 sources, 1.10, 1.11

Luke Macken lmacken at fedoraproject.org
Thu Jun 24 15:58:26 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-paste/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20847

Modified Files:
	.cvsignore python-paste.spec sources 
Log Message:
1.7.4 security release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/F-11/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	7 Jan 2009 05:05:57 -0000	1.10
+++ .cvsignore	24 Jun 2010 15:58:26 -0000	1.11
@@ -1 +1 @@
-Paste-1.7.2.tar.gz
+Paste-1.7.4.tar.gz


Index: python-paste.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/F-11/python-paste.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- python-paste.spec	26 Feb 2009 22:44:27 -0000	1.14
+++ python-paste.spec	24 Jun 2010 15:58:26 -0000	1.15
@@ -1,9 +1,8 @@
 %{!?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.2
-Release:        2%{?dist}
+Version:        1.7.4
+Release:        1%{?dist}
 Summary:        Tools for using a Web Server Gateway Interface stack
 Group:          System Environment/Libraries
 License:        MIT
@@ -25,43 +24,45 @@ interfaces.
 
 %prep
 %setup -q -n Paste-%{version}
+# Strip #! lines that make these seeme like scripts
 %{__sed} -i -e '/^#!.*/,1 d' paste/util/scgiserver.py paste/debug/doctest_webapp.py
 
 # clean docs directory
 pushd docs
-rm StyleGuide.txt *.css */*.css */*.js
+rm StyleGuide.txt
 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
+* Thu Jun 24 2010 Luke Macken <lmacken at redhat.com> - 1.7.4-1
+- 1.7.4 security release
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Mon Jun 22 2009 Kyle VanderBeek <kylev at kylev.com> - 1.7.2-3
+- Package formerly ghost'ed .pyo files
+- Update to current python package methods
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-paste/F-11/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	7 Jan 2009 05:05:57 -0000	1.10
+++ sources	24 Jun 2010 15:58:26 -0000	1.11
@@ -1 +1 @@
-a6a58d08dc4bff91d5d1c519d2277f8a  Paste-1.7.2.tar.gz
+e5c6b93ebb8f6f66356430c84e694775  Paste-1.7.4.tar.gz



More information about the scm-commits mailing list