[packages/geoclue2] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:13:02 CEST 2025
commit 589e3eccd92889c83958c307dcdd7fc0f68074ae
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:12:46 2025 +0200
New meson macros.
geoclue2.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/geoclue2.spec b/geoclue2.spec
index 65d2150..a6d37b3 100644
--- a/geoclue2.spec
+++ b/geoclue2.spec
@@ -122,18 +122,18 @@ Dokumentacja API biblioteki geoclue2.
%setup -q -n geoclue-%{version}
%build
-%meson build \
+%meson \
%{!?with_static_libs:--default-library=shared} \
-Dsystemd-system-unit-dir=%{systemdunitdir}
# TODO: -Ddbus-srv-user= (nonroot)
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
# resolve conflict with geoclue-apidocs 0.12.x
%{__mv} $RPM_BUILD_ROOT%{_gtkdocdir}/geoclue{,-2.0}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/geoclue2.git/commitdiff/589e3eccd92889c83958c307dcdd7fc0f68074ae
More information about the pld-cvs-commit
mailing list