File uget.spec of Package uget
#
# spec file for package uget
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: uget
Version: 2.0
Release: 0
Summary: Easy-to-use GTK+ Download Manager
License: LGPL-2.1+
Group: Productivity/Networking/Web/Utilities
Url: http://ugetdm.com
Source: http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.0/%{name}-%{version}.tar.gz
BuildRequires: intltool
%if 0%{?WITH_APPINDICATOR}
BuildRequires: pkgconfig(appindicator3-0.1)
%endif
BuildRequires: libcurl-devel
BuildRequires: libgcrypt-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(glib-2.0) >= 2.32
BuildRequires: pkgconfig(gnutls)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4
BuildRequires: pkgconfig(libnotify)
Requires: aria2
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Uget is a easy-to-use download manager written in GTK+. It supports
pause and resume, and the ability to classify download, with every
category having an independent configuration.
%lang_package
%prep
%setup -q
%build
%configure \
--with-gnutls \
%if 0%{?WITH_APPINDICATOR}
--enable-appindicator=yes
%endif
%__make %{?_smp_mflags} V=1
%install
%make_install
%suse_update_desktop_file %{name}-gtk
%find_lang %{name} %{?no_lang_C}
%post
%desktop_database_post
%icon_theme_cache_post
%postun
%desktop_database_postun
%icon_theme_cache_postun
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog README COPYING
%{_bindir}/%{name}-gtk
%{_bindir}/uget-gtk-1to2
%{_datadir}/applications/%{name}-gtk.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}-icon.*
%{_datadir}/icons/hicolor/*/apps/%{name}-tray-*
%dir %{_datadir}/pixmaps/%{name}/
%{_datadir}/pixmaps/%{name}/logo.png
%dir %{_datadir}/sounds/%{name}/
%{_datadir}/sounds/%{name}/notification.wav
%files lang -f %{name}.lang
%changelog