rpms/python-twisted-runner/devel .cvsignore, 1.3, 1.4 python-twisted-runner.spec, 1.7, 1.8 sources, 1.3, 1.4

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


Author: thias

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-runner/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	23 Dec 2008 21:20:48 -0000	1.3
+++ .cvsignore	30 Dec 2008 18:16:45 -0000	1.4
@@ -1 +1 @@
-TwistedRunner-8.0.0.tar.bz2
+TwistedRunner-8.2.0.tar.bz2


Index: python-twisted-runner.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-runner/devel/python-twisted-runner.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-twisted-runner.spec	29 Dec 2008 09:57:24 -0000	1.7
+++ python-twisted-runner.spec	30 Dec 2008 18:16:45 -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-runner
-Version:        8.0.0
-Release:        2%{?dist}
+Version:        8.2.0
+Release:        1%{?dist}
 Summary:        Twisted Runner process management library and inetd replacement
 Group:          Development/Libraries
 License:        MIT
 URL:            http://www.twistedmatrix.com/trac/wiki/TwistedRunner
 Source0:        http://tmrc.mit.edu/mirror/twisted/Runner/8.0/TwistedRunner-%{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
 
 %description
 Twisted is an event-based framework for internet applications.
@@ -27,23 +27,23 @@
 CFLAGS="%{optflags}" %{python} setup.py build
 
 %install
-%{__rm} -rf %{buildroot}
-%{python} setup.py install -O1 --skip-build --root %{buildroot}
+rm -rf $RPM_BUILD_ROOT
+%{python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 # Don't package C files
-%{__rm} %{buildroot}%{python_sitearch}/twisted/runner/portmap.c
+rm $RPM_BUILD_ROOT%{python_sitearch}/twisted/runner/portmap.c
 
 # Fix permissions of shared objects to pacify rpmlint
-%{__chmod} 0755 %{buildroot}%{python_sitearch}/twisted/runner/portmap.so
+chmod 0755 $RPM_BUILD_ROOT%{python_sitearch}/twisted/runner/portmap.so
 
 # 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
 
 %files -f egg-info
 %defattr(-,root,root,-)
@@ -51,6 +51,10 @@
 %{python_sitearch}/twisted/runner/
 
 %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.0.0-2
 - Update to 8.0.0.
 - Merge back changes from Paul Howarth.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-runner/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	23 Dec 2008 21:20:48 -0000	1.3
+++ sources	30 Dec 2008 18:16:45 -0000	1.4
@@ -1 +1 @@
-8dcc0f4cbb0621b761ef67aae73051a8  TwistedRunner-8.0.0.tar.bz2
+88aab66663bcc1b984d3edeb789d4f1c  TwistedRunner-8.2.0.tar.bz2




More information about the fedora-extras-commits mailing list