From 1e7592f72c496a594f58818231b14272fed7d4d1 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Nov 09 2012 21:46:25 +0000 Subject: Adjust for the extension support removal Remove the extension related files from the %files list and clean out references to external extension packages in %description. Also obsolete epiphany-extensions to preserve a clean upgrade path from F18. https://mail.gnome.org/archives/epiphany-list/2012-October/msg00006.html --- diff --git a/epiphany.spec b/epiphany.spec index 00c9c3f..7c8862e 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -4,7 +4,6 @@ Epoch: 1 Version: 3.7.1 Release: 1%{?dist} %define major_version 3.7 -Provides: epiphany(abi) = %{major_version} License: GPLv2+ and GFDL Group: Applications/Internet URL: http://www.gnome.org/projects/epiphany/ @@ -45,6 +44,9 @@ BuildRequires: sqlite-devel Requires: gsettings-desktop-schemas Requires: gnome-icon-theme-symbolic +# https://mail.gnome.org/archives/epiphany-list/2012-October/msg00006.html +Obsoletes: epiphany-extensions < 3.7.0 + # Patches Patch2: epiphany-default-bookmarks.patch @@ -54,8 +56,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. -Epiphany is extensible through a plugin system. Existing plugins can be -found in the epiphany-extensions package. %package devel Summary: Support for developing extensions for the epiphany web browser @@ -67,14 +67,11 @@ Requires: webkitgtk3-devel Requires: libxml2-devel, libxslt-devel Requires: iso-codes-devel Requires: startup-notification-devel -# We install an automake macro -Requires: automake %description devel Epiphany is the web browser for the GNOME desktop. This package allows you to develop extensions that work within epiphany. -Install epiphany-devel if you want to write extensions for epiphany. %prep %setup -q @@ -152,18 +149,18 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/epiphany %{_mandir}/man*/* %{_datadir}/dbus-1/services/org.gnome.Epiphany.service -%{_libdir}/girepository-1.0 %files devel %{_includedir}/epiphany/ %{_libdir}/pkgconfig/epiphany*.pc -%{_datadir}/aclocal/epiphany.m4 %{_datadir}/gtk-doc -%{_datadir}/gir-1.0 %changelog * Fri Nov 09 2012 Kalev Lember - 1:3.7.1-1 - Update to 3.7.1 +- Adjust for the extension support removal +- Obsolete epiphany-extensions: the most popular extensions will get moved + into Epiphany proper * Wed Oct 17 2012 Kalev Lember - 1:3.6.1-2 - Remove last traces of gconf