[packages/libspelling] - updated meson macros
qboosh
qboosh at pld-linux.org
Wed Feb 5 21:32:34 CET 2025
commit 1c1079cde9c76d7e2db9c803a91d310e13abfc79
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Feb 5 21:25:51 2025 +0100
- updated meson macros
libspelling.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libspelling.spec b/libspelling.spec
index 2322deb..05af7ae 100644
--- a/libspelling.spec
+++ b/libspelling.spec
@@ -23,7 +23,7 @@ BuildRequires: meson >= 0.62.0
BuildRequires: ninja >= 1.5
BuildRequires: pkgconfig
BuildRequires: rpm-build >= 4.6
-BuildRequires: rpmbuild(macros) >= 2.029
+BuildRequires: rpmbuild(macros) >= 2.042
%{?with_sysprof:BuildRequires: sysprof-devel >= 3.38}
BuildRequires: tar >= 1:1.22
BuildRequires: vala >= 2:0.44
@@ -89,16 +89,16 @@ Dokumentacja API biblioteki libspelling.
%setup -q
%build
-%meson build \
+%meson \
%{!?with_apidocs:-Ddocs=false} \
%{!?with_sysprof:-Dsysprof=false}
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%if %{with apidocs}
install -d $RPM_BUILD_ROOT%{_gidocdir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libspelling.git/commitdiff/1c1079cde9c76d7e2db9c803a91d310e13abfc79
More information about the pld-cvs-commit
mailing list