commit b686b19e4510c24d365ef503aa6df75eae1df843
Author: Jacek Konieczny <[email protected]>
Date:   Mon May 8 18:16:14 2017 +0200

    new package

 python-nbxmpp.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
---
diff --git a/python-nbxmpp.spec b/python-nbxmpp.spec
new file mode 100644
index 0000000..994b01b
--- /dev/null
+++ b/python-nbxmpp.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-nbxmpp.git/commitdiff/b686b19e4510c24d365ef503aa6df75eae1df843

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to