[packages/rest1] Rel 5; new meson macros
arekm
arekm at pld-linux.org
Tue Jul 15 12:26:38 CEST 2025
commit ab5149bc473234b59d5d2f511d45bd85e5951aa2
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 12:26:34 2025 +0200
Rel 5; new meson macros
rest1.spec | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/rest1.spec b/rest1.spec
index 685826d..6223363 100644
--- a/rest1.spec
+++ b/rest1.spec
@@ -9,7 +9,7 @@ Summary: A library for access to RESTful web services
Summary(pl.UTF-8): Biblioteka dostępu do REST-owych serwisów WWW
Name: rest1
Version: 0.9.1
-Release: 4
+Release: 5
License: LGPL v2
Group: Libraries
Source0: https://download.gnome.org/sources/rest/0.9/rest-%{version}.tar.xz
@@ -107,7 +107,7 @@ Dokumentacja API biblioteki rest.
%setup -q -n rest-%{version}
%build
-%meson build \
+%meson \
%{!?with_static_libs:--default-library=shared} \
-Dexamples=false \
%{!?with_apidocs:-Dgtk_doc=false} \
@@ -115,12 +115,12 @@ Dokumentacja API biblioteki rest.
# -Dvapi=true not enabled, rest-1.0 is included in vala 0.56
-%ninja_build -C build
+%meson_build
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%if %{with apidocs}
install -d $RPM_BUILD_ROOT%{_gidocdir}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rest1.git/commitdiff/ab5149bc473234b59d5d2f511d45bd85e5951aa2
More information about the pld-cvs-commit
mailing list