rpms/python-twisted/F-10 .cvsignore, 1.2, 1.3 README.fedora, 1.1, 1.2 python-twisted.spec, 1.9, 1.10 sources, 1.2, 1.3

Matthias Saou thias at fedoraproject.org
Mon Dec 29 09:52:03 UTC 2008


Author: thias

Update of /cvs/extras/rpms/python-twisted/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16291

Modified Files:
	.cvsignore README.fedora python-twisted.spec sources 
Log Message:
Backport 8.1.0 from devel.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-twisted/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	9 Nov 2004 02:50:01 -0000	1.2
+++ .cvsignore	29 Dec 2008 09:51:33 -0000	1.3
@@ -1 +0,0 @@
-Twisted-1.3.0.tar.bz2


Index: README.fedora
===================================================================
RCS file: /cvs/extras/rpms/python-twisted/F-10/README.fedora,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.fedora	17 Jan 2007 11:34:46 -0000	1.1
+++ README.fedora	29 Dec 2008 09:51:33 -0000	1.2
@@ -1,13 +1,2 @@
 This package is an umbrella package to pull in all separate Twisted
 projects.
-
-It depends on:
-
-python-twisted-conch
-python-twisted-names
-python-twisted-runner
-python-twisted-web
-python-twisted-words
-python-twisted-lore
-python-twisted-mail
-python-twisted-news


Index: python-twisted.spec
===================================================================
RCS file: /cvs/extras/rpms/python-twisted/F-10/python-twisted.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-twisted.spec	21 May 2008 11:37:13 -0000	1.9
+++ python-twisted.spec	29 Dec 2008 09:51:33 -0000	1.10
@@ -1,38 +1,32 @@
-%{?!python:%define python python}
-%{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}}
-
-%define origname Twisted
+%{!?python:%define python python}
 
 Name:           %{python}-twisted
-Version:        2.5.0
-Release:        1%{?dist}
-Summary:        Twisted is an event-based framework for internet applications
-
+Version:        8.1.0
+Release:        2%{?dist}
+Summary:        Event-based framework for internet applications
 Group:          Development/Libraries
 License:        MIT
-URL:            http://www.twistedmatrix.com
+URL:            http://twistedmatrix.com/
 Source:         README.fedora
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-
-Requires:       %{python}-twisted-core >= 2.5.0
-Requires:       %{python}-twisted-conch >= 0.8.0
-Requires:       %{python}-twisted-lore >= 0.3.0
-Requires:       %{python}-twisted-mail >= 0.4.0
-Requires:       %{python}-twisted-names >= 0.4.0
-Requires:       %{python}-twisted-news >= 0.3.0
-Requires:       %{python}-twisted-runner >= 0.2.0
-Requires:       %{python}-twisted-web >= 0.7.0
-Requires:       %{python}-twisted-words >= 0.5.0
-
-Obsoletes:      %{origname} < 2.4.0-1
-Provides:       %{origname} = %{version}-%{release}
+Requires:       %{python}-twisted-core   >= %{version}
+Requires:       %{python}-twisted-conch  >= 8.1.0
+Requires:       %{python}-twisted-lore   >= 8.1.0
+Requires:       %{python}-twisted-mail   >= 8.1.0
+Requires:       %{python}-twisted-names  >= 8.1.0
+Requires:       %{python}-twisted-news   >= 8.1.0
+Requires:       %{python}-twisted-runner >= 8.0.0
+Requires:       %{python}-twisted-web    >= 8.1.0
+Requires:       %{python}-twisted-words  >= 8.1.0
+Obsoletes:      Twisted < 2.4.0-1
+Provides:       Twisted = %{version}-%{release}
 Obsoletes:      twisted < 2.4.0-1
 Provides:       twisted = %{version}-%{release}
 
 %description
 Twisted is an event-based framework for internet applications.  It includes a
-web server, a telnet server, a chat server, a news server, a generic client 
+web server, a telnet server, a chat server, a news server, a generic client
 and server for remote object access, and APIs for creating new protocols and
 services. Twisted supports integration of the Tk, GTK+, Qt or wxPython event
 loop with its main event loop. The Win32 event loop is also supported, as is
@@ -41,22 +35,19 @@
 Installing this package brings all Twisted sub-packages into your system.
 
 %prep
-cp %{SOURCE0} .
-
-%build
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%setup -c -T
+%{__install} -p -m 0644 %{SOURCE0} README
 
 %files
 %defattr(-,root,root,-)
-%doc README.fedora
-# empty rpm
+%doc README
 
 %changelog
+* Wed Jul 16 2008 Matthias Saou <http://freshrpms.net/> 8.1.0-2
+- Update to 8.1.0.
+- Minor spec file cleanups.
+- Merge back changes from Paul Howarth.
+
 * Wed May 21 2008 Thomas Vander Stichele <thomas at apestaart dot org>
 - 2.5.0-1
 - update to 2.5.0 release (only the umbrella package was missing)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-twisted/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	9 Nov 2004 02:50:01 -0000	1.2
+++ sources	29 Dec 2008 09:51:33 -0000	1.3
@@ -1 +0,0 @@
-aaed1c9d006f9b72ea82ad978989fcdf  Twisted-1.3.0.tar.bz2




More information about the fedora-extras-commits mailing list