rpms/supybot-meetbot/F-11 supybot-meetbot.spec, NONE, 1.1 sources, 1.1, 1.2 .cvsignore, 1.1, 1.2

Kevin Fenzi kevin at fedoraproject.org
Tue Jul 7 04:44:53 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/supybot-meetbot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31739

Modified Files:
	sources .cvsignore 
Added Files:
	supybot-meetbot.spec 
Log Message:
initial version for Fedora



--- NEW FILE supybot-meetbot.spec ---
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}

Name:           supybot-meetbot
Version:        0.1.1
Release:        1%{?dist}
Summary:        Plugin for Supybot for handling IRC meetings

Group:          Applications/Internet
License:        BSD
URL:            http://wiki.debian.org/MeatBot
Source0:        http://rkd.zgib.net/http/code/MeetBot-0.1.1.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Requires:       supybot
Requires:       python-pygments
Requires:       python-docutils

BuildArch:      noarch
BuildRequires:  python

%description
MeatBot is designed to assist in running meetings, taking notes, and so on. 
It is in pure python, as a plugin to supybot. However, there is a clear 
distinction between meeting-code and IRC-code, so it should be relatively 
easy to port to other bots. It is under the supybot license (3-clause BSD).

%prep
%setup -q -n MeetBot-0.1.1

%build

%install
rm -rf $RPM_BUILD_ROOT
install -dm 755 $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeatBot
install -pm 644 *.py $RPM_BUILD_ROOT/%{python_sitelib}/supybot/plugins/MeatBot

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README.txt
%{python_sitelib}/supybot/plugins/MeatBot

%changelog
* Mon Jul 06 2009 Kevin Fenzi <kevin at tummy.com> - 0.1.1-1
- Upgrade to 0.1.1 version

* Sun Jun 14 2009 Kevin Fenzi <kevin at tummy.com> - 0-0.1.20090614darcs
- Initial version for fedora review


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/supybot-meetbot/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	7 Jul 2009 04:01:35 -0000	1.1
+++ sources	7 Jul 2009 04:44:22 -0000	1.2
@@ -0,0 +1 @@
+2e517814d279ba73d1879b566358c65e  MeetBot-0.1.1.tar.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/supybot-meetbot/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	7 Jul 2009 04:01:35 -0000	1.1
+++ .cvsignore	7 Jul 2009 04:44:22 -0000	1.2
@@ -0,0 +1 @@
+MeetBot-0.1.1.tar.gz




More information about the fedora-extras-commits mailing list