public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/llvm] rawhide: Remove man pages for disabled projects
@ 2026-06-22 13:58 Tom Stellard
0 siblings, 0 replies; only message in thread
From: Tom Stellard @ 2026-06-22 13:58 UTC (permalink / raw)
To: git-commits
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}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-22 13:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 13:58 [rpms/llvm] rawhide: Remove man pages for disabled projects Tom Stellard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox