[packages/lastlog2] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:16:24 CEST 2025
commit 2481b63da47a247f8f7163a2f06da0468c6bc44f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:16:08 2025 +0200
New meson macros.
lastlog2.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/lastlog2.spec b/lastlog2.spec
index 3127056..073595a 100644
--- a/lastlog2.spec
+++ b/lastlog2.spec
@@ -104,17 +104,17 @@ Pliki nagłówkowe biblioteki lastlog2.
%patch -P0 -p1
%build
-%meson build \
+%meson \
--sbindir=%{_sbindir} \
-Dsplit-usr=true
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT/var/lib/lastlog
-%ninja_install -C build
+%meson_install
:> $RPM_BUILD_ROOT/var/lib/lastlog/lastlog2.db
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/lastlog2.git/commitdiff/2481b63da47a247f8f7163a2f06da0468c6bc44f
More information about the pld-cvs-commit
mailing list