- Last version had both the old and new rst.el. Try again with only the new

one.
This commit is contained in:
Toshio くらとみ 2007-08-13 18:54:46 +00:00
parent cecfe5a6c0
commit fcf6f21f4f

View File

@ -4,7 +4,7 @@
Name: python-%{srcname}
Version: 0.4
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A system for processing plaintext documentation
Group: Development/Languages
@ -64,7 +64,7 @@ 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/rst.el
cp %{SOURCE1} tools/editors/emacs/rst.el
%clean
rm -rf %{buildroot}
@ -78,6 +78,10 @@ rm -rf %{buildroot}
%{python_sitelib}/roman.*
%changelog
* Mon Aug 13 2007 Toshio Kuratomi <a.badger@gmail.com> 0.4-6
- Last version had both the old and new rst.el. Try again with only
the new one.
* Sun Aug 12 2007 Toshio Kuratomi <a.badger@gmail.com> 0.4-5
- Make License tag conform to the new Licensing Policy.
- Fix the rst emacs mode (RH BZ 250100)