public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Lemenkov <lemenkov@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/erlang-corba] rawhide: Fix FTBFS by disabling doc-generation
Date: Fri, 07 Aug 2026 13:17:54 GMT	[thread overview]
Message-ID: <178610867410.1.632330768603503873.rpms-erlang-corba-c41670ce55ad@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-07 13:17 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=178610867410.1.632330768603503873.rpms-erlang-corba-c41670ce55ad@fedoraproject.org \
    --to=lemenkov@gmail.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