[packages/rhythmbox] New meson macros.

arekm arekm at pld-linux.org
Tue Jul 15 15:22:08 CEST 2025


commit 90b12e2cc6f0c2d49ccd223e8fcffdc23b7d18d1
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 15:21:52 2025 +0200

    New meson macros.

 rhythmbox.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/rhythmbox.spec b/rhythmbox.spec
index 747ff26..8bb0b5d 100644
--- a/rhythmbox.spec
+++ b/rhythmbox.spec
@@ -158,17 +158,17 @@ Dokumentacja API wtyczek Rhythmboksa.
 %setup -q
 
 %build
-%meson build \
+%meson \
 	%{?with_daap:-Ddaap=enabled} \
 	%{?with_apidocs:-Dapidoc=true} \
 	%{!?with_ipod:-Dipod=disabled}
 
-%ninja_build -C build
+%meson_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%ninja_install -C build
+%meson_install
 
 %py3_comp $RPM_BUILD_ROOT%{_libdir}/rhythmbox/plugins
 %py3_ocomp $RPM_BUILD_ROOT%{_libdir}/rhythmbox/plugins
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rhythmbox.git/commitdiff/90b12e2cc6f0c2d49ccd223e8fcffdc23b7d18d1



More information about the pld-cvs-commit mailing list