diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..b8c7442 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2012-02-06 due to lack of a maintainer. diff --git a/gget-0.0.4-epiphany.patch b/gget-0.0.4-epiphany.patch deleted file mode 100644 index 88a903b..0000000 --- a/gget-0.0.4-epiphany.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -duru gget-0.0.4.orig/configure gget-0.0.4/configure ---- gget-0.0.4.orig/configure 2008-12-20 12:37:03.000000000 +0100 -+++ gget-0.0.4/configure 2009-02-20 00:40:21.000000000 +0100 -@@ -14226,7 +14226,7 @@ - { echo "$as_me:$LINENO: result: " >&5 - 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.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 -diff -duru gget-0.0.4.orig/configure.ac gget-0.0.4/configure.ac ---- gget-0.0.4.orig/configure.ac 2008-12-20 12:35:51.000000000 +0100 -+++ gget-0.0.4/configure.ac 2009-02-20 00:39:35.000000000 +0100 -@@ -60,7 +60,7 @@ - dnl If you want to add anything but a . version here, you - 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.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-0.0.4-remove-python-version.patch b/gget-0.0.4-remove-python-version.patch deleted file mode 100644 index af4d5e2..0000000 --- a/gget-0.0.4-remove-python-version.patch +++ /dev/null @@ -1,9 +0,0 @@ -diff -up gget-0.0.4/bin/gget.in.remove-python-version gget-0.0.4/bin/gget.in ---- gget-0.0.4/bin/gget.in.remove-python-version 2011-06-01 12:40:29.303308003 -0400 -+++ gget-0.0.4/bin/gget.in 2011-06-01 12:40:38.159307997 -0400 -@@ -1,4 +1,4 @@ --#!/usr/bin/env python2.5 -+#!/usr/bin/env python - # -*- coding: utf-8 -*- - - # Copyright (C) 2008 Johan Svedberg diff --git a/gget.spec b/gget.spec deleted file mode 100644 index 72c3213..0000000 --- a/gget.spec +++ /dev/null @@ -1,166 +0,0 @@ -# sitelib for noarch packages, sitearch for others (remove the unneeded one) -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -# The debuginfo package is empty because of python. -%define debug_package %{nil} - -Name: gget -Version: 0.0.4 -Release: 17%{?dist} -Summary: Download Manager for the GNOME desktop -Group: Applications/Internet -License: GPLv2+ -URL: http://live.gnome.org/GGet -Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gget/0.0/%{name}-%{version}.tar.bz2 -# Detects Epiphany 2.26/2.25 for rawhide -# http://bugzilla.gnome.org/show_bug.cgi?id=572602 -Patch0: gget-0.0.4-epiphany.patch -Patch1: gget-0.0.4-remove-python-version.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: pygtk2-devel >= 2.10.0 -BuildRequires: pygobject2-devel >= 2.12.0 -BuildRequires: gnome-python2-devel >= 2.16.0 -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 -Requires: dbus -Requires: dbus-python -Requires: notify-python -Requires: gnome-python2-libegg -Requires(post): GConf2 -Requires(preun):GConf2 - -%description -GGet is a download manager for Gnome. It supports FTP, HTTP, -and Metalink downloads. - -%prep -%setup -q -%patch0 -p1 -b .epiphany - -# Fix rhbz#702159 (hardcoded "python2.5" in shebang): -%patch1 -p1 -b .remove-python-version - -%build -# 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} - - -%install -rm -rf $RPM_BUILD_ROOT -# For GConf apps: prevent schemas from being installed at this stage -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -chmod +x $RPM_BUILD_ROOT%{python_sitelib}/%{name}/metalink.py -desktop-file-install --add-category=FileTransfer \ ---remove-category="Application" \ ---dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ -%{buildroot}/%{_datadir}/applications/gget.desktop - - - -%find_lang %{name} - -%clean -rm -rf $RPM_BUILD_ROOT - -%post -touch --no-create %{_datadir}/icons/hicolor -if [ -x %{_bindir}/gtk-update-icon-cache ] ; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi -# For GConf apps: install schemas as system default -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -/usr/bin/gconftool-2 --makefile-install-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null ||: -update-mime-database %{_datadir}/mime &> /dev/null || : - -%preun -# For GConf apps: uninstall app's system default schemas -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` -/usr/bin/gconftool-2 --makefile-uninstall-rule \ - %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || : - -%postun -touch --no-create %{_datadir}/icons/hicolor -if [ -x %{_bindir}/gtk-update-icon-cache ] ; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi -update-mime-database %{_datadir}/mime &> /dev/null || : - -%files -f gget.lang -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog COPYING NEWS TODO -%{_sysconfdir}/gconf/schemas/gget.schemas -%{_datadir}/%name -%{_datadir}/applications/*.desktop -%{_datadir}/dbus-1/services/org.gnome.gget.service -%{_datadir}/icons/hicolor/*/apps/gget.* -# For noarch packages: sitelib -%{python_sitelib}/%{name} -%{_bindir}/%{name} - -%changelog -* Fri Jan 13 2012 Fedora Release Engineering - 0.0.4-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Sat Jul 16 2011 Jon Ciesla - 0.0.4-16 -- Added requires for gnome-python2-libegg, BZ 702159. - -* Wed Jun 1 2011 David Malcolm - 0.0.4-15 -- fix hardcoded python2.5 in /usr/bin/gget's shebang (rhbz#702159) - -* Tue Feb 08 2011 Fedora Release Engineering - 0.0.4-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Jul 21 2010 David Malcolm - 0.0.4-13 -- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - -* 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. - -* Fri Jul 24 2009 Fedora Release Engineering - 0.0.4-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Feb 23 2009 Ant Bryan - 0.0.4-9 -- Remove other chmod. - -* Fri Feb 20 2009 Ant Bryan - 0.0.4-8 -- Include Epiphany 2.26/2.25 patch by Christoph Wickert -and other review issues. - -* Mon Jan 19 2009 Ant Bryan - 0.0.4-7 -- Include Epiphany extension correctly. - -* Thu Jan 15 2009 Ant Bryan - 0.0.4-6 -- Address issues from preliminary review. - -* Thu Jan 11 2009 Ant Bryan - 0.0.4-5 -- Address more spec file issues. - -* Thu Jan 09 2009 Ant Bryan - 0.0.4-4 -- Fix GTK+ icon cache issue. - -* Thu Jan 08 2009 Ant Bryan - 0.0.4-3 -- gget-epiphany-extension: subpackage for the epiphany extension. - -* Thu Jan 08 2009 Ant Bryan - 0.0.4-2 -- Add Epiphany extension. - -* Mon Dec 29 2008 Ant Bryan - 0.0.4-1 -- 0.0.4 diff --git a/sources b/sources deleted file mode 100644 index bc192cb..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -fb997cac66287c18da74bb7b6d6a07e9 gget-0.0.4.tar.bz2