diff --git a/epiphany.spec b/epiphany.spec index 2d5a80b..3efae10 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -1,11 +1,11 @@ %global glib2_version 2.61.2 %global gtk3_version 3.24.0 -%global webkit2gtk3_version 2.26.0 +%global webkit2gtk3_version 2.27.3 Name: epiphany Epoch: 1 Version: 3.35.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Web browser for GNOME License: GPLv3+ and CC-BY-SA @@ -49,7 +49,10 @@ BuildRequires: pkgconfig(sqlite3) BuildRequires: pkgconfig(webkit2gtk-4.0) >= %{webkit2gtk3_version} BuildRequires: pkgconfig(webkit2gtk-web-extension-4.0) >= %{webkit2gtk3_version} -Requires: %{name}-runtime%{?_isa} = %{epoch}:%{version}-%{release} +Requires: gsettings-desktop-schemas +Requires: gtk3%{?_isa} >= %{gtk3_version} +Requires: iso-codes +Requires: webkit2gtk3%{?_isa} >= %{webkit2gtk3_version} %description Epiphany is the web browser for the GNOME desktop. Its goal is to be @@ -57,17 +60,6 @@ simple and easy to use. Epiphany ties together many GNOME components in order to let you focus on the Web content, instead of the browser application. -%package runtime -Summary: Epiphany runtime suitable for web applications -Requires: gsettings-desktop-schemas -Requires: gtk3%{?_isa} >= %{gtk3_version} -Requires: iso-codes -Requires: webkit2gtk3%{?_isa} >= %{webkit2gtk3_version} - -%description runtime -This package provides a runtime for web applications without actually -installing the epiphany application itself. - %prep %autosetup -p1 @@ -83,27 +75,28 @@ installing the epiphany application itself. desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop %files -f %{name}.lang -%{_libexecdir}/epiphany-search-provider +%license COPYING +%doc NEWS README.md +%{_bindir}/epiphany %{_datadir}/applications/org.gnome.Epiphany.desktop %{_datadir}/dbus-1/services/org.gnome.Epiphany.SearchProvider.service +%{_datadir}/epiphany +%{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml +%{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml +%{_datadir}/icons/hicolor/*/apps/org.gnome.Epiphany* %{_datadir}/metainfo/org.gnome.Epiphany.appdata.xml %dir %{_datadir}/gnome-shell/ %dir %{_datadir}/gnome-shell/search-providers/ %{_datadir}/gnome-shell/search-providers/org.gnome.Epiphany.SearchProvider.ini - -%files runtime -%license COPYING -%doc NEWS README.md -%{_datadir}/icons/hicolor/*/apps/org.gnome.Epiphany* -%{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml -%{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml -%{_bindir}/epiphany -%{_libexecdir}/epiphany/ %{_libdir}/epiphany/ -%{_datadir}/epiphany +%{_libexecdir}/epiphany/ +%{_libexecdir}/epiphany-search-provider %{_mandir}/man*/* %changelog +* Mon Dec 09 2019 Michael Catanzaro - 1:3.35.2-2 +- Remove epiphany-runtime subpackage, rhbz#1781359 + * Mon Dec 02 2019 Kalev Lember - 1:3.35.2-1 - Update to 3.35.2