public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Gergely Gombos <gombosg@disroot.org>
To: git-commits@fedoraproject.org
Subject: [rpms/libldac] main: fix cmake build
Date: Sun, 19 Jul 2026 17:10:01 GMT	[thread overview]
Message-ID: <178448100130.1.3313383181754873469.rpms-libldac-babf4e5d330f@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/libldac
Branch : main
Commit : babf4e5d330fbe5f40fa9b5daae79f3b3e51e3eb
Author : Gergely Gombos <gombosg@disroot.org>
Date   : 2026-07-19T18:42:04+02:00
Stats  : +4/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/libldac/c/babf4e5d330fbe5f40fa9b5daae79f3b3e51e3eb?branch=main

Log:
fix cmake build

---
diff --git a/libldac.spec b/libldac.spec
index 6a7978e..238db9a 100644
--- a/libldac.spec
+++ b/libldac.spec
@@ -16,7 +16,7 @@ Source0:        %{url}/releases/download/v%{version}/%{archivename}-%{version}.t
 # Upstream source throws error in a big-endian arch, see #1677491
 ExcludeArch:    s390x
 
-BuildRequires:  cmake3
+BuildRequires:  cmake
 BuildRequires:  gcc
 
 %package        devel
@@ -36,14 +36,14 @@ developing applications that use %{name}.
 %autosetup -n %{archivename}
 
 %build
-%cmake3 \
+%cmake \
     -DLDAC_SOFT_FLOAT=OFF \
     -DINSTALL_LIBDIR=%{_libdir}
 
-%cmake3_build
+%cmake_build
 
 %install
-%cmake3_install
+%cmake_install
 
 %ldconfig_scriptlets
 

                 reply	other threads:[~2026-07-19 17:10 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=178448100130.1.3313383181754873469.rpms-libldac-babf4e5d330f@fedoraproject.org \
    --to=gombosg@disroot.org \
    --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