public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/erlang-corba] rawhide: Fix FTBFS by disabling doc-generation
@ 2026-08-07 13:17 Peter Lemenkov
0 siblings, 0 replies; only message in thread
From: Peter Lemenkov @ 2026-08-07 13:17 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/erlang-corba
Branch : rawhide
Commit : c41670ce55ad3fc25f56115d82bc9993195c9027
Author : Peter Lemenkov <lemenkov@gmail.com>
Date : 2026-08-07T15:06:36+02:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/erlang-corba/c/c41670ce55ad3fc25f56115d82bc9993195c9027?branch=rawhide
Log:
Fix FTBFS by disabling doc-generation
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
---
diff --git a/erlang-corba.spec b/erlang-corba.spec
index b23b9b8..af2d1e6 100644
--- a/erlang-corba.spec
+++ b/erlang-corba.spec
@@ -10,7 +10,7 @@
# default.
%bcond_with doc
%else
-%bcond_without doc
+%bcond_with doc
%endif
@@ -30,7 +30,9 @@ Patch: erlang-corba-0004-Do-not-install-Java-sources.patch
Patch: erlang-corba-0005-Do-not-install-erlang-sources.patch
Patch: erlang-corba-0006-Do-not-install-examples.patch
Patch: erlang-corba-0007-Fix-javadoc.patch
+%if %{with doc}
BuildRequires: erlang-erl_docgen
+%endif
BuildRequires: erlang-erl_interface
BuildRequires: erlang-erts
BuildRequires: erlang-ftp
@@ -40,10 +42,11 @@ BuildRequires: erlang-rpm-macros
BuildRequires: gcc
BuildRequires: java-25-devel
%if %{with doc}
+BuildRequires: erlang-erl_docgen
BuildRequires: fop
BuildRequires: libxslt
%endif
-BuildRequires: make
+BuildRequires: make
# FIXME no autodetect yet
#BuildRequires: erlang-cosEvent
#BuildRequires: erlang-cosNotification
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-07 13:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-07 13:17 [rpms/erlang-corba] rawhide: Fix FTBFS by disabling doc-generation Peter Lemenkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox