public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-py] pr7: Use python-sphinx for rhel > 6 (rhbz#973321).
@ 2026-08-01 11:43 Thomas Moschny
  0 siblings, 0 replies; only message in thread
From: Thomas Moschny @ 2026-08-01 11:43 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-py
Branch : pr7
Commit : dea42991c290a16119f53630d76fa4d6d9204f56
Author : Thomas Moschny <thm@fedoraproject.org>
Date   : 2013-06-12T19:23:41+02:00
Stats  : +3/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-py/c/dea42991c290a16119f53630d76fa4d6d9204f56?branch=pr7

Log:
Use python-sphinx for rhel > 6 (rhbz#973321).

---
diff --git a/python-py.spec b/python-py.spec
index ca4d993..ff090b3 100644
--- a/python-py.spec
+++ b/python-py.spec
@@ -28,7 +28,7 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       python-setuptools
 %if 0%{?with_docs}
-%if 0%{?fedora}
+%if 0%{?rhel} > 6 || 0%{?fedora}
 BuildRequires:  python-sphinx
 %else
 BuildRequires:  python-sphinx10
@@ -93,7 +93,7 @@ cp -a . %{py3dir}
 %{__python} setup.py build
 
 %if 0%{?with_docs}
-%if 0%{?fedora}
+%if 0%{?rhel} > 6 || 0%{?fedora}
 make -C doc html PYTHONPATH=$(pwd)
 %else
 make -C doc html SPHINXBUILD=sphinx-1.0-build PYTHONPATH=$(pwd)
@@ -161,6 +161,7 @@ rm -rf %{buildroot}
 
 %changelog
 * Wed Jun 12 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.14-2
+- Use python-sphinx for rhel > 6 (rhbz#973321).
 - Fix changelog entry with an incorrect date (rhbz#973325).
 
 * Sat May 11 2013 Thomas Moschny <thomas.moschny@gmx.de> - 1.4.14-1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-01 11:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 11:43 [rpms/python-py] pr7: Use python-sphinx for rhel > 6 (rhbz#973321) Thomas Moschny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox