[supybot-irccat] Initial import

leamas leamas at fedoraproject.org
Wed Apr 24 12:26:30 UTC 2013


commit ff730722828931f673f01940df3842b0a7173d06
Author: Alec Leamas <alec at tests.notat.diaspora.com>
Date:   Wed Apr 24 14:26:16 2013 +0200

    Initial import

 .gitignore          |    1 +
 sources             |    1 +
 supybot-irccat.spec |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..57c3942 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/supybot-irccat-0-45803b0.tar.gz
diff --git a/sources b/sources
index e69de29..02a381a 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c42b0286ddf7ad681f8924f793cfdcc0  supybot-irccat-0-45803b0.tar.gz
diff --git a/supybot-irccat.spec b/supybot-irccat.spec
new file mode 100644
index 0000000..5de2391
--- /dev/null
+++ b/supybot-irccat.spec
@@ -0,0 +1,61 @@
+%global commit 45803b0202d7062adb192563adba6a479f27eefb
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
+
+Name:           supybot-irccat
+Version:        0
+Release:        2.%{shortcommit}%{?dist}
+Summary:        Supybot plugin copying data from TCP port to irc channel(s)
+
+Group:          Applications/Internet
+License:        BSD
+URL:            https://github.com/leamas/supybot-irccat
+Source0:        %{url}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
+Requires:       supybot, python-twisted, nmap-ncat
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+
+
+%description
+A Supybot plugin copying data from a TCP port to IRC channels, using some
+basic security precautions.
+
+
+%package -n irccat
+Summary:       Script sending data to servers running supybot-irccat
+
+%description -n irccat
+Simple script sending one line messages to remote supybot servers with the
+supybot-irccat plugin.
+
+
+%prep
+%setup -qn %{name}-%{commit}
+
+
+%build
+
+
+%install
+install -pDm 755 irccat   $RPM_BUILD_ROOT%{_bindir}/irccat
+install -pDm 644 irccat.1 $RPM_BUILD_ROOT%{_mandir}/man1/irccat.1
+install -dm 755 $RPM_BUILD_ROOT%{python_sitelib}/supybot/plugins/Irccat
+install -pm 644 *.py $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/Irccat
+
+
+%files
+%doc README.md LICENSE
+%{python_sitelib}/supybot/plugins/Irccat
+
+%files -n irccat
+%doc README.md LICENSE
+%{_bindir}/irccat
+%{_mandir}/man1/irccat.1.*
+
+%changelog
+* Tue Mar 19 2013 Alec leamas <leamas at nowhere.net> - 0-2.45803b0
+- Upstream update
+- New irccat script -> subpackage.
+
+* Tue Mar 5 2013 Alec leamas <leamas at nowhere.net> - 0-1.33194ba
+- Initial package


More information about the scm-commits mailing list