- 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
|
%define srcname docutils
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.4
|
Version: 0.5
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A system for processing plaintext documentation
|
Summary: A system for processing plaintext documentation
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -12,16 +12,11 @@ Group: Development/Languages
|
|||||||
License: Public Domain and MIT and Python and GPLv2
|
License: Public Domain and MIT and Python and GPLv2
|
||||||
URL: http://docutils.sourceforge.net
|
URL: http://docutils.sourceforge.net
|
||||||
Source0: http://downloads.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
%if 0%{?fedora} >= 8
|
|
||||||
BuildRequires: python-setuptools-devel
|
BuildRequires: python-setuptools-devel
|
||||||
%else
|
|
||||||
BuildRequires: python-setuptools
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Requires: python-imaging
|
Requires: python-imaging
|
||||||
Provides: docutils = %{version}-%{release}
|
Provides: docutils = %{version}-%{release}
|
||||||
@ -68,10 +63,6 @@ extradest=%{python_sitelib}
|
|||||||
fullextradest=%{buildroot}/$extradest
|
fullextradest=%{buildroot}/$extradest
|
||||||
install -D -m 0644 extras/$file $fullextradest/$file
|
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
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -85,6 +76,9 @@ rm -rf %{buildroot}
|
|||||||
%{python_sitelib}/*egg-info/
|
%{python_sitelib}/*egg-info/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Mar 3 2008 Toshio Kuratomi <toshio@fedoraproject.org> 0.4-8
|
||||||
- Use regular Requires syntax for python-imaging as missingok is just wrong.
|
- 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