[packages/gnome-bluetooth] - use new meson macros
baggins
baggins at pld-linux.org
Mon Apr 21 15:34:24 CEST 2025
commit d56647e798400beb867122c9fb8743b4d6957094
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Apr 21 14:54:11 2025 +0200
- use new meson macros
gnome-bluetooth.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec
index 67c22cd..6f0e8b4 100644
--- a/gnome-bluetooth.spec
+++ b/gnome-bluetooth.spec
@@ -134,16 +134,16 @@ Dokumentacja API biblioteki GNOME Bluetooth.
%setup -q
%build
-%meson build \
+%meson \
%{?with_apidocs:-Dgtk_doc=true}
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/lib/udev/rules.d
-%ninja_install -C build
+%meson_install
cp -p %{SOURCE1} $RPM_BUILD_ROOT/lib/udev/rules.d
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-bluetooth.git/commitdiff/d56647e798400beb867122c9fb8743b4d6957094
More information about the pld-cvs-commit
mailing list