Accepting request 929186 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/929186
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/epiphany?expand=0&rev=357
This commit is contained in:
Dominique Leuenberger 2021-11-05 08:46:10 +00:00 committed by Git OBS Bridge
parent 2905721951
commit 7fc44d9abb
3 changed files with 14 additions and 7 deletions

View File

@ -1,2 +0,0 @@
# Filter out warning about branding req not being versioned, we do this on purpose
addFilter("suse-branding-unversioned-requires")

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Nov 4 13:10:57 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Stop passing option distributor_name=openSUSE to meson, no longer
used nor recognized.
- Drop pkgconfig(libportal) BuildRequires, and pass
libportal=disabled to meson, we are not building a flatpak, so no
need for libportal.
- Drop epiphany-rpmlintrc, no longer needed.
- Update Supplements to current standard.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Sep 20 17:33:30 UTC 2021 - Stanislav Brabec <sbrabec@suse.com> Mon Sep 20 17:33:30 UTC 2021 - Stanislav Brabec <sbrabec@suse.com>

View File

@ -24,7 +24,6 @@ License: GPL-3.0-or-later
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
URL: https://wiki.gnome.org/Apps/Web URL: https://wiki.gnome.org/Apps/Web
Source0: https://download.gnome.org/sources/epiphany/41/%{name}-%{version}.tar.xz Source0: https://download.gnome.org/sources/epiphany/41/%{name}-%{version}.tar.xz
Source99: %{name}-rpmlintrc
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: meson >= 0.47.0 BuildRequires: meson >= 0.47.0
@ -47,7 +46,6 @@ BuildRequires: pkgconfig(json-glib-1.0) >= 1.6
BuildRequires: pkgconfig(libarchive) BuildRequires: pkgconfig(libarchive)
BuildRequires: pkgconfig(libdazzle-1.0) >= 3.37.1 BuildRequires: pkgconfig(libdazzle-1.0) >= 3.37.1
BuildRequires: pkgconfig(libhandy-1) >= 0.90.0 BuildRequires: pkgconfig(libhandy-1) >= 0.90.0
BuildRequires: pkgconfig(libportal) >= 0.0.2
BuildRequires: pkgconfig(libsecret-1) >= 0.19.0 BuildRequires: pkgconfig(libsecret-1) >= 0.19.0
BuildRequires: pkgconfig(libsoup-3.0) >= 2.48.0 BuildRequires: pkgconfig(libsoup-3.0) >= 2.48.0
BuildRequires: pkgconfig(libxml-2.0) >= 2.6.12 BuildRequires: pkgconfig(libxml-2.0) >= 2.6.12
@ -68,7 +66,7 @@ simplicity and standards compliance.
Summary: GNOME Web Browser -- Upstream default bookmarks and user agent string Summary: GNOME Web Browser -- Upstream default bookmarks and user agent string
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
Requires: %{name} = %{version} Requires: %{name} = %{version}
Supplements: packageand(%{name}:branding-upstream) Supplements: (%{name} and branding-upstream)
Conflicts: %{name}-branding Conflicts: %{name}-branding
Provides: %{name}-branding = %{version} Provides: %{name}-branding = %{version}
BuildArch: noarch BuildArch: noarch
@ -85,7 +83,7 @@ Summary: Epiphany Search Provider for GNOME Shell
Group: Productivity/Networking/Web/Browsers Group: Productivity/Networking/Web/Browsers
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: gnome-shell Requires: gnome-shell
Supplements: packageand(%{name}:gnome-shell) Supplements: (%{name} and gnome-shell)
%description -n gnome-shell-search-provider-epiphany %description -n gnome-shell-search-provider-epiphany
Epiphany is a Web browser for the GNOME Desktop. Epiphany is a Web browser for the GNOME Desktop.
@ -101,9 +99,9 @@ search results from Web (epiphany)
%build %build
%meson \ %meson \
-Ddeveloper_mode=false \ -Ddeveloper_mode=false \
-Ddistributor_name=openSUSE \
-Dunit_tests=disabled \ -Dunit_tests=disabled \
-Dsoup2=disabled \ -Dsoup2=disabled \
-Dlibportal=disabled \
%{nil} %{nil}
%meson_build %meson_build