rpms/python-twisted-web/F-7 python-twisted-web.spec, 1.1, 1.2 sources, 1.2, 1.3

Thomas Vander Stichele (thomasvs) fedora-extras-commits at redhat.com
Fri Aug 31 20:56:39 UTC 2007


Author: thomasvs

Update of /cvs/extras/rpms/python-twisted-web/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21799

Modified Files:
	python-twisted-web.spec sources 
Log Message:
update to 0.7.0


Index: python-twisted-web.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web/F-7/python-twisted-web.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-twisted-web.spec	27 Dec 2006 13:42:41 -0000	1.1
+++ python-twisted-web.spec	31 Aug 2007 20:56:06 -0000	1.2
@@ -5,17 +5,17 @@
 %define origname TwistedWeb
 
 Name:           %{python}-twisted-web
-Version:        0.6.0
-Release:        4%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        Twisted web server, programmable in Python
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://twistedmatrix.com/trac/wiki/TwistedWeb
-Source0:        http://tmrc.mit.edu/mirror/twisted/Web/0.6/TwistedWeb-%{version}.tar.bz2
+Source0:        http://tmrc.mit.edu/mirror/twisted/Web/0.7/TwistedWeb-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  %{python}-twisted-core
+BuildRequires:  %{python}-twisted-core >= 2.5.0
 BuildRequires:  %{python}-devel
 
 # for FC3 and earlier
@@ -23,7 +23,7 @@
 Requires:       python(abi) = %{pybasever}
 %endif
 
-Requires:       %{python}-twisted-core
+Requires:       %{python}-twisted-core >= 2.5.0
 Requires:       SOAPpy
 
 # a noarch-turned-arch package should not have debuginfo
@@ -50,11 +50,6 @@
 # python-twisted-core, which is arch-specific, so it needs to go in sitearch
 %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT --install-purelib %{python_sitearch}
 
-# Man pages
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1/
-cp -a doc/man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/
-rm -rf doc/man
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -65,14 +60,18 @@
 %files
 %defattr(-,root,root,-)
 %doc README LICENSE NEWS doc/*
-%{_mandir}/man1/*
-%{_bindir}/websetroot
 
 %{python_sitearch}/twisted/web/
 
 %{python_sitearch}/twisted/plugins/twisted_web.py*
 
 %changelog
+* Fri Aug 31 2007 Thomas Vander Stichele <thomas at apestaart dot org>
+- 0.7.0-1
+- updated to new version
+- updated core requires
+- removed websetroot
+
 * Fri Dec 22 2006 Jef Spaleta <jspaleta at gmail.com>
 - 0.6.0-4
 - Docs and Url fixes as suggested in the review


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-twisted-web/F-7/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Dec 2006 13:42:41 -0000	1.2
+++ sources	31 Aug 2007 20:56:06 -0000	1.3
@@ -1 +1 @@
-a681931d2eb747ca871ef71d8d1f5ff1  TwistedWeb-0.6.0.tar.bz2
+de55ee18f843bcc6372d34eb88a27c21  TwistedWeb-0.7.0.tar.bz2




More information about the fedora-extras-commits mailing list