rpms/gget/devel gget-0.0.4-epiphany.patch, 1.1, 1.2 gget.spec, 1.3, 1.4

Miloš Jakubíček mjakubicek at fedoraproject.org
Sat Sep 5 00:12:29 UTC 2009


Author: mjakubicek

Update of /cvs/pkgs/rpms/gget/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1477

Modified Files:
	gget-0.0.4-epiphany.patch gget.spec 
Log Message:
- 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)



gget-0.0.4-epiphany.patch:
 configure    |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: gget-0.0.4-epiphany.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gget/devel/gget-0.0.4-epiphany.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- gget-0.0.4-epiphany.patch	27 Feb 2009 19:11:55 -0000	1.1
+++ gget-0.0.4-epiphany.patch	5 Sep 2009 00:12:29 -0000	1.2
@@ -6,7 +6,7 @@ diff -duru gget-0.0.4.orig/configure gge
  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 
  	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])


Index: gget.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gget/devel/gget.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- gget.spec	10 Aug 2009 19:46:00 -0000	1.3
+++ gget.spec	5 Sep 2009 00:12:29 -0000	1.4
@@ -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 >= 
 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 &>
 %{python_sitelib}/%{name}
 %{_bindir}/%{name}
 
-%files epiphany-extension
-%defattr (-,root,root,-)
-%{_libdir}/epiphany/*/extensions/gget*
-
 %changelog
+* Fri Sep  4 2009 Milos Jakubicek <xjakub at fi.muni.cz> - 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ä <ville.skytta at iki.fi> - 0.0.4-11
 - Use bzipped upstream tarball.
 




More information about the fedora-extras-commits mailing list