[epiphany] Update to 3.7.90

Kalev Lember kalev at fedoraproject.org
Fri Feb 22 13:24:46 UTC 2013


commit 819bf5fa5c928c1019e8410005624ee4e28720e5
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Feb 22 14:22:31 2013 +0100

    Update to 3.7.90
    
    Remove and obsolete the -devel subpackage. The upstream tarball no
    longer installs the development files for external extensions.

 .gitignore    |    1 +
 epiphany.spec |   31 +++++++------------------------
 sources       |    2 +-
 3 files changed, 9 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1d1d7a..5045e96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,3 +42,4 @@ epiphany-2.31.5.tar.bz2
 /epiphany-3.7.1.tar.xz
 /epiphany-3.7.3.tar.xz
 /epiphany-3.7.5.tar.xz
+/epiphany-3.7.90.tar.xz
diff --git a/epiphany.spec b/epiphany.spec
index 4135aa6..0c5e736 100644
--- a/epiphany.spec
+++ b/epiphany.spec
@@ -1,8 +1,8 @@
 Summary: Web browser for GNOME
 Name: epiphany
 Epoch: 1
-Version: 3.7.5
-Release: 2%{?dist}
+Version: 3.7.90
+Release: 1%{?dist}
 %define major_version 3.7
 License: GPLv2+ and GFDL
 Group: Applications/Internet
@@ -43,6 +43,7 @@ Requires: gnome-icon-theme-symbolic
 
 # https://mail.gnome.org/archives/epiphany-list/2012-October/msg00006.html
 Obsoletes: epiphany-extensions < 3.7.0
+Obsoletes: epiphany-devel < 1:3.7.90
 
 # Patches
 Patch2: epiphany-default-bookmarks.patch
@@ -54,16 +55,6 @@ in order to let you focus on the Web content, instead of the browser
 application.
 
 
-%package devel
-Summary: Support for developing extensions for the epiphany web browser
-Group: Development/Libraries
-Requires: %{name} = %{epoch}:%{version}-%{release}
-
-%description devel
-Epiphany is the web browser for the GNOME desktop.
-This package allows you to develop extensions that work within epiphany.
-
-
 %prep
 %setup -q
 
@@ -94,9 +85,6 @@ make install DESTDIR=$RPM_BUILD_ROOT
 # Remove the bookmarks editor menu item
 rm -f $RPM_BUILD_ROOT/%{_datadir}/applications/bme.desktop
 
-# Don't ship .la files
-rm -f $RPM_BUILD_ROOT/%{_libdir}/epiphany/*/plugins/*.la
-
 # Don't ship icon caches, either
 rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/icon-theme.cache
 rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/HighContrastLargePrint/icon-theme.cache
@@ -105,10 +93,6 @@ rm -f $RPM_BUILD_ROOT/%{_datadir}/icons/HighContrastLargePrintInverse/icon-theme
 # LowContrastLargePrint seems to be obsolete, so remove it until further notice
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/icons/LowContrastLargePrint
 
-# directories for plugins and extensions
-mkdir -p $RPM_BUILD_ROOT%{_libdir}/epiphany/%{major_version}/{plugins,extensions}
-ln -sf %{major_version}/plugins $RPM_BUILD_ROOT%{_libdir}/epiphany/plugins
-ln -sf %{major_version}/extensions $RPM_BUILD_ROOT%{_libdir}/epiphany/extensions
 
 %post
 update-desktop-database %{_datadir}/applications &> /dev/null || :
@@ -128,7 +112,6 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_datadir}/glib-2.0/schemas/org.gnome.epiphany.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.Epiphany.enums.xml
 %{_datadir}/GConf/gsettings/epiphany.convert
-%{_libdir}/epiphany
 %{_bindir}/epiphany
 %{_bindir}/ephy-profile-migrator
 %{_datadir}/applications/*.desktop
@@ -136,12 +119,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 %{_mandir}/man*/*
 %{_datadir}/dbus-1/services/org.gnome.Epiphany.service
 
-%files devel
-%{_includedir}/epiphany/
-%{_libdir}/pkgconfig/epiphany*.pc
-%{_datadir}/gtk-doc
 
 %changelog
+* Fri Feb 22 2013 Kalev Lember <kalevlember at gmail.com> - 1:3.7.90-1
+- Update to 3.7.90
+- Remove and obsolete the -devel subpackage
+
 * Wed Feb 20 2013 Kalev Lember <kalevlember at gmail.com> - 1:3.7.5-2
 - Rebuilt for libgnome-desktop soname bump
 
diff --git a/sources b/sources
index 96b69ce..321697b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-324027bd4dd038e97916f7fa318d4f57  epiphany-3.7.5.tar.xz
+4ff31c39a92fee2c272524a313157dda  epiphany-3.7.90.tar.xz


More information about the scm-commits mailing list