- Bump and rebuild for python 2.5 in devel.

This commit is contained in:
Toshio くらとみ 2006-12-10 06:52:14 +00:00
parent 6839b1a743
commit c4aaf28d08

View File

@ -4,7 +4,7 @@
Name: python-%{srcname}
Version: 0.4
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A system for processing plaintext documentation
Group: Development/Languages
@ -12,7 +12,7 @@ License: Public Domain, BSD, Python License, GPL - see COPYING.txt
URL: http://docutils.sourceforge.net
Source0: http://dl.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildArch: noarch
BuildRequires: python-devel
Requires(missingok): python-imaging
@ -72,6 +72,9 @@ rm -rf %{buildroot}
%{python_sitelib}/roman.*
%changelog
* Sat Dec 09 2006 Toshio Kuratomi <toshio-tiki-lounge.com> 0.4-4
- Bump and rebuild for python 2.5 in devel.
* Tue Aug 29 2006 Toshio Kuratomi <toshio-tiki-lounge.com> 0.4-3
- Bump for FC6 rebuild.
- Remove python byte compilation as this is handled automatically in FC4+.