[packages/gspell] - updated meson macros

hawk hawk at pld-linux.org
Mon Apr 21 18:48:52 CEST 2025


commit ba5afed12940fbfabcb16d550cc2c6fb3148cf6f
Author: Marcin Krol <hawk at tld-linux.org>
Date:   Mon Apr 21 18:25:54 2025 +0200

    - updated meson macros

 gspell.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gspell.spec b/gspell.spec
index 66845e9..5670db9 100644
--- a/gspell.spec
+++ b/gspell.spec
@@ -23,7 +23,7 @@ BuildRequires:	meson >= 0.64
 BuildRequires:	ninja >= 1.5
 BuildRequires:	pkgconfig
 BuildRequires:	rpm-build >= 4.6
-BuildRequires:	rpmbuild(macros) >= 1.736
+BuildRequires:	rpmbuild(macros) >= 2.042
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	vala
 BuildRequires:	xz
@@ -100,16 +100,16 @@ API języka Vala do biblioteki gspell.
 %setup -q
 
 %build
-%meson build \
+%meson \
 	%{!?with_static_libs:--default-library=shared} \
 	-Dinstall_tests=false
 
-%ninja_build -C build
+%meson_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%ninja_install -C build
+%meson_install
 
 # not supported by glibc yet
 %{__rm} -r $RPM_BUILD_ROOT%{_localedir}/ie
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gspell.git/commitdiff/ba5afed12940fbfabcb16d550cc2c6fb3148cf6f



More information about the pld-cvs-commit mailing list