|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
Name: python-sphinx
|
|
Name: python-sphinx
|
|
Version: 1.1.3
|
|
Version: 1.1.3
|
|
-Release: 1%{?_dist_release}
|
|
|
|
|
|
+Release: 2%{?_dist_release}
|
|
Summary: Python documentation generator
|
|
Summary: Python documentation generator
|
|
|
|
|
|
Group: Development/Tools
|
|
Group: Development/Tools
|
|
@@ -16,6 +16,7 @@ Group: Development/Tools
|
|
License: BSD and Public Domain and Python and (MIT or GPLv2)
|
|
License: BSD and Public Domain and Python and (MIT or GPLv2)
|
|
URL: http://sphinx.pocoo.org/
|
|
URL: http://sphinx.pocoo.org/
|
|
Source0: http://pypi.python.org/packages/source/S/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
|
|
Source0: http://pypi.python.org/packages/source/S/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
|
|
|
|
+Patch0: sphinx-docutils-0.10.patch
|
|
Patch1: Sphinx-1.1.3-fix_quoting_in_inheritance.patch
|
|
Patch1: Sphinx-1.1.3-fix_quoting_in_inheritance.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
@@ -93,6 +94,7 @@ This package contains documentation in reST and HTML formats.
|
|
%prep
|
|
%prep
|
|
%setup -q -n %{upstream_name}-%{version}
|
|
%setup -q -n %{upstream_name}-%{version}
|
|
%__sed '1d' -i sphinx/pycode/pgen2/token.py
|
|
%__sed '1d' -i sphinx/pycode/pgen2/token.py
|
|
|
|
+%patch0 -p1
|
|
%patch1 -p1
|
|
%patch1 -p1
|
|
|
|
|
|
%build
|
|
%build
|
|
@@ -167,6 +169,9 @@ popd
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Jul 2 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.1.3-2
|
|
|
|
+- added patch0.
|
|
|
|
+
|
|
* Sun Jun 30 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.3-1
|
|
* Sun Jun 30 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.3-1
|
|
- new upstream release
|
|
- new upstream release
|
|
|
|
|