[epiphany-extensions/f18] Update to 3.6.0

Kalev Lember kalev at fedoraproject.org
Wed Oct 17 15:58:07 UTC 2012


commit 80ab7848956a60b0235c3519ffea083c41612f7c
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Oct 17 17:55:07 2012 +0200

    Update to 3.6.0

 .gitignore               |    1 +
 epiphany-extensions.spec |   32 +++++++++++---------------------
 sources                  |    2 +-
 3 files changed, 13 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index af363e2..367030f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ epiphany-extensions-2.30.1.tar.bz2
 /epiphany-extensions-3.4.0.tar.xz
 /epiphany-extensions-6e2c042.tar.xz
 /epiphany-extensions-f4fcbfc.tar.xz
+/epiphany-extensions-3.6.0.tar.xz
diff --git a/epiphany-extensions.spec b/epiphany-extensions.spec
index 87f6e0f..800672f 100644
--- a/epiphany-extensions.spec
+++ b/epiphany-extensions.spec
@@ -1,27 +1,19 @@
 %global major_version %%(cut -d "." -f 1-2 <<<%{version})
 # %global api_version %{major_version}
 %global api_version 3.6
-%global commit f4fcbfc
-%global commit_date 20120914
 
 Name:           epiphany-extensions
-Version:        3.5.0
-Release:        0.3.%{commit_date}git%{commit}%{?dist}
+Version:        3.6.0
+Release:        1%{?dist}
 Summary:        Extensions for Epiphany, the GNOME web browser
 
 Group:          Applications/Internet
 # Documentation is GFDL
 License:        GPLv2+ and GFDL
 URL:            http://www.gnome.org/projects/epiphany/extensions
-# Source0:        http://ftp.gnome.org/pub/GNOME/sources/epiphany-extensions/%{major_version}/%{name}-%{version}.tar.xz
-# The source for this package was pulled from upstream's VCS. Use the following
-# commands to generate the tarball:
-# $ git clone git://git.gnome.org/epiphany-extensions/
-# $ cd gnome-shell-extensions/
-# $ git archive --format=tar --prefix=%{name}-%{commit}/ %{commit} | xz > ../%{name}-%{commit}.tar.xz
-Source0:        %{name}-%{commit}.tar.xz
-
-BuildRequires:  gnome-common
+Source0:        http://download.gnome.org/sources/epiphany-extensions/%{major_version}/%{name}-%{version}.tar.xz
+
+BuildRequires:  gnome-doc-utils
 BuildRequires:  intltool
 BuildRequires:  opensp-devel
 BuildRequires:  pkgconfig(dbus-1)
@@ -34,9 +26,7 @@ BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(webkitgtk-3.0)
 BuildRequires:  rarian-compat
-# TODO: Requires on epiphany(abi) once RHBZ #861770 is fixed
-# Requires:       epiphany(abi) = %{api_version}
-Requires:       epiphany >= %{api_version}
+Requires:       epiphany(abi) = %{api_version}
 
 %description
 Epiphany Extensions is a collection of extensions for Epiphany, the GNOME web
@@ -44,13 +34,10 @@ browser.
 
 
 %prep
-%setup -q -n %{name}-%{commit}
-
-sed -i "s/^EPIPHANY_API_VERSION=.*/EPIPHANY_API_VERSION=%{api_version}/" configure.ac
+%setup -q
 
 
 %build
-[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
 %configure \
   --disable-static \
   --with-extensions=default
@@ -76,7 +63,7 @@ fi
 
 
 %files -f %{name}.lang -f %{name}-%{api_version}.lang
-%doc AUTHORS COPYING COPYING.README MAINTAINERS NEWS README TODO
+%doc AUTHORS COPYING COPYING.README NEWS README TODO
 %{_datadir}/epiphany/icons/hicolor/*/status/*
 %{_datadir}/%{name}/
 %{_datadir}/glib-2.0/schemas/*.xml
@@ -85,6 +72,9 @@ fi
 
 
 %changelog
+* Wed Oct 17 2012 Kalev Lember <kalevlember at gmail.com> - 3.6.0-1
+- Update to 3.6.0
+
 * Thu Oct 04 2012 Mohamed El Morabity <melmorabity at fedoraproject.org> - 3.5.0-0.3.20120914gitf4fcbfc
 - Rebuild for Epiphany 3.6
 
diff --git a/sources b/sources
index 20feb5d..e325024 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-248cfa205397c5fcf665b14b9f99927d  epiphany-extensions-f4fcbfc.tar.xz
+9bc0c6c65f03a52f681c22ec9ccc0571  epiphany-extensions-3.6.0.tar.xz


More information about the scm-commits mailing list