public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/python-helpdev] rawhide: Use %py3_test_envvars with help2man
Date: Sat, 06 Jun 2026 09:07:05 GMT [thread overview]
Message-ID: <178073682522.1.13978887684251640356.rpms-python-helpdev-3af7ba9f3857@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-helpdev
Branch : rawhide
Commit : 3af7ba9f38573356cee4d1fa91582cc682ac1ff6
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-06-06T10:06:08+01:00
Stats : +2/-3 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-helpdev/c/3af7ba9f38573356cee4d1fa91582cc682ac1ff6?branch=rawhide
Log:
Use %py3_test_envvars with help2man
---
diff --git a/python-helpdev.spec b/python-helpdev.spec
index 7060c3f..7cfbe0f 100644
--- a/python-helpdev.spec
+++ b/python-helpdev.spec
@@ -64,9 +64,8 @@ Obsoletes: python-helpdev-doc < 0.7.1-23
# Generating the man page in %%install allows us to use the installed entry
# point; horrible hacks would be required to do this in %%build.
install --directory '%{buildroot}%{_mandir}/man1'
-PYTHONPATH='%{buildroot}%{python3_sitelib}' help2man \
- --no-info --output='%{buildroot}%{_mandir}/man1/helpdev.1' \
- '%{buildroot}%{_bindir}/helpdev'
+%{py3_test_envvars} help2man --no-info \
+ --output='%{buildroot}%{_mandir}/man1/helpdev.1' helpdev
%check -a
reply other threads:[~2026-06-06 9:07 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=178073682522.1.13978887684251640356.rpms-python-helpdev-3af7ba9f3857@fedoraproject.org \
--to=code@musicinmybrain.net \
--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