[packages/phosh] New meson macros.

arekm arekm at pld-linux.org
Tue Jul 15 15:21:06 CEST 2025


commit 8cf34344e743ef19e9a9e9246820850a21086b0d
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 15:20:50 2025 +0200

    New meson macros.

 phosh.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/phosh.spec b/phosh.spec
index 95059bd..a60abf4 100644
--- a/phosh.spec
+++ b/phosh.spec
@@ -100,7 +100,7 @@ Dokumentacja API Phosh.
 %setup -q
 
 %build
-%meson build \
+%meson \
 	--default-library=shared \
 	--libexecdir=%{_libexecdir}/phosh \
 	-Dcallui-i18n=true \
@@ -108,12 +108,12 @@ Dokumentacja API Phosh.
 	-Dman=true \
 	-Dtools=true
 
-%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/phosh.git/commitdiff/8cf34344e743ef19e9a9e9246820850a21086b0d



More information about the pld-cvs-commit mailing list