From 568067a7fb456a57422a43d6d2349be13a7b9621 Mon Sep 17 00:00:00 2001 From: Miloš Jakubíček Date: Sep 05 2009 00:12:29 +0000 Subject: - Fix FTBFS: - Disabled epiphany extension as epiphany >= 2.27 has no python support - Updated gget-0.0.4-epiphany.patch just in case the extension would be enabled in the future. - Added BR: gtk2-devel, desktop-file-utils (was pulled in by epiphany-devel previously) --- diff --git a/gget-0.0.4-epiphany.patch b/gget-0.0.4-epiphany.patch index 92fb19c..88a903b 100644 --- a/gget-0.0.4-epiphany.patch +++ b/gget-0.0.4-epiphany.patch @@ -6,7 +6,7 @@ diff -duru gget-0.0.4.orig/configure gget-0.0.4/configure echo "${ECHO_T}" >&6; } - VALID_EPIPHANY_VERSIONS="2.24 2.23 2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6" -+ VALID_EPIPHANY_VERSIONS="2.26 2.25 2.24 2.23 2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6" ++ VALID_EPIPHANY_VERSIONS="2.27 2.26 2.25 2.24 2.23 2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6" for v in $VALID_EPIPHANY_VERSIONS; do { echo "$as_me:$LINENO: checking for Epiphany $v" >&5 @@ -18,7 +18,7 @@ diff -duru gget-0.0.4.orig/configure.ac gget-0.0.4/configure.ac dnl need to see the handling of the epiphany_version variable in the dnl epiphany extension code - VALID_EPIPHANY_VERSIONS="2.24 2.23 2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6" -+ VALID_EPIPHANY_VERSIONS="2.26 2.25 2.24 2.23 2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6" ++ VALID_EPIPHANY_VERSIONS="2.27 2.26 2.25 2.24 2.23 2.22 2.20 2.19 2.18 2.17 2.16 2.15 2.14 1.8 1.6" for v in $VALID_EPIPHANY_VERSIONS; do AC_MSG_CHECKING([for Epiphany $v]) diff --git a/gget.spec b/gget.spec index a21e16d..11c7c90 100644 --- a/gget.spec +++ b/gget.spec @@ -5,7 +5,7 @@ Name: gget Version: 0.0.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Download Manager for the GNOME desktop Group: Applications/Internet License: GPLv2+ @@ -22,6 +22,8 @@ BuildRequires: gnome-python2-extras >= 2.14.2 BuildRequires: dbus-python-devel >= 0.82 BuildRequires: notify-python >= 0.1.1 BuildRequires: intltool +BuildRequires: gtk2-devel +BuildRequires: desktop-file-utils Requires: python Requires: gnome-python2-gnomedesktop Requires: gnome-python2-extras @@ -35,22 +37,15 @@ Requires(preun):GConf2 GGet is a download manager for Gnome. It supports FTP, HTTP, and Metalink downloads. -%package epiphany-extension -Summary: GGet extensions for epiphany -Group: Applications/Internet -BuildRequires: epiphany-devel -Requires: %{name} = %{version} -Requires: epiphany - -%description epiphany-extension -GGet extension for the Epiphany web browser - %prep %setup -q %patch0 -p1 -b .epiphany %build -%configure +# There is no python support in epiphany >= 2.27 +# Read http://live.gnome.org/TwoPointTwentyseven/ReleaseNotes +# and http://bugzilla.gnome.org/show_bug.cgi?id=572602 +%configure --disable-epiphany-extension make %{?_smp_mflags} @@ -108,11 +103,14 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %{python_sitelib}/%{name} %{_bindir}/%{name} -%files epiphany-extension -%defattr (-,root,root,-) -%{_libdir}/epiphany/*/extensions/gget* - %changelog +* Fri Sep 4 2009 Milos Jakubicek - 0.0.4-12 +- Fix FTBFS: +- Disabled epiphany extension as epiphany >= 2.27 has no python support +- Updated gget-0.0.4-epiphany.patch just in case the extension would be enabled + in the future. +- Added BR: gtk2-devel, desktop-file-utils (was pulled in by epiphany-devel previously) + * Mon Aug 10 2009 Ville Skyttä - 0.0.4-11 - Use bzipped upstream tarball.