public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/openelp] rawhide: Fix build with CMake 4.0
Date: Sun, 14 Jun 2026 21:27:42 GMT [thread overview]
Message-ID: <178147246288.1.8114712781891658578.rpms-openelp-e2c1fef53c2b@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-14 21:27 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=178147246288.1.8114712781891658578.rpms-openelp-e2c1fef53c2b@fedoraproject.org \
--to=yselkowi@redhat.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