[packages/libeconf] - rel 4, use new meson macros
baggins
baggins at pld-linux.org
Mon Mar 24 02:09:24 CET 2025
commit 675142e7b5499480467ab602491fa3643b4904e4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Mon Mar 24 01:15:44 2025 +0100
- rel 4, use new meson macros
libeconf.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libeconf.spec b/libeconf.spec
index f2309f3..1d65d10 100644
--- a/libeconf.spec
+++ b/libeconf.spec
@@ -9,7 +9,7 @@ Summary: Highly flexible library to manage key=value configuration files
Summary(pl.UTF-8): Elastyczna biblioteka do zarządzania plikami konfiguracyjnymi klucz=wartość
Name: libeconf
Version: 0.6.2
-Release: 3
+Release: 4
License: MIT
Group: Libraries
Source0: https://github.com/openSUSE/libeconf/archive/v%{version}/%{name}-%{version}.tar.gz
@@ -96,9 +96,9 @@ setup()
EOF
%build
-%meson build
+%meson
-%ninja_build -C build
+%meson_build
%if %{with python}
cd bindings/python3
@@ -107,13 +107,13 @@ cd ../..
%endif
%if %{with tests}
-%ninja_test -C build
+%meson_test
%endif
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%if %{with python}
cd bindings/python3
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libeconf.git/commitdiff/675142e7b5499480467ab602491fa3643b4904e4
More information about the pld-cvs-commit
mailing list