File python-twisted-words.spec of Package python-twisted-words

#
# spec file for package python-twisted-words (Version 8.0.0)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           python-twisted-words
BuildRequires:  python-devel python-twisted
Summary:        Twisted Words
Version:        8.0.0
Release:        1
%define tarname TwistedWords
Source:         %{tarname}-%{version}.tar.bz2
License:        X11/MIT
Group:          Development/Languages/Python
Url:            http://twistedmatrix.com/trac/wiki/TwistedWords
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Requires:       python-twisted
Obsoletes:      python-twisted-xish <= 0.4.0
%{py_requires}
Suggests:       python-gtk

%description
Twisted Words has more chat than you can handle.



Authors:
--------
    twisted-python@twistedmatrix.com

%prep
%setup -n %{tarname}-%{version}

%build
export CFLAGS="$RPM_OPT_FLAGS"
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --record-rpm=INSTALLED_FILES --root="$RPM_BUILD_ROOT"

%clean
rm -rf "$RPM_BUILD_ROOT"

%files -f INSTALLED_FILES
%defattr(-,root,root)
%doc LICENSE README NEWS

%changelog
* Thu Apr 17 2008 matejcik@suse.cz
- update to 8.0.0
  * new versioning scheme, see python-twisted for explanation
  * many bugfixes
  * provide function for creating XMPP response stanzas
  * logging exception in Xish observers
* Thu Aug 02 2007 jmatejek@suse.cz
- update to 0.5.0
  * obsoletes python-twisted-xish
  * SASL authentication for jabber
  * IQ.send in jabber now has a timeout parameter
  * various minor bugfixes
* Thu Oct 26 2006 jmatejek@suse.cz
- update to 0.4.0
 - upgrade to Twisted 2.4 install system
 - support for MSN capability messages
 - improved support for jabber
 - improved support for xish
 - minor bugfixes
* Tue Feb 28 2006 jmatejek@suse.cz
- updated to reflect python changes due to #149809
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Thu Jan 05 2006 jmatejek@suse.cz
- added Suggests: python-gtk tag for examples
- update to 0.3.0
* Thu Apr 14 2005 mcihar@suse.cz
- new package (split Twisted according to upstream)
openSUSE Build Service is sponsored by