From 52ea0ff3fbd35fe59544b6c8086aeade93f43222 Mon Sep 17 00:00:00 2001 From: Toshio くらとみ Date: Apr 26 2007 19:40:17 +0000 Subject: - Fix requires on python-elementtree for python-2.5. (elementtree is included in python-2.5) --- diff --git a/python-meld3.spec b/python-meld3.spec index 439b240..c6a5469 100644 --- a/python-meld3.spec +++ b/python-meld3.spec @@ -2,7 +2,7 @@ Summary: An HTML/XML templating system for Python Name: python-meld3 Version: 0.6 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: ZPL Group: Development/Languages @@ -10,7 +10,11 @@ URL: http://www.plope.com/software/meld3/ Source: http://www.plope.com/software/meld3/meld3-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +%if 0%{?fedora} <= 6 +BuildRequires: python-elementtree Requires: python-elementtree +%endif + BuildRequires: python-devel @@ -39,6 +43,10 @@ CFLAGS="%{optflags}" %{__python} setup.py build %{python_sitearch}/meld3/ %changelog +* Thu Apr 26 2007 Mike McGrath 0.6-2.1 +- Fix requires on python-elementtree for python-2.5. (elementtree is included + in python-2.5) + * Sun Apr 22 2007 Mike McGrath 0.6-2 - Patch suggested in #153247