automatic version update by autodist [release 2.30.5-1mamba;Wed Feb 24 2021]
This commit is contained in:
parent
acc423b4de
commit
983b4615e9
@ -20,14 +20,14 @@
|
||||
%define libname libwebkit2gtk
|
||||
|
||||
Name: webkitgtk
|
||||
Version: 2.30.4
|
||||
Version: 2.30.5
|
||||
Release: 1mamba
|
||||
Summary: Port of WebKit embeddable web component to GTK+
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.webkitgtk.org/
|
||||
URL: https://www.webkitgtk.org/
|
||||
Source0: http://www.webkitgtk.org/releases/webkitgtk-%{version}.tar.xz
|
||||
Patch0: libwebkit-gtk-1.3.10-nspluginwrapper.patch
|
||||
Patch1: webkitgtk-2.16.6-arm-sync_add_and_fetch_8_duplicate.patch
|
||||
@ -89,7 +89,6 @@ BuildRequires: libtool
|
||||
BuildRequires: perl
|
||||
BuildRequires: bubblewrap
|
||||
BuildRequires: xdg-dbus-proxy
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
WebKit/GTK+ is the new GTK+ port of the WebKit, an open-source web content engine that powers numerous applications such as web browsers, email clients, feed readers, web and text editors, and a whole lot more.
|
||||
@ -110,8 +109,7 @@ Requires: %{libname} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n %{libname}-devel
|
||||
WebKit/GTK+ is the new GTK+ port of the WebKit, an open-source web content engine that powers numerous applications such as web browsers, email clients, feed readers, web and text editors, and a whole lot more.
|
||||
|
||||
This package contains libraries and header files need for development.
|
||||
This package contains libraries and header files needed for development.
|
||||
|
||||
#%package jsc
|
||||
#Group: Applications/Networking
|
||||
@ -129,7 +127,6 @@ Obsoletes: Webkit
|
||||
|
||||
%description webinspector
|
||||
WebKit/GTK+ is the new GTK+ port of the WebKit, an open-source web content engine that powers numerous applications such as web browsers, email clients, feed readers, web and text editors, and a whole lot more.
|
||||
|
||||
This package contains the data files necessary for Web Inspector to work.
|
||||
|
||||
%package doc
|
||||
@ -138,7 +135,6 @@ Summary: Documentation for %{name}
|
||||
|
||||
%description doc
|
||||
WebKit/GTK+ is the new GTK+ port of the WebKit, an open-source web content engine that powers numerous applications such as web browsers, email clients, feed readers, web and text editors, and a whole lot more.
|
||||
|
||||
This package contains the documentation for %{name},
|
||||
|
||||
%debug_package
|
||||
@ -196,8 +192,8 @@ sed -i "s|WTF_CPU_ARM64|WTF_CPU_ARM|" CMakeLists.txt
|
||||
# Note: seen on arm ,2.30.4: in case of failure due to missing JavaScriptCore-4.gir:
|
||||
# make JavaScriptCore-4-gir
|
||||
|
||||
%make \
|
||||
%ifarch arm aarch64
|
||||
%make JavaScriptCore-4-gir all \
|
||||
%ifarch arm
|
||||
-j1
|
||||
%endif
|
||||
|
||||
@ -259,6 +255,9 @@ sed -i "s|WTF_CPU_ARM64|WTF_CPU_ARM|" CMakeLists.txt
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 2.30.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jan 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.30.4-1mamba
|
||||
- update to 2.30.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user