[packages/gnome-disk-utility] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:13:39 CEST 2025
commit f8d8ffc16c2e59ac7e93538d2fa42d5edf346308
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:13:22 2025 +0200
New meson macros.
gnome-disk-utility.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-disk-utility.spec b/gnome-disk-utility.spec
index e18934d..158632a 100644
--- a/gnome-disk-utility.spec
+++ b/gnome-disk-utility.spec
@@ -65,14 +65,14 @@ RAID, monitorowanie SMART itp.
%setup -q
%build
-%meson build
+%meson
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
# not supported by glibc (as of 2.37)
%{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gnome-disk-utility.git/commitdiff/f8d8ffc16c2e59ac7e93538d2fa42d5edf346308
More information about the pld-cvs-commit
mailing list