Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37538715
en ru br
Репозитории ALT
S:1.0.4-alt5
5.1: 1.0.4-alt1
4.1: 0.99-alt2.svn20080309
4.0: 0.98.2-alt2
3.0: 0.95-alt1
www.altlinux.org/Changes

Группа :: Сети/Передача файлов
Пакет: gwget

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%set_verify_elf_method relaxed
%def_disable cvs
%def_enable epiphany

Name: gwget
Version: 0.98.2
Release: alt2

Summary: Gwget - Gnome2 wget Front-end
License: GPL
Group: Networking/File transfer
Url: http://gnome.org/projects/gwget

Source: http://ftp.gnome.org/pub/GNOME/sources/gwget/%version/%name-%version.tar.bz2
#Source1: %name.menu
#Source2: %name.xpm
Source3: %name.service
Patch1: gwget-fix-epiphany-2.18.patch
Patch2: gwget-fix-undefined.patch

Provides: gwget2

BuildRequires: fontconfig gcc-c++ GConf libavahi-glib libnotify-devel
BuildRequires: libgnomeui-devel libSM-devel libX11-devel perl-XML-Parser zlib-devel

Requires(post,postun): desktop-file-utils
BuildPreReq: desktop-file-utils

Requires: wget
PreReq: GConf

%description
Gwget: Gnome2 wget Front-end.
Gwget it's a download manager for the Gnome Desktop. The main features are:
* Resume: By default, gwget tries to continue any download.
* Notification: Gwget tries to use the Gnome notification area support,
 if available. You can close the main window and gwget runs in the background.
* Recursivity: Gwget detects when you put a html, php, asp or a web page dir
 in the url to download, and ask you
 to only download certain files (multimedia, only the index, and so on).
* Drag & Drop: You can d&d a url to the main gwget window or
 the notification area icon to add a new download.

%if_enabled epiphany

%package -n epiphany-extension-gwget
Summary: Gwget extention for Epiphany browser
Group: Networking/File transfer
Requires:       %name = %version-%release
Requires:       epiphany epiphany-extensions
BuildRequires: epiphany-devel

%description -n epiphany-extension-gwget
Extention Gwget for Epiphany browser
%endif

%prep
%setup -q
%patch1 -p1
#%patch2 -p1

%build
%if_enabled cvs
intltoolize --force
%__libtoolize
%__aclocal
%__autoconf
%__autoheader
%__automake -a -c --foreign
%endif
%__autoreconf



%configure  \
%if_enabled epiphany
   --enable-epiphany-extension \
%endif
   --disable-static



# SMP-incompatible build

# %__make
%make_build

%install

export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
%make_install install DESTDIR=%buildroot
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL

# remove none-packaged files

%__rm -f %buildroot%_libdir/epiphany/*/extensions/*.{a,la}

%__mkdir_p %buildroot/usr/share/dbus-1/services/
%__install -m 644 %SOURCE3 %buildroot/usr/share/dbus-1/services/%name.service

# menus

## %__mkdir_p %buildroot/%_menudir
## freedesktop2menu.pl %name "Applications/Network" \
## %buildroot/%_datadir/applications/%name.desktop \
## %buildroot/%_menudir/%name

# %find_lang %name

%find_lang --with-gnome --output=%name.lang %name

%post
%gconf2_install %name
%update_menus
%update_desktopdb

%preun
if [ $1 = 0 ]; then
   %gconf2_uninstall %name
fi
   
   
%postun
%clean_menus
%clean_desktopdb

%files -f %name.lang
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
%_bindir/*
# %_libdir/bonobo/servers/*
# %_menudir/*
%_includedir/%name
%_datadir/%name
%_datadir/pixmaps/*
%_datadir/applications/*
%config %_sysconfdir/gconf/schemas/*
%_datadir/dbus-1/services/%name.service

%if_enabled epiphany
%files -n epiphany-extension-gwget
%_libdir/epiphany/*/extensions/*
%endif

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin