rpms/jokosher/devel jokosher.spec,1.12,1.13

Christopher Brown (snecker) fedora-extras-commits at redhat.com
Mon Jan 21 17:45:00 UTC 2008


Author: snecker

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

Modified Files:
	jokosher.spec 
Log Message:
resolve python egg build issues


Index: jokosher.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jokosher/devel/jokosher.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- jokosher.spec	21 Jan 2008 17:14:45 -0000	1.12
+++ jokosher.spec	21 Jan 2008 17:44:24 -0000	1.13
@@ -14,12 +14,15 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 BuildRequires: desktop-file-utils
 BuildRequires: pygtk2-devel
-BuildRequires: python-setuptools-devel
 BuildRequires: scrollkeeper
 BuildRequires: gettext
-Requires: python-setuptools
 Requires: python >= 2.4
 Requires: gnonlin
 Requires: gstreamer >= 0.10.11
@@ -93,7 +96,7 @@
 %doc AUTHORS COPYING README
 
 %exclude %{python_sitelib}/Jokosher/Profiler.py
-%{python_sitelib}/Jokosher/
+%{python_sitelib}/*
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
@@ -106,6 +109,7 @@
 %changelog
 * Mon Jan 21 2008 Christopher Brown <snecklifter at gmail.com> - 1.0-0.1.20080121svn
 - update to latest svn
+- resolve python egg build issues
 
 * Sat Sep 29 2007 Christopher Brown <snecklifter at gmail.com> - 1.0-0.1.20070929svn
 - change to python-setuptools-devel




More information about the fedora-extras-commits mailing list