]> git.pld-linux.org Git - packages/python-xmpppy.git/blame - python-xmpppy.spec
- release 5 (by relup.sh)
[packages/python-xmpppy.git] / python-xmpppy.spec
CommitLineData
4899a9c5
AF
1Summary: Jabber/XMPP package for Python
2Summary(pl.UTF-8): Biblioteka Jabber/XMPP dla Pythona
3Name: python-xmpppy
cfafed29 4Version: 0.4.1
041a3fef 5Release: 5
4899a9c5
AF
6License: GPL
7Group: Libraries/Python
8Source0: http://dl.sourceforge.net/xmpppy/xmpppy-%{version}.tar.gz
cfafed29 9# Source0-md5: ca36d685643f2c56ab07323a09ece9e4
4899a9c5
AF
10URL: http://xmpppy.sourceforge.net/
11BuildRequires: python-devel >= 1:2.5
cfafed29 12BuildRequires: rpm-pythonprov
4899a9c5
AF
13%pyrequires_eq python-modules
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17This package provides a Python interface to XMPP and Jabber protocols.
18
19%description -l pl.UTF-8
20Ten pakiet udostępnia interfejs Pythona do protokołów XMPP i Jabber.
21
22%prep
23%setup -qn xmpppy-%{version}
24
25%build
122db541 26%py_build
4899a9c5
AF
27
28%install
29rm -rf $RPM_BUILD_ROOT
30
122db541 31%py_install
4899a9c5
AF
32
33%py_postclean
34
35%clean
36rm -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.238322 seconds and 4 git commands to generate.