From 9ea93c5865842dfebaf2adfe9813b33b7f48ea12 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Thu, 6 Apr 2023 15:25:32 +0800 Subject: [PATCH] fix build args Signed-off-by: Chunmei Xu --- yelp.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/yelp.spec b/yelp.spec index 5428637..41bff0f 100644 --- a/yelp.spec +++ b/yelp.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global libhandy_version 1.5.0 Name: yelp @@ -22,7 +22,6 @@ BuildRequires: pkgconfig(libxml-2.0) >= 2.6.5 BuildRequires: pkgconfig(libxslt) >= 1.1.4 BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(webkit2gtk-4.1) -BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= 2.7.2 BuildRequires: pkgconfig(yelp-xsl) >= 41.0 BuildRequires: bzip2-devel BuildRequires: gcc @@ -65,7 +64,7 @@ This package contains header files for the libraries in the yelp-libs package. %autosetup -p1 -n %{name}-%{version} %build -%configure --disable-static --with-webkit2gtk-4-0 +%configure --disable-static %make_build %install @@ -105,6 +104,9 @@ This package contains header files for the libraries in the yelp-libs package. %changelog +* Thu Apr 06 2023 Chunmei Xu - 42.2-3 +- fix build args + * Thu Apr 06 2023 Chunmei Xu - 42.2-2 - rebuild with WebKitGTK API 4.1 (using libsoup3) -- Gitee