Author: wiget Date: Mon Nov 6 21:54:43 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - yet another Python module for XMPP
---- Files affected: SPECS: python-xmpppy.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/python-xmpppy.spec diff -u /dev/null SPECS/python-xmpppy.spec:1.1 --- /dev/null Mon Nov 6 22:54:43 2006 +++ SPECS/python-xmpppy.spec Mon Nov 6 22:54:38 2006 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: Jabber/XMPP package for Python +Summary(pl.UTF-8): Biblioteka Jabber/XMPP dla Pythona +Name: python-xmpppy +Version: 0.4.0 +Release: 1 +License: GPL +Group: Libraries/Python +Source0: http://dl.sourceforge.net/xmpppy/xmpppy-%{version}.tar.gz +# Source0-md5: bcec3068bc297e672a1d5b258090ee3d +URL: http://xmpppy.sourceforge.net/ +BuildRequires: python-devel >= 1:2.5 +%pyrequires_eq python-modules +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +This package provides a Python interface to XMPP and Jabber protocols. + +%description -l pl.UTF-8 +Ten pakiet udostÄpnia interfejs Pythona do protokoĹĂłw XMPP i Jabber. + +%prep +%setup -qn xmpppy-%{version} + +%build +python setup.py build + +%install +rm -rf $RPM_BUILD_ROOT + +python setup.py install --optimize=2 --root=$RPM_BUILD_ROOT + +%py_postclean + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README ChangeLog +%dir %{py_sitescriptdir}/xmpp +%{py_sitescriptdir}/xmpp/*.py[co] +%{py_sitescriptdir}/*.egg-info + + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/11/06 21:54:38 wiget +- yet another Python module for XMPP + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
