Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37047283
en ru br
ALT Linux repositórios
S:1.1.2-alt1.3
5.0: 1.0.0-alt5
4.1: 1.0.0-alt2.1
4.0: 1.0.0-alt2

Group :: Desenvolvimento/Python
RPM: python-module-pyxmpp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Version: 1.1.2
Release: alt1.3
%setup_python_module pyxmpp
Name: %packagename
Summary: XMPP-IM-compliant library for jabber instant messenging
Source0: http://pyxmpp.jajcus.net/downloads/snapshots/%modulename-%version.tar.gz
License: LGPL
Group: Development/Python
Prefix: %prefix
#BuildArchitectures: noarch
Url: http://pyxmpp.jajcus.net
Packager: Fr. Br. George <george at altlinux.ru>

%add_python_req_skip kerberos

BuildRequires(pre): rpm-macros-make

# Automatically added by buildreq on Sat Jul 29 2006

BuildRequires: libxml2-devel python-module-dns python-modules-libxml2

Requires: python-module-dns python-modules-libxml2

%description
PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber implementation. It is
based on libxml2 -- fast and fully-featured XML parser.

PyXMPP provides most core features of the XMPP protocol and several
JSF-defined extensions. PyXMPP provides building blocks for creating
Jabber clients and components. Developer uses them to setup XMPP
streams, handle incoming events and create outgoing stanzas (XMPP
"packets").

%prep
%setup -n %modulename-%version

# Set correct python2 executable in shebang and scripts

subst 's|#!.*python$|#!%__python|' $(grep -Rl '#!.*python$' *) \
       $(find ./ -name '*.py')
subst 's|#!.*python -u|#!%__python -u|' $(grep -Rl '#!.*python -u' *) \
       $(find ./ -name '*.py')
subst 's|python |%__python |' $(find ./ -name 'Makefile')


%build
%make_ext build

%install
%makeinstall DESTDIR=$RPM_BUILD_ROOT/

%check
%make test

%files
%python_sitelibdir/%modulename
%python_sitelibdir/*.egg-info

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009