public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Thomas Moschny <thm@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-py] pr7: Use python-sphinx for rhel > 6 (rhbz#973321).
Date: Sat, 01 Aug 2026 11:43:07 GMT	[thread overview]
Message-ID: <178558458721.1.3375356658758359092.rpms-python-py-dea42991c290@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-08-01 11:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178558458721.1.3375356658758359092.rpms-python-py-dea42991c290@fedoraproject.org \
    --to=thm@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox