- New upstream version.

This commit is contained in:
Toshio くらとみ 2008-08-07 01:51:05 +00:00
parent b9ead060e5
commit a70e4b1325
4 changed files with 7 additions and 3458 deletions

View File

@ -1 +1 @@
docutils-0.4.tar.gz
docutils-0.5.tar.gz

View File

@ -3,8 +3,8 @@
%define srcname docutils
Name: python-%{srcname}
Version: 0.4
Release: 8%{?dist}
Version: 0.5
Release: 1%{?dist}
Summary: A system for processing plaintext documentation
Group: Development/Languages
@ -12,16 +12,11 @@ Group: Development/Languages
License: Public Domain and MIT and Python and GPLv2
URL: http://docutils.sourceforge.net
Source0: http://downloads.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz
Source1: http://svn.berlios.de/viewcvs/*checkout*/docutils/trunk/docutils/tools/editors/emacs/rst.el?rev=5335
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel
%if 0%{?fedora} >= 8
BuildRequires: python-setuptools-devel
%else
BuildRequires: python-setuptools
%endif
Requires: python-imaging
Provides: docutils = %{version}-%{release}
@ -68,10 +63,6 @@ extradest=%{python_sitelib}
fullextradest=%{buildroot}/$extradest
install -D -m 0644 extras/$file $fullextradest/$file
# docutils 0.4 rst.el cannot handle emacs 0.22. Update to the latest svn
# copy. This also clarifies the rst.el license.
cp %{SOURCE1} tools/editors/emacs/rst.el
%clean
rm -rf %{buildroot}
@ -85,6 +76,9 @@ rm -rf %{buildroot}
%{python_sitelib}/*egg-info/
%changelog
* Wed Aug 6 2008 Toshio Kuratomi <toshio@fedoraproject.org> 0.5-1
- New upstream version.
* Mon Mar 3 2008 Toshio Kuratomi <toshio@fedoraproject.org> 0.4-8
- Use regular Requires syntax for python-imaging as missingok is just wrong.

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
0fe7b42bb3c2aa3680fe30f9a5fbf712 docutils-0.4.tar.gz
dd72dac92fc8e3eb0f48c3effeef80f6 docutils-0.5.tar.gz