From 54ff317e045dd3f57830fe103b43c92bab178ed7 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Tue, 3 Dec 2024 22:40:21 +0800 Subject: [PATCH] build with webkitgtk-4.1 --- yelp.spec | 15 ++++++++------- yelp.yaml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/yelp.spec b/yelp.spec index f360e45..2929d8f 100644 --- a/yelp.spec +++ b/yelp.spec @@ -1,9 +1,9 @@ Name: yelp Epoch: 2 Version: 42.2 -Release: 1 +Release: 2 Summary: Help browser for the GNOME desktop -License: LGPLv2+ and ASL 2.0 and GPLv2+ +License: LGPL-2.1-or-later and Apache-2.0 AND GPL-2.0-or-later URL: https://wiki.gnome.org/Apps/Yelp Source: https://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz @@ -22,8 +22,8 @@ BuildRequires: pkgconfig(liblzma) >= 4.9 BuildRequires: pkgconfig(libxml-2.0) >= 2.6.5 BuildRequires: pkgconfig(libxslt) >= 1.1.4 BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.19.2 -BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= 2.7.2 +BuildRequires: pkgconfig(webkit2gtk-4.1) +BuildRequires: pkgconfig(webkit2gtk-web-extension-4.1) BuildRequires: pkgconfig(yelp-xsl) >= 41.0 Requires: yelp-xsl @@ -47,7 +47,7 @@ The %{name}-devel package contains libraries and header files for %{name}. %autosetup -n %{name}-%{version} -p1 %build -%configure --disable-static --with-webkit2gtk-4-0 +%configure --disable-static %make_build %install @@ -59,8 +59,6 @@ The %{name}-devel package contains libraries and header files for %{name}. %check desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop -%ldconfig_scriptlets - %files -f %{name}.lang %doc AUTHORS NEWS README.md %license COPYING @@ -80,6 +78,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop %{_includedir}/libyelp %changelog +* Tue Dec 03 2024 Funda Wang - 2:42.2-2 +- build with webkitgtk-4.1 + * Sat Oct 1 2022 Funda Wang