public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kf6-karchive] epel10: Fix for an html file not being built for all arches for some reason
@ 2026-07-30 15:45 Steve Cossette
  0 siblings, 0 replies; only message in thread
From: Steve Cossette @ 2026-07-30 15:45 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kf6-karchive
Branch : epel10
Commit : 9f2f0c36e53ca0f3a878ef235154c68f1070baff
Author : Steve Cossette <farchord@gmail.com>
Date   : 2026-05-01T21:44:30-04:00
Stats  : +3/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kf6-karchive/c/9f2f0c36e53ca0f3a878ef235154c68f1070baff?branch=epel10

Log:
Fix for an html file not being built for all arches for some reason

---
diff --git a/kf6-karchive.spec b/kf6-karchive.spec
index b4a4d1a..f472f97 100644
--- a/kf6-karchive.spec
+++ b/kf6-karchive.spec
@@ -64,8 +64,10 @@ Developer Documentation files for %{name} in HTML format
 
 %install
 %cmake_install_kf6
-
 %find_lang_kf6 karchive6_qt
+# Seems one of the arches generate an extra file. Neal said to delete it, at least for now
+# It is being built on all arches, except s390x and i686.
+rm -f %{buildroot}%{_qt6_docdir}/karchive/karchivedirectory-obsolete.html
 
 %files -f karchive6_qt.lang
 %doc AUTHORS README.md

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

only message in thread, other threads:[~2026-07-30 15:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 15:45 [rpms/kf6-karchive] epel10: Fix for an html file not being built for all arches for some reason Steve Cossette

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