[packages/ecrire] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:11:44 CEST 2025
commit 939c272cdd8fafd28b13a467c7effe91ce689682
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:11:28 2025 +0200
New meson macros.
ecrire.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ecrire.spec b/ecrire.spec
index c67d515..49782f2 100644
--- a/ecrire.spec
+++ b/ecrire.spec
@@ -20,14 +20,14 @@ Simple text editor.
%setup -q
%build
-%meson build
+%meson
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%{__mv} $RPM_BUILD_ROOT%{_localedir}/ko{_KR,}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ecrire.git/commitdiff/939c272cdd8fafd28b13a467c7effe91ce689682
More information about the pld-cvs-commit
mailing list