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

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


Author: mcleanj

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

Modified Files:
	transbot.spec 
Log Message:
another fix concerning python eggs



Index: transbot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/transbot/F-8/transbot.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- transbot.spec	8 Aug 2008 15:18:30 -0000	1.2
+++ transbot.spec	8 Aug 2008 15:28:07 -0000	1.3
@@ -3,7 +3,7 @@
 
 Name: transbot
 Version: 0.2
-Release: 2%{?dist}
+Release: 3%{?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, python-setuptools-devel
+BuildRequires:	python, python-devel
 Requires:	python-irclib
 
 %description
@@ -30,7 +30,7 @@
 
 %install
 rm -rf %{buildroot}
-python setup.py install --skip-build --root=%{buildroot} 
+python setup.py install --root=%{buildroot} 
 
 %clean
 rm -rf %{buildroot}
@@ -40,10 +40,12 @@
 %doc README LICENSE
 %{_bindir}/*
 %{_mandir}/man1/*
-%{python_sitelib}/*
 %config(noreplace) %{_sysconfdir}/transbot.conf
 
 %changelog
+* Fri Aug 08 2008 John McLean <jesusfreak91 at gmail.com> - 0.2-3
+-fixed specfile to install python egg
+
 * Fri Aug 08 2008 John McLean <jesusfreak91 at gmail.com> - 0.2-2
 -fixed specfile to install python egg
 




More information about the fedora-extras-commits mailing list