Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
python3-docutils
python3-docutils.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python3-docutils.spec of Package python3-docutils
# # spec file for package python3-docutils # # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: python3-docutils Version: 0.11 Release: 0 Summary: Python Documentation Utilities License: Python-2.0 and BSD-2-Clause and GPL-2.0+ and GPL-3.0+ and SUSE-Public-Domain Group: Development/Languages/Python Url: https://pypi.python.org/pypi/docutils/ Source: https://pypi.python.org/packages/source/d/docutils/docutils-%{version}.tar.gz # Patch0: rpmlint-non-executable-scripts.diff BuildRequires: python3 BuildRequires: python3-2to3 BuildRequires: python3-devel BuildRequires: python3-nose BuildRequires: python3-xml Requires: python3-xml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText, an easy-to-read, what-you-see-is-what-you-get plaintext markup syntax. %prep %setup -n docutils-%{version} # %patch0 # Remove useless ".py" ending from executables: for i in tools/rst*; do mv "$i" "${i/.py}-%{py3_ver}"; done sed -i "s|'tools/\(rst.*\)\.py'|'tools/\1-%{py3_ver}'|" setup.py # Remove shebang from non-executable files for i in {'code_analyzer','error_reporting','punctuation_chars','smartquotes','math/latex2mathml','math/math2html'}; do sed -i -e "1d" "docutils/utils/$i.py" done sed -i -e "1d" "docutils/writers/xetex/__init__.py" %build python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} binaries="rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html" for i in $binaries; do ln -s %{_bindir}/${i}-%{py3_ver} %{buildroot}%{_bindir}/${i} done # Fails test for now, all of them #%check #nosetests %pre # Since binaries became ghosted to be used with update-alternatives, # we have to get rid of the old binary resulting from the # non-update-alternativies-ified package: binaries="rst2html rst2latex rst2man rst2odt rst2odt_prepstyles rst2pseudoxml rst2s5 rst2xetex rst2xml rstpep2html" for i in $binaries; do [[ ! -L %{_bindir}/${i} ]] && rm -f %{_bindir}/${i} done exit 0 %post update-alternatives \ --install %{_bindir}/rst2html rst2html %{_bindir}/rst2html-%{py3_ver} 30 \ --slave %{_bindir}/rst2latex rst2latex %{_bindir}/rst2latex-%{py3_ver} \ --slave %{_bindir}/rst2man rst2man %{_bindir}/rst2man-%{py3_ver} \ --slave %{_bindir}/rst2odt rst2odt %{_bindir}/rst2odt-%{py3_ver} \ --slave %{_bindir}/rst2odt_prepstyles rst2odt_prepstyles %{_bindir}/rst2odt_prepstyles-%{py3_ver} \ --slave %{_bindir}/rst2pseudoxml rst2pseudoxml %{_bindir}/rst2pseudoxml-%{py3_ver} \ --slave %{_bindir}/rst2s5 rst2s5 %{_bindir}/rst2s5-%{py3_ver} \ --slave %{_bindir}/rst2xetex rst2xetex %{_bindir}/rst2xetex-%{py3_ver} \ --slave %{_bindir}/rst2xml rst2xml %{_bindir}/rst2xml-%{py3_ver} \ --slave %{_bindir}/rstpep2html rstpep2html %{_bindir}/rstpep2html-%{py3_ver} %preun if [ $1 -eq 0 ] ; then update-alternatives --remove rst2html %{_bindir}/rst2html-%{py3_ver} fi %files %defattr(-,root,root,-) %doc COPYING.txt FAQ.txt HISTORY.txt README.txt THANKS.txt BUGS.txt docs/* licenses %ghost %{_bindir}/rst2html %ghost %{_bindir}/rst2latex %ghost %{_bindir}/rst2man %ghost %{_bindir}/rst2odt %ghost %{_bindir}/rst2odt_prepstyles %ghost %{_bindir}/rst2pseudoxml %ghost %{_bindir}/rst2s5 %ghost %{_bindir}/rst2xetex %ghost %{_bindir}/rst2xml %ghost %{_bindir}/rstpep2html %{_bindir}/rst*-%{py3_ver} %{python3_sitelib}/docutils/ %{python3_sitelib}/docutils-%{version}-py%{py3_ver}.egg-info %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor