rpms/epydoc/devel epydoc.spec,1.8,1.9

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Dec 11 14:10:01 UTC 2006


Author: thias

Update of /cvs/extras/rpms/epydoc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14618

Modified Files:
	epydoc.spec 
Log Message:
Fixes to build on FC dev and cleanups.



Index: epydoc.spec
===================================================================
RCS file: /cvs/extras/rpms/epydoc/devel/epydoc.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- epydoc.spec	11 Dec 2006 11:05:48 -0000	1.8
+++ epydoc.spec	11 Dec 2006 14:09:31 -0000	1.9
@@ -10,9 +10,8 @@
 Source0: http://dl.sf.net/epydoc/epydoc-%{version}.tar.gz
 Source1: epydocgui.desktop
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires: tkinter
-BuildRequires: python, desktop-file-utils
+BuildRequires: python-devel, desktop-file-utils
 BuildArch: noarch
 
 %description
@@ -67,6 +66,8 @@
 %changelog
 * Mon Dec 11 2006 Matthias Saou <http://freshrpms.net/> 2.1-7
 - Rebuild against python 2.5.
+- Remove no longer needed explicit python-abi requirement.
+- Change python build requirement to python-devel, as it's needed now.
 
 * Wed Sep  6 2006 Matthias Saou <http://freshrpms.net/> 2.1-6
 - No longer ghost the .pyo files, as per new python guidelines (#205374).




More information about the fedora-extras-commits mailing list