[packages/gsound] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:14:51 CEST 2025
commit dd20e47020ff193b89d690f19cd17e05dc40f351
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:14:35 2025 +0200
New meson macros.
gsound.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gsound.spec b/gsound.spec
index b5f3067..957a327 100644
--- a/gsound.spec
+++ b/gsound.spec
@@ -95,16 +95,16 @@ Dokumentacja API biblioteki GSound.
%setup -q
%build
-%meson build \
+%meson \
%{!?with_static_libs:--default-library=shared} \
%{?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/gsound.git/commitdiff/dd20e47020ff193b89d690f19cd17e05dc40f351
More information about the pld-cvs-commit
mailing list