SPECS: python-xmpppy.spec (NEW) - yet another Python module for XMPP

wiget wiget at pld-linux.org
Mon Nov 6 22:54:43 CET 2006


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 <feedback at pld-linux.org>
+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
+
================================================================


More information about the pld-cvs-commit mailing list