public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libldac] main: fix cmake build
@ 2026-07-19 17:10 Gergely Gombos
0 siblings, 0 replies; only message in thread
From: Gergely Gombos @ 2026-07-19 17:10 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-19 17:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-19 17:10 [rpms/libldac] main: fix cmake build Gergely Gombos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox