public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/openelp] rawhide: Fix build with CMake 4.0
@ 2026-06-14 21:27 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-06-14 21:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/openelp
Branch : rawhide
Commit : e2c1fef53c2b8d05163df677b4c163e509e924ea
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-06-14T17:27:24-04:00
Stats : +6/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/openelp/c/e2c1fef53c2b8d05163df677b4c163e509e924ea?branch=rawhide
Log:
Fix build with CMake 4.0
---
diff --git a/openelp.spec b/openelp.spec
index 49e7c93..22d39ca 100644
--- a/openelp.spec
+++ b/openelp.spec
@@ -8,7 +8,7 @@ License: LicenseRef-Callaway-BSD
URL: https://github.com/cottsay/%{name}
Source0: https://github.com/cottsay/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
-BuildRequires: cmake3
+BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: firewalld-filesystem
BuildRequires: gcc
@@ -51,15 +51,15 @@ EOF
%build
-%cmake3 \
+%cmake \
-DOPENELP_USE_OPENSSL:BOOL=ON \
%{nil}
-%cmake3_build -- all doc
+%cmake_build -- all doc
%install
-%cmake3_install
+%cmake_install
# Run the service under a specific user
sed -i '/^\[Service\]$/a User=openelp' %{buildroot}%{_unitdir}/%{name}.service
@@ -79,7 +79,7 @@ install -m0644 -D openelp.sysusers.conf %{buildroot}%{_sysusersdir}/openelp.conf
%check
-%ctest3
+%ctest
@@ -109,7 +109,7 @@ install -m0644 -D openelp.sysusers.conf %{buildroot}%{_sysusersdir}/openelp.conf
%{_sysusersdir}/openelp.conf
%files devel
-%doc %{?__cmake3_builddir}%{!?__cmake3_builddir:%{__cmake_builddir}}/doc/html
+%doc %{?__cmake_builddir}%{!?__cmake_builddir:%{__cmake_builddir}}/doc/html
%{_includedir}/%{name}
%{_libdir}/lib%{name}.so
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-14 21:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-14 21:27 [rpms/openelp] rawhide: Fix build with CMake 4.0 Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox