From 392b7be31a7f5dbada4aa616dcf6da34c11d4463 Mon Sep 17 00:00:00 2001 From: Matthias Saou Date: Dec 11 2006 14:09:31 +0000 Subject: Fixes to build on FC dev and cleanups. --- diff --git a/epydoc.spec b/epydoc.spec index bde3f45..31f5c9f 100644 --- a/epydoc.spec +++ b/epydoc.spec @@ -10,9 +10,8 @@ URL: http://epydoc.sourceforge.net/ 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 @@ desktop-file-install \ %changelog * Mon Dec 11 2006 Matthias Saou 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 2.1-6 - No longer ghost the .pyo files, as per new python guidelines (#205374).