[packages/phodav3] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:21:03 CEST 2025
commit 13c76debf2020031eed3f4e9da8c10aeab0f829c
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:20:47 2025 +0200
New meson macros.
phodav3.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/phodav3.spec b/phodav3.spec
index c0bd525..c9a3615 100644
--- a/phodav3.spec
+++ b/phodav3.spec
@@ -103,15 +103,15 @@ Dokumentacja API biblioteki PhoDAV.
%setup -q -n phodav-%{version}
%build
-%meson build \
+%meson \
%{!?with_avahi:-Davahi=disabled}
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%find_lang phodav-3.0
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/phodav3.git/commitdiff/13c76debf2020031eed3f4e9da8c10aeab0f829c
More information about the pld-cvs-commit
mailing list