rpms/python-docutils/F-7 rst.el?rev=5335, NONE, 1.1 python-docutils.spec, 1.8, 1.9

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Mon Aug 13 06:45:14 UTC 2007


Author: toshio

Update of /cvs/pkgs/rpms/python-docutils/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18183

Modified Files:
	python-docutils.spec 
Added Files:
	rst.el?rev=5335 
Log Message:
- Make License tag conform to the new Licensing Policy.
- Fix the rst emacs mode (RH BZ 250100)



***** Error reading new file: [Errno 2] No such file or directory: 'rst.el?rev=5335'

Index: python-docutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-docutils/F-7/python-docutils.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-docutils.spec	10 Dec 2006 06:52:14 -0000	1.8
+++ python-docutils.spec	13 Aug 2007 06:44:42 -0000	1.9
@@ -4,13 +4,15 @@
 
 Name:           python-%{srcname}
 Version:        0.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A system for processing plaintext documentation
 
 Group:          Development/Languages
-License:        Public Domain, BSD, Python License, GPL - see COPYING.txt
+# See COPYING.txt for information
+License:        Public Domain and MIT and Python and GPLv2
 URL:            http://docutils.sourceforge.net
 Source0:        http://dl.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
 
@@ -59,6 +61,10 @@
 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/rst.el
     
 %clean
 rm -rf %{buildroot}
@@ -72,6 +78,10 @@
 %{python_sitelib}/roman.*
 
 %changelog
+* Sun Aug 12 2007 Toshio Kuratomi <a.badger at gmail.com> 0.4-5
+- Make License tag conform to the new Licensing Policy.
+- Fix the rst emacs mode (RH BZ 250100)
+
 * Sat Dec 09 2006 Toshio Kuratomi <toshio-tiki-lounge.com> 0.4-4
 - Bump and rebuild for python 2.5 in devel.
 




More information about the fedora-extras-commits mailing list