- New upstream version.
This commit is contained in:
parent
b9ead060e5
commit
a70e4b1325
@ -1 +1 @@
|
||||
docutils-0.4.tar.gz
|
||||
docutils-0.5.tar.gz
|
||||
|
@ -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.
|
||||
|
||||
|
3445
rst.el?rev=5335
3445
rst.el?rev=5335
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user