[packages/python-slackweb] new, version 1.0.5

glen glen at pld-linux.org
Sat Mar 5 20:58:03 CET 2016


commit 00484cc2d03fca69700d7fd46c5a41cfa2159739
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Mar 5 21:57:40 2016 +0200

    new, version 1.0.5

 python-slackweb.spec | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)
---
diff --git a/python-slackweb.spec b/python-slackweb.spec
new file mode 100644
index 0000000..c281a66
--- /dev/null
+++ b/python-slackweb.spec
@@ -0,0 +1,38 @@
+%define 	module	slackweb
+Summary:	Slack Bot for WebHook
+Name:		python-%{module}
+Version:	1.0.5
+Release:	1
+License:	MIT
+Group:		Libraries/Python
+Source0:	https://pypi.python.org/packages/source/s/slackweb/slackweb-%{version}.tar.gz
+# Source0-md5:	f02a62939376eccd1f70e61ee655f066
+URL:		https://github.com/satoshi03/slack-python-webhook
+BuildRequires:	python-modules
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python-modules
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Very simple Slack client by using incoming-webhook.
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%py_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%py_install
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitescriptdir}/slackweb
+%{py_sitescriptdir}/slackweb-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-slackweb.git/commitdiff/00484cc2d03fca69700d7fd46c5a41cfa2159739



More information about the pld-cvs-commit mailing list