rpms/python-wokkel/F-10 import.log, NONE, 1.1 python-wokkel.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ruben Kerkhof ruben at fedoraproject.org
Tue Jan 27 12:28:33 UTC 2009


Author: ruben

Update of /cvs/pkgs/rpms/python-wokkel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28853/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log python-wokkel.spec 
Log Message:
Import into F-10



--- NEW FILE import.log ---
python-wokkel-0_4_0-1_fc11:F-10:python-wokkel-0.4.0-1.fc11.src.rpm:1233059250


--- NEW FILE python-wokkel.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define debug_package %{nil}

%define libname wokkel
Name:           python-%{libname}
Version:        0.4.0
Release:        1%{?dist}
Summary:        Enhancements to the Twisted XMPP protocol implementation

Group:          Development/Languages
License:        MIT
URL:            http://wokkel.ik.nu
Source0:        http://wokkel.ik.nu/releases/%{version}/%{libname}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  python-devel, python-setuptools, python-twisted-words, python-twisted-names
Requires:       python-twisted-words, python-twisted-names

%description
Wokkel is collection of enhancements on top of the Twisted networking
framework, written in Python. It mostly provides a testing ground
for enhancements to the Jabber/XMPP protocol implementation as found
in Twisted Words, that are meant to eventually move there.

Currently, Wokkel provides the following enhancements
on top of Twisted Words:

* A mechanism for easier implementation of XMPP Enhancement Protocols (XEPs)
  as so-called subprotocols.
* XMPP Client and server-side component support, that eases development
  and supports subprotocols.
* Subprotocol implementations for:
  o Generic presence, roster and message handling.
  o Service Discovery (XEP-0030), service side.
  o Publish-Subscribe (XEP-0060), client and service side.
  o Software Version (XEP-0092), service side. 
* Data format implementations for:
  o Data Forms (XEP-0004)
  o User Tune (XEP-0118)
  o User Mood (XEP-0107) 


%prep
%setup -q -n %{libname}-%{version}


%build
%{__python} setup.py build


%install
rm -rf %{buildroot}
%{__python} setup.py install -O1 --skip-build --root %{buildroot}

%check
trial wokkel/test/test_*.py
 
%clean
rm -rf %{buildroot}


%files
%defattr(-,root,root,-)
%doc LICENSE NEWS README
%{python_sitelib}/*


%changelog
* Thu Jan 22 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 0.4.0-1
- Initial import



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-wokkel/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Jan 2009 22:22:52 -0000	1.1
+++ .cvsignore	27 Jan 2009 12:28:03 -0000	1.2
@@ -0,0 +1 @@
+wokkel-0.4.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-wokkel/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Jan 2009 22:22:52 -0000	1.1
+++ sources	27 Jan 2009 12:28:03 -0000	1.2
@@ -0,0 +1 @@
+3f6acd2752ad12a3a67bd54ed02698e0  wokkel-0.4.0.tar.gz




More information about the scm-commits mailing list