Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37568397
en ru br
ALT Linux repositórios
5.0: 0.4.0-alt2.1
4.1: 0.4.0-alt2.1
4.0: 0.4.0-alt1
3.0: 0.2-alt3.pre2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define version 0.4.0
%define release alt1
%setup_python_module xmpp

Summary: XMPP-IM-compliant library for jabber instant messenging.
Name: %{packagename}
Version: %{version}
Release: %{release}
Source0: %{modulename}py-%{version}.tar.gz
#Patch0: xmpp-0.4-pre2-locale.patch
License: GPL
Group: Development/Python
Prefix: %{_prefix}
BuildArchitectures: noarch
Vendor: Alexey Nezhdanov <snakeru at users.sourceforge.net>
Packager: Andrey Orlov <cray at altlinux.org>
Url: http://xmpppy.sourceforge.net/

%description
This library provides functionality for writing xmpp-compliant
jabber clients and/or components.

It was initially designed as rework of jabberpy library but
lately become separate product.

Unlike jabberpy it is distributed under the terms of GPL.

%prep
%setup  -q -n %{modulename}py-%version
#patch0 -p1

%build
%__python setup.py build

%install
%__python setup.py install --root=%buildroot --optimize=2 --record=INSTALLED_FILES
install -d %buildroot/%python_tooldir %buildroot/usr/bin/
cp doc/examples/xsend.py %buildroot/%python_tooldir/jabber_send.py
ln -sf %python_tooldir/jabber_send.py %buildroot/usr/bin/jabber_send

#files -f INSTALLED_FILES

%files
%defattr(-,root,root)
%doc doc/*
%python_tooldir/*
%_bindir/*
/usr/lib/python2.4/site-packages/xmpp/*

%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