From a14fd5f3f6e3c2fd34b01b8104ce9cb40c4084b8 Mon Sep 17 00:00:00 2001 From: Mike Bonnet Date: Dec 11 2006 14:21:02 +0000 Subject: rebuild for python 2.5 --- diff --git a/python-cheetah.spec b/python-cheetah.spec index 958155d..8464a09 100644 --- a/python-cheetah.spec +++ b/python-cheetah.spec @@ -2,7 +2,7 @@ Name: python-cheetah Version: 2.0 -Release: 0.2.rc7%{?dist} +Release: 0.3.rc7%{?dist} Summary: Template engine and code-generator Group: Development/Libraries @@ -14,8 +14,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel -Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") - %description Cheetah is an open source template engine and code generation tool, written in Python. It can be used standalone or combined with other @@ -32,7 +30,7 @@ export CFLAGS="$RPM_OPT_FLAGS" %install rm -rf %{buildroot} -%{__python} setup.py install -O1 --root %{buildroot} +%{__python} setup.py install -O1 --skip-build --root %{buildroot} %check export PATH="%{buildroot}/%{_bindir}:$PATH" @@ -88,6 +86,10 @@ rm -rf %{buildroot} %{python_sitelib}/Cheetah/Utils/optik/*.pyo %changelog +* Sun Dec 10 2006 Mike Bonnet - 2.0-0.3.rc7 +- rebuild against python 2.5 +- remove obsolete python-abi Requires: + * Mon Sep 11 2006 Mike Bonnet - 2.0-0.2.rc7 - un-%%ghost .pyo files