[packages/libhttpseverywhere] New meson macros.

arekm arekm at pld-linux.org
Tue Jul 15 15:17:54 CEST 2025


commit 33761d65b1cab2a0dbab2506ac5bc46392120c91
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Jul 15 15:17:38 2025 +0200

    New meson macros.

 libhttpseverywhere.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libhttpseverywhere.spec b/libhttpseverywhere.spec
index 1ce3cbd..4b71c04 100644
--- a/libhttpseverywhere.spec
+++ b/libhttpseverywhere.spec
@@ -109,15 +109,15 @@ Dokumentacja API biblioteki HTTPSEverywhere.
 %patch -P0 -p1
 
 %build
-%meson build \
+%meson \
 	%{?with_apidocs:-Denable_valadoc=true}
 
-%ninja_build -C build
+%meson_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%ninja_install -C build
+%meson_install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libhttpseverywhere.git/commitdiff/33761d65b1cab2a0dbab2506ac5bc46392120c91



More information about the pld-cvs-commit mailing list