rpms/transbot/devel import.log, NONE, 1.1 transbot.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

John McLean (mcleanj) fedora-extras-commits at redhat.com
Fri Aug 8 18:11:49 UTC 2008


Author: mcleanj

Update of /cvs/pkgs/rpms/transbot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17996/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log transbot.spec 
Log Message:
initial devel commit



--- NEW FILE import.log ---
transbot-0_2-1_fc9:HEAD:transbot-0.2-1.fc9.src.rpm:1218218977


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


Name: transbot
Version: 0.2
Release: 1%{?dist}
Summary: Small irc bot designed to translate between languages in irc channels
Group: Development/Libraries
License: GPL+
URL:	http://git.fedorahosted.org/git/lingobot.git
Source0:	http://jesusfreak91.googlepages.com/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch:	noarch
BuildRequires:	python, python-devel, python-setuptools-devel
Requires:	python-irclib

%description
An irc bot designed to translate between languages on separate irc channels. 
It takes input from one channel, translates it, and outputs the translated 
text into other channels in that channel's specified language.  
Handles public messages, topic changes, mode changes, join/leave events, 
and auto-joins to invited channels.  Supports utf-8 characters 
and multiple languages.  

%prep
%setup -q

%build
python setup.py build

%install
rm -rf %{buildroot}
python setup.py install --skip-build --root=%{buildroot} 

%clean
rm -rf %{buildroot}

%files 
%defattr(-,root,root,-)
%doc README LICENSE
%{_bindir}/*
%{_mandir}/man1/*
%{python_sitelib}/*
%config(noreplace) %{_sysconfdir}/transbot.conf

%changelog
* Tue Aug 04 2008 John McLean <jesusfreak91 at gmail.com> - 0.2-1
-Fixed a small typo in transbot
-Bumped the version -- this should have been done a few days ago


* Mon Aug 04 2008 John McLean <jesusfreak91 at gmail.com> - 0.1-4
-fixed licensing issues
-fixed rpmlint issues
-fixed %%defattr
-modified setup.py

* Fri Aug 01 2008 John McLean <jesusfreak91 at gmail.com> - 0.1-3
-added support for utf-8 characters
-updated spec %%description

* Thu Jul 31 2008 John McLean <jesusfreak91 at gmail.com> - 0.1-2
-fixed two bugs in transbot.py

*Sat Jul 05 2008 John McLean <jesusfreak91 at gmail.com> - 0.1-1
-initial spec


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/transbot/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Aug 2008 21:05:30 -0000	1.1
+++ .cvsignore	8 Aug 2008 18:11:19 -0000	1.2
@@ -0,0 +1 @@
+transbot-0.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/transbot/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Aug 2008 21:05:30 -0000	1.1
+++ sources	8 Aug 2008 18:11:19 -0000	1.2
@@ -0,0 +1 @@
+8499d9669b626badcfc90cf33f48dc0e  transbot-0.2.tar.gz




More information about the fedora-extras-commits mailing list