rpms/python-twisted-web/devel .cvsignore, 1.4, 1.5 python-twisted-web.spec, 1.7, 1.8 sources, 1.4, 1.5

Matthias Saou thias at fedoraproject.org
Tue Dec 30 18:17:16 UTC 2008


Author: thias

Update of /cvs/extras/rpms/python-twisted-web/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32255/python-twisted-web/devel

Modified Files:
	.cvsignore python-twisted-web.spec sources 
Log Message:
Update to 8.2.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 Dec 2008 21:31:12 -0000	1.4
+++ .cvsignore	30 Dec 2008 18:16:46 -0000	1.5
@@ -1 +1 @@
-TwistedWeb-8.1.0.tar.bz2
+TwistedWeb-8.2.0.tar.bz2


Index: python-twisted-web.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web/devel/python-twisted-web.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-twisted-web.spec	23 Dec 2008 21:31:12 -0000	1.7
+++ python-twisted-web.spec	30 Dec 2008 18:16:46 -0000	1.8
@@ -2,17 +2,17 @@
 %{!?python_sitearch: %define python_sitearch %(%{python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           %{python}-twisted-web
-Version:        8.1.0
-Release:        2%{?dist}
+Version:        8.2.0
+Release:        1%{?dist}
 Summary:        Twisted web client and server, programmable in Python
 Group:          Development/Libraries
 License:        MIT
 URL:            http://twistedmatrix.com/trac/wiki/TwistedWeb
 Source0:        http://tmrc.mit.edu/mirror/twisted/Web/8.1/TwistedWeb-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  %{python}-twisted-core >= 8.1.0
+BuildRequires:  %{python}-twisted-core >= 8.2.0
 BuildRequires:  %{python}-devel
-Requires:       %{python}-twisted-core >= 8.1.0
+Requires:       %{python}-twisted-core >= 8.2.0
 Requires:       SOAPpy
 
 # a noarch-turned-arch package should not have debuginfo
@@ -28,28 +28,28 @@
 %setup -q -n TwistedWeb-%{version}
 
 # Remove spurious shellbangs
-%{__sed} -i -e '/^#! *\/usr\/bin\/python/d' twisted/web/test/test_cgi.py
-%{__sed} -i -e '/^#! *\/usr\/bin\/python/d' twisted/web/test/test_distrib.py
+sed -i -e '/^#! *\/usr\/bin\/python/d' twisted/web/test/test_cgi.py
+sed -i -e '/^#! *\/usr\/bin\/python/d' twisted/web/test/test_distrib.py
 
 %build
 %{python} setup.py build
 
 %install
-%{__rm} -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 # This is a pure python package, but extending the twisted namespace from
 # python-twisted-core, which is arch-specific, so it needs to go in sitearch
 %{python} setup.py install -O1 --skip-build \
-    --install-purelib %{python_sitearch} --root %{buildroot}
+    --install-purelib %{python_sitearch} --root $RPM_BUILD_ROOT
 
 # See if there's any egg-info
-if [ -f %{buildroot}%{python_sitearch}/Twisted*.egg-info ]; then
-    echo %{buildroot}%{python_sitearch}/Twisted*.egg-info |
-        %{__sed} -e 's|^%{buildroot}||'
+if [ -f $RPM_BUILD_ROOT%{python_sitearch}/Twisted*.egg-info ]; then
+    echo $RPM_BUILD_ROOT%{python_sitearch}/Twisted*.egg-info |
+        sed -e "s|^$RPM_BUILD_ROOT||"
 fi > egg-info
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf $RPM_BUILD_ROOT
 
 %post
 if [ -x %{_libexecdir}/twisted-dropin-cache ]; then
@@ -68,6 +68,10 @@
 %{python_sitearch}/twisted/web/
 
 %changelog
+* Mon Dec 29 2008 Matthias Saou <http://freshrpms.net/> 8.2.0-1
+- Update to 8.2.0.
+- Change back spec cosmetic details from Paul's to Thomas' preference.
+
 * Tue Dec 23 2008 Matthias Saou <http://freshrpms.net/> 8.1.0-2
 - Update to 8.1.0.
 - Merge back changes from Paul Howarth.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Dec 2008 21:31:12 -0000	1.4
+++ sources	30 Dec 2008 18:16:46 -0000	1.5
@@ -1 +1 @@
-0710b8976f64bec768bb5218ab1802c0  TwistedWeb-8.1.0.tar.bz2
+e2e301cdfedbe82025361269051e7f65  TwistedWeb-8.2.0.tar.bz2




More information about the fedora-extras-commits mailing list