[supybot-notify/f14/master] Initial import (#648758).

Ricky Zhou (周家杰) ricky at fedoraproject.org
Sat Jan 8 03:05:24 UTC 2011


commit 6e52b7bf1adf93b9e5ee8623503af223cecba59c
Author: Ricky Zhou <ricky at fedoraproject.org>
Date:   Fri Jan 7 22:05:07 2011 -0500

    Initial import (#648758).

 .gitignore          |    1 +
 sources             |    1 +
 supybot-notify.spec |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cfe5ea5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/supybot-notify-0.2.1.tar.xz
diff --git a/sources b/sources
index e69de29..6ec43ff 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+66e00fa32bb83bec4a0fcbf908cc46bc  supybot-notify-0.2.1.tar.xz
diff --git a/supybot-notify.spec b/supybot-notify.spec
new file mode 100644
index 0000000..35491f1
--- /dev/null
+++ b/supybot-notify.spec
@@ -0,0 +1,57 @@
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
+%endif
+
+Name:           supybot-notify
+Version:        0.2.1
+Release:        1%{?dist}
+Summary:        Notification plugin for Supybot
+
+Group:          Applications/Internet
+License:        BSD
+URL:            http://git.fedorahosted.org/git/supybot-notify.git
+Source0:        https://fedorahosted.org/released/supybot-notify/%{name}-%{version}.tar.xz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Requires:       supybot
+
+BuildArch:      noarch
+BuildRequires:  python2-devel
+
+%description
+A Supybot plugin which relays messages from a TCP server to
+an IRC channel.
+
+
+%prep
+%setup -q
+
+
+%build
+
+
+%install
+%{__rm} -rf %{buildroot}
+%{__install} -dm 755 %{buildroot}/%{python_sitelib}/supybot/plugins/Notify
+%{__install} -pm 644 *.py %{buildroot}/%{python_sitelib}/supybot/plugins/Notify
+
+
+%clean
+%{__rm} -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc README COPYING
+%{python_sitelib}/supybot/plugins/Notify
+
+
+%changelog
+* Fri Jan 07 2011 Ricky Zhou <ricky at fedoraproject.org> - 0.2.1-1
+- Update for 0.2.1 release.
+
+* Mon Nov 01 2010 Ricky Zhou <ricky at fedoraproject.org> - 0.2-1
+- Update for 0.2 release.
+
+* Mon Mar 16 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.1-1
+- Initial RPM package.


More information about the scm-commits mailing list