rpms/python-docutils/EL-5 python-docutils.spec,1.7,1.8

Toshio くらとみ toshio at fedoraproject.org
Tue Jun 23 22:35:12 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/python-docutils/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13793

Modified Files:
	python-docutils.spec 
Log Message:
Sync all changesto the 0.4 docutils package fromfedora -- this builds egg-info.



Index: python-docutils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-docutils/EL-5/python-docutils.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- python-docutils.spec	30 Aug 2006 06:16:15 -0000	1.7
+++ python-docutils.spec	23 Jun 2009 22:34:40 -0000	1.8
@@ -8,14 +8,17 @@ Release:        3%{?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
+Source0:        http://downloads.sourceforge.net/docutils/%{srcname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildArch:        noarch
+BuildArch:       noarch
 
 BuildRequires:  python-devel
-Requires(missingok): python-imaging
+BuildRequires: python-setuptools-devel
+
+Requires: python-imaging
 Provides: docutils = %{version}-%{release}
 Obsoletes: docutils < %{version}-%{release}
 
@@ -37,13 +40,13 @@ Python inline documentation modules and 
 sed -i -e '/#! *\/usr\/bin\/.*python.*/{1D}' docutils/readers/python/pynodes.py
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+CFLAGS="$RPM_OPT_FLAGS" %{__python} -c 'import setuptools; execfile("setup.py")' build
 
 
 %install
 rm -rf %{buildroot}
 
-%{__python} setup.py install --skip-build --root %{buildroot}
+%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot}
 
 for file in %{buildroot}/%{_bindir}/*.py; do
     mv $file `dirname $file`/`basename $file .py`
@@ -70,8 +73,26 @@ rm -rf %{buildroot}
 %{_bindir}/*
 %{python_sitelib}/docutils/
 %{python_sitelib}/roman.*
+%{python_sitelib}/*egg-info/
 
 %changelog
+* Mon Mar 3 2008 Toshio Kuratomi <toshio at fedoraproject.org> 0.4-8
+- Use regular Requires syntax for python-imaging as missingok is just wrong.
+
+* Thu Sep 27 2007 Toshio Kuratomi <a.badger at gmail.com> 0.4-7
+- Build egg info.
+
+* Mon Aug 13 2007 Toshio Kuratomi <a.badger at 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 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.
+
 * Tue Aug 29 2006 Toshio Kuratomi <toshio-tiki-lounge.com> 0.4-3
 - Bump for FC6 rebuild.
 - Remove python byte compilation as this is handled automatically in FC4+.




More information about the fedora-extras-commits mailing list