[packages/gitg] - updated meson macros
qboosh
qboosh at pld-linux.org
Sat Mar 29 11:24:43 CET 2025
commit 58912013ac47c8926f8123e7e36150e553844ed0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Mar 29 10:24:01 2025 +0100
- updated meson macros
gitg.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gitg.spec b/gitg.spec
index 6d9dfdd..1a4f93b 100644
--- a/gitg.spec
+++ b/gitg.spec
@@ -41,7 +41,7 @@ BuildRequires: python3-pygobject3-devel >= 3.0.0
BuildRequires: rpm-build >= 4.6
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(find_lang) >= 1.23
-BuildRequires: rpmbuild(macros) >= 1.736
+BuildRequires: rpmbuild(macros) >= 2.042
BuildRequires: tar >= 1:1.22
BuildRequires: vala >= 2:0.32.0
BuildRequires: vala-gspell >= 1.8.1
@@ -146,19 +146,19 @@ API języka Vala do bibliotek Gitg.
%build
# python.purelibdir changed to place overrides file properly
# (possible only because there are no other system-wide python modules installed)
-%meson build \
+%meson \
-Dglade_catalog=%{__true_false glade} \
-Dpython=true \
-Dpython.bytecompile=2 \
-Dpython.purelibdir=%{py3_sitedir}
# -Ddocs=true is nop (as of 3.32.1)
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%find_lang gitg
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitg.git/commitdiff/58912013ac47c8926f8123e7e36150e553844ed0
More information about the pld-cvs-commit
mailing list