[packages/gupnp] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:15:17 CEST 2025
commit 0a5e3e813b1d5195cfd64b1bbba03e4e5dc21df1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:15:01 2025 +0200
New meson macros.
gupnp.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gupnp.spec b/gupnp.spec
index c57f16f..8201f06 100644
--- a/gupnp.spec
+++ b/gupnp.spec
@@ -119,16 +119,16 @@ API języka Vala dla biblioteki gupnp.
%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' tools/gupnp-binding-tool-1.2
%build
-%meson build \
+%meson \
-Dcontext_manager=network-manager \
%{?with_apidocs:-Dgtk_doc=true}
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gupnp.git/commitdiff/0a5e3e813b1d5195cfd64b1bbba03e4e5dc21df1
More information about the pld-cvs-commit
mailing list