diff --git a/archmage.spec b/archmage.spec index 2383bf4..b0beb96 100644 --- a/archmage.spec +++ b/archmage.spec @@ -2,7 +2,7 @@ Name: archmage Version: 0.0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extensible reader/decompiler of files in CHM format Group: Development/Tools @@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: python-chm -BuildRequires: python +BuildRequires: python-devel Requires: python-abi = %(%{__python} -c "import sys ; print sys.version[:3]") %description @@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man*/archmage* %changelog +* Tue Dec 12 2006 Patrice Dumas 0.0.7-4 +- add BuildRequires python-devel + * Sat Dec 9 2006 Patrice Dumas 0.0.7-3 - rebuild for python 2.5