]> git.pld-linux.org Git - packages/python-xmpppy.git/blob - python-xmpppy.spec
- release 5 (by relup.sh)
[packages/python-xmpppy.git] / python-xmpppy.spec
1 Summary:        Jabber/XMPP package for Python
2 Summary(pl.UTF-8):      Biblioteka Jabber/XMPP dla Pythona
3 Name:           python-xmpppy
4 Version:        0.4.1
5 Release:        5
6 License:        GPL
7 Group:          Libraries/Python
8 Source0:        http://dl.sourceforge.net/xmpppy/xmpppy-%{version}.tar.gz
9 # Source0-md5:  ca36d685643f2c56ab07323a09ece9e4
10 URL:            http://xmpppy.sourceforge.net/
11 BuildRequires:  python-devel >= 1:2.5
12 BuildRequires:  rpm-pythonprov
13 %pyrequires_eq  python-modules
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This package provides a Python interface to XMPP and Jabber protocols.
18
19 %description -l pl.UTF-8
20 Ten pakiet udostępnia interfejs Pythona do protokołów XMPP i Jabber.
21
22 %prep
23 %setup -qn xmpppy-%{version}
24
25 %build
26 %py_build
27
28 %install
29 rm -rf $RPM_BUILD_ROOT
30
31 %py_install
32
33 %py_postclean
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc README ChangeLog
41 %dir %{py_sitescriptdir}/xmpp
42 %{py_sitescriptdir}/xmpp/*.py[co]
43 %{py_sitescriptdir}/*.egg-info
This page took 0.06259 seconds and 3 git commands to generate.