]> git.pld-linux.org Git - packages/python-nbxmpp.git/commitdiff
new package auto/th/python-nbxmpp-0.5.5-1
authorJacek Konieczny <jajcus@jajcus.net>
Mon, 8 May 2017 16:16:14 +0000 (18:16 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Mon, 8 May 2017 16:16:14 +0000 (18:16 +0200)
python-nbxmpp.spec [new file with mode: 0644]

diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec
new file mode 100644 (file)
index 0000000..994b01b
--- /dev/null
@@ -0,0 +1,45 @@
+
+%define                module          nbxmpp
+Summary:       Non blocking Jabber/XMPP module
+Name:          python-nbxmpp
+Version:       0.5.5
+Release:       1
+License:       GPL v3
+Group:         Libraries/Python
+# https://dev.gajim.org/gajim/python-nbxmpp/tags
+Source0:       https://dev.gajim.org/gajim/python-nbxmpp/uploads/ddc27304794916539c0c7b7ca71413a5/nbxmpp-%{version}.tar.gz
+# Source0-md5: d72008dd1b3fb471b72b1272c58a79dc
+URL:           https://dev.gajim.org/gajim/python-nbxmpp
+BuildRequires: python-modules
+BuildRequires: python-setuptools
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.714
+Requires:      python-pyOpenSSL
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+python-nbxmpp is a Python library that provides a way for Python
+applications to use Jabber/XMPP networks in a non-blocking way. This
+library is initialy a fork of xmpppy one, but using non-blocking
+sockets.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%py_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog README
+%{py_sitescriptdir}/%{module}
+%{py_sitescriptdir}/%{module}-%{version}-py*.egg-info
This page took 0.116443 seconds and 4 git commands to generate.