92fd0f4
%{!?python:%define python python}
f3066a6
f3066a6
Name:           %{python}-twisted
3958cdb
Version:        12.1.0
b9466c7
Release:        1%{?dist}
92fd0f4
Summary:        Event-based framework for internet applications
f3066a6
License:        MIT
92fd0f4
URL:            http://twistedmatrix.com/
469d9bb
Source0:        README.fedora
0a921eb
#Obtained by running python setup.py egg_info in the unitary tarball
469d9bb
Source1:        PKG-INFO
f3066a6
BuildArch:      noarch
469d9bb
BuildRequires:  python
469d9bb
Requires:       python
92fd0f4
Requires:       %{python}-twisted-core   >= %{version}
2840a03
Requires:       %{python}-twisted-conch  >= %{version}
2840a03
Requires:       %{python}-twisted-lore   >= %{version}
2840a03
Requires:       %{python}-twisted-mail   >= %{version}
2840a03
Requires:       %{python}-twisted-names  >= %{version}
2840a03
Requires:       %{python}-twisted-news   >= %{version}
2840a03
Requires:       %{python}-twisted-runner >= %{version}
2840a03
Requires:       %{python}-twisted-web    >= %{version}
2840a03
Requires:       %{python}-twisted-words  >= %{version}
92fd0f4
Obsoletes:      Twisted < 2.4.0-1
92fd0f4
Provides:       Twisted = %{version}-%{release}
f3066a6
Obsoletes:      twisted < 2.4.0-1
f3066a6
Provides:       twisted = %{version}-%{release}
cvsextras cefce8b
cvsextras cefce8b
%description
f3066a6
Twisted is an event-based framework for internet applications.  It includes a
92fd0f4
web server, a telnet server, a chat server, a news server, a generic client
f3066a6
and server for remote object access, and APIs for creating new protocols and
f3066a6
services. Twisted supports integration of the Tk, GTK+, Qt or wxPython event
f3066a6
loop with its main event loop. The Win32 event loop is also supported, as is
f3066a6
basic support for running servers on top of Jython.
cvsextras cefce8b
f3066a6
Installing this package brings all Twisted sub-packages into your system.
cvsextras cefce8b
cvsextras cefce8b
%prep
92cb2a6
%setup -c -T
7cf9af3
install -p -m 0644 %{SOURCE0} README
cvsextras cefce8b
469d9bb
469d9bb
%install
12ecfd3
install -d $RPM_BUILD_ROOT%{python_sitelib}
e7c75eb
install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{python_sitelib}/Twisted-%{version}-py2.7.egg-info
469d9bb
469d9bb
f3066a6
%files
92fd0f4
%doc README
e7c75eb
%{python_sitelib}/Twisted-%{version}-py2.7.egg-info
469d9bb
cvsextras cefce8b
f3066a6
%changelog
3958cdb
* Sun Jun 17 2012 Julian Sikorski <belegdol@fedoraproject.org> - 12.1.0-1
3958cdb
- Updated to 12.1.0
3958cdb
b9466c7
* Sun Feb 12 2012 Julian Sikorski <belegdol@fedoraproject.org> - 12.0.0-1
b9466c7
- Updated to 12.0.0
b9466c7
33f269b
* Sat Jan 07 2012 Julian Sikorski <belegdol@fedoraproject.org> - 11.1.0-2
33f269b
- Rebuilt for gcc-4.7
33f269b
e42adc2
* Fri Nov 18 2011 Julian Sikorski <belegdol@fedoraproject.org> - 11.1.0-1
e42adc2
- Updated to 11.1.0
e42adc2
- Dropped obsolete Group, Buildroot, %%clean and %%defattr
e42adc2
0a921eb
* Sat Apr 30 2011 Julian Sikorski <belegdol@fedoraproject.org> - 11.0.0-1
0a921eb
- Updated to 11.0.0
0a921eb
- Added comment on how to obtain the PKG-INFO file
0a921eb
02c0481
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.2.0-2
02c0481
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
02c0481
d1bb63e
* Sat Jan 15 2011 Julian Sikorski <belegdol@fedoraproject.org> - 10.2.0-1
d1bb63e
- Updated to 10.2.0
d1bb63e
e7c75eb
* Mon Nov 08 2010 Julian Sikorski <belegdol@fedoraproject.org> - 10.1.0-3
e7c75eb
- Use python_sitelib instead of python-sitearch
e7c75eb
- The aforementioned macros are defined in Fedora 13 and above
e7c75eb
469d9bb
* Sun Nov 07 2010 Julian Sikorski <belegdol@fedoraproject.org> - 10.1.0-2
469d9bb
- Added egg-info file
469d9bb
2840a03
* Tue Sep 21 2010 Julian Sikorski <belegdol@fedoraproject.org> - 10.1.0-1
2840a03
- Updated to 10.1.0
2840a03
- Switched to macros for versioned dependencies
2840a03
14199fd
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2.0-3
14199fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
14199fd
d7be652
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.2.0-2
d7be652
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d7be652
7cf9af3
* Mon Dec 29 2008 Matthias Saou <http://freshrpms.net/> 8.2.0-1
7cf9af3
- Update to 8.2.0.
7cf9af3
- Change back spec cosmetic details from Paul's to Thomas' preference.
7cf9af3
92fd0f4
* Wed Jul 16 2008 Matthias Saou <http://freshrpms.net/> 8.1.0-2
92fd0f4
- Update to 8.1.0.
92fd0f4
- Minor spec file cleanups.
92fd0f4
- Merge back changes from Paul Howarth.
92fd0f4
954362c
* Wed May 21 2008 Thomas Vander Stichele <thomas at apestaart dot org>
954362c
- 2.5.0-1
954362c
- update to 2.5.0 release (only the umbrella package was missing)
954362c
f3066a6
* Tue Jan 16 2007 Thomas Vander Stichele <thomas at apestaart dot org>
f3066a6
- 2.4.0-3
f3066a6
- list packages in README.fedora
cvsextras cefce8b
f3066a6
* Wed Jan 03 2007 Thomas Vander Stichele <thomas at apestaart dot org>
f3066a6
- 2.4.0-2
f3066a6
- add a README.fedora
f3066a6
- made noarch, since it doesn't actually install any python twisted/ module
f3066a6
  code
f3066a6
- fixed provides/obsoletes
cvsextras cefce8b
f3066a6
* Wed Jun 07 2006 Thomas Vander Stichele <thomas at apestaart dot org>
f3066a6
- 2.4.0-1
f3066a6
- this is now a pure umbrella package
cvsextras cefce8b
f3066a6
* Mon Oct 10 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.1.0-1
f3066a6
- upstream release
cvsextras cefce8b
f3066a6
* Tue Aug 23 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.1-1
f3066a6
- upstream release
cvsextras cefce8b
f3066a6
* Mon Apr 04 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-2
f3066a6
- add zsh support
cvsextras cefce8b
f3066a6
* Fri Mar 25 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-1
f3066a6
- final release
f3066a6
f3066a6
* Thu Mar 17 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-0.2.a3
f3066a6
- dropped web2
69f60e9
f3066a6
* Wed Mar 16 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-0.1.a3
f3066a6
- upstream release
c90c4bf
f3066a6
* Sat Mar 12 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0-0.1.a2
f3066a6
- new prerelease; FE versioning
493ae4f
f3066a6
* Mon Feb 07 2005 Jeff Pitman <symbiont+pyvault@berlios.de> 2.0.0a1-1
f3066a6
- prep for split
da92dd9
f3066a6
* Fri Aug 20 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.3.0-1
f3066a6
- new version
cvsextras cefce8b
f3066a6
* Mon Apr 19 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.2.0-3
f3066a6
- vaultize
cvsextras cefce8b
f3066a6
* Mon Apr 12 2004 Jeff Pitman <symbiont+pyvault@berlios.de> 1.2.0-2
f3066a6
- require pyOpenSSL, SOAPpy, openssh-clients, crypto, dia so trial can run
cvsextras cefce8b