[packages/gcr] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:12:49 CEST 2025
commit 8a0fda1e25a86373ab5f46ebd382cd605fe2a8ec
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:12:33 2025 +0200
New meson macros.
gcr.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gcr.spec b/gcr.spec
index b9f48ba..53e17e0 100644
--- a/gcr.spec
+++ b/gcr.spec
@@ -164,16 +164,16 @@ Dokumentacja API bibliotek gcr i gck.
%setup -q
%build
-%meson build \
+%meson \
-Dgpg_path=%{__gpg} \
-Dgtk_doc=%{__true_false apidocs}
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%if %{with apidocs}
install -d $RPM_BUILD_ROOT%{_gidocdir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gcr.git/commitdiff/8a0fda1e25a86373ab5f46ebd382cd605fe2a8ec
More information about the pld-cvs-commit
mailing list