[packages/msgraph] New meson macros.

arekm arekm at pld-linux.org
Tue Jul 15 15:19:55 CEST 2025


commit d979f8f61696000006736e254025ef6d944d0ca4
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 15:19:39 2025 +0200

    New meson macros.

 msgraph.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/msgraph.spec b/msgraph.spec
index 254dbbc..496d2d1 100644
--- a/msgraph.spec
+++ b/msgraph.spec
@@ -74,15 +74,15 @@ Dokumentacja API biblioteki msgraph.
 %setup -q
 
 %build
-%meson build \
+%meson \
 	%{!?with_apidocs:-Dgtk_doc=false}
 
-%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/msgraph.git/commitdiff/d979f8f61696000006736e254025ef6d944d0ca4



More information about the pld-cvs-commit mailing list