[packages/zathura] updated deprecated meson macros

atler atler at pld-linux.org
Thu Jul 15 17:25:24 CEST 2021


commit 247896b87d5720bdfefb3b1757166c2f17af9c6e
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Jul 15 17:24:50 2021 +0200

    updated deprecated meson macros

 zathura.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/zathura.spec b/zathura.spec
index 4751c10..07cd28a 100644
--- a/zathura.spec
+++ b/zathura.spec
@@ -23,7 +23,7 @@ BuildRequires:	meson >= 0.47
 BuildRequires:	ninja
 BuildRequires:	pkgconfig
 BuildRequires:	python-docutils
-BuildRequires:	rpmbuild(macros) >= 1.727
+BuildRequires:	rpmbuild(macros) >= 1.736
 BuildRequires:	sphinx-pdg
 BuildRequires:	sqlite3-devel >= 3.5.9
 BuildRequires:	synctex-devel >= 1.19
@@ -122,14 +122,14 @@ cp %{SOURCE1} config.txt
 %build
 %meson build
 
-%meson_build -C build
+%ninja_build -C build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
 
-%meson_install -C build
+%ninja_install -C build
 
 %{__mv} $RPM_BUILD_ROOT%{_localedir}/id_ID $RPM_BUILD_ROOT%{_localedir}/id
 %{__mv} $RPM_BUILD_ROOT%{_localedir}/no $RPM_BUILD_ROOT%{_localedir}/nb
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/zathura.git/commitdiff/247896b87d5720bdfefb3b1757166c2f17af9c6e



More information about the pld-cvs-commit mailing list