public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Stellard <tstellar@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/llvm] rawhide: Remove man pages for disabled projects
Date: Mon, 22 Jun 2026 13:58:49 GMT [thread overview]
Message-ID: <178213672901.1.1940702758541001170.rpms-llvm-1cfa953fd1c9@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/llvm
Branch : rawhide
Commit : 1cfa953fd1c995fc386a42e60b6a9096b20c03a6
Author : Tom Stellard <tstellar@redhat.com>
Date : 2026-06-21T01:47:19+00:00
Stats : +10/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/llvm/c/1cfa953fd1c995fc386a42e60b6a9096b20c03a6?branch=rawhide
Log:
Remove man pages for disabled projects
---
diff --git a/llvm.spec b/llvm.spec
index 0043ea0..aa474f5 100644
--- a/llvm.spec
+++ b/llvm.spec
@@ -2515,6 +2515,16 @@ move_and_replace_with_symlinks() {
%if %{build_docs} == 0
# Install the man pages before the symlinks below are created
cp -v ../%{src_manpage_tarball_dir}/* %{buildroot}%{install_mandir}/man1/
+%if %{without flang}
+rm %{buildroot}%{install_mandir}/man1/flang.1
+%endif
+%if %{without polly}
+rm %{buildroot}%{install_mandir}/man1/polly.1
+%endif
+%if %{without lldb}
+rm %{buildroot}%{install_mandir}/man1/lldb.1
+rm %{buildroot}%{install_mandir}/man1/lldb-server.1
+%endif
%endif
%if %{without compat_build}
reply other threads:[~2026-06-22 13:58 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=178213672901.1.1940702758541001170.rpms-llvm-1cfa953fd1c9@fedoraproject.org \
--to=tstellar@redhat.com \
--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