rpms/transbot/F-8 transbot.spec,1.1,1.2

John McLean (mcleanj) fedora-extras-commits at redhat.com
Fri Aug 8 15:19:01 UTC 2008


Author: mcleanj

Update of /cvs/pkgs/rpms/transbot/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31911

Modified Files:
	transbot.spec 
Log Message:
fixed specfile to install python egg



Index: transbot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transbot/F-8/transbot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- transbot.spec	8 Aug 2008 13:58:37 -0000	1.1
+++ transbot.spec	8 Aug 2008 15:18:30 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name: transbot
 Version: 0.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Small irc bot designed to translate between languages in irc channels
 Group: Development/Libraries
 License: GPL+
@@ -11,7 +11,7 @@
 Source0:	http://jesusfreak91.googlepages.com/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildArch:	noarch
-BuildRequires:	python, python-devel
+BuildRequires:	python, python-devel, python-setuptools-devel
 Requires:	python-irclib
 
 %description
@@ -30,7 +30,7 @@
 
 %install
 rm -rf %{buildroot}
-python setup.py install --root=%{buildroot} 
+python setup.py install --skip-build --root=%{buildroot} 
 
 %clean
 rm -rf %{buildroot}
@@ -44,6 +44,9 @@
 %config(noreplace) %{_sysconfdir}/transbot.conf
 
 %changelog
+* Fri Aug 08 2008 John McLean <jesusfreak91 at gmail.com> - 0.2-2
+-fixed specfile to install python egg
+
 * 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




More information about the fedora-extras-commits mailing list