From c8aa6d01802717636679b665e55a197200f3bb01 Mon Sep 17 00:00:00 2001 From: Mamoru TASAKA Date: Jan 27 2014 04:43:30 +0000 Subject: 1.10.4 (bug 1055090) - Update URL and summary (bug 1055092) - Not activate gnutls support for now --- diff --git a/.gitignore b/.gitignore index a846521..4e7f19c 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ uget-1.5.9.3.tar.gz /uget-1.10.1.tar.gz /uget-1.10.2.tar.gz /uget-1.10.3.tar.gz +/uget-1.10.4.tar.gz diff --git a/sources b/sources index eee316e..c194366 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d71c927cfcfc3ef9f62cc9cb3ca7bab7 uget-1.10.3.tar.gz +58139de0bd043cfeae0f22c239f4bbc5 uget-1.10.4.tar.gz diff --git a/uget.spec b/uget.spec index 5639c53..71f007f 100644 --- a/uget.spec +++ b/uget.spec @@ -1,47 +1,45 @@ -%global mainver 1.10.3 +%global mainver 1.10.4 #%%global minorver Name: uget Version: %{mainver} -Release: 2%{?minorver:.respin%minorver}%{?dist} +Release: 1%{?minorver:.respin%minorver}%{?dist} Summary: Download manager using GTK+ and libcurl Group: Applications/Internet License: LGPLv2+ -URL: http://urlget.sourceforge.net/ +URL: http://ugetdm.com/ Source0: http://downloads.sourceforge.net/urlget/%{name}-%{mainver}%{?minorver:-%minorver}.tar.gz BuildRequires: desktop-file-utils -%if 0%{?fedora} >= 18 BuildRequires: gstreamer1-devel -%else -BuildRequires: gstreamer-devel -%endif BuildRequires: gtk3-devel BuildRequires: intltool BuildRequires: libcurl-devel +#BuildRequires: libgcrypt-devel BuildRequires: libnotify-devel -# Autotools related -# For Patch0 -BuildRequires: automake - Obsoletes: urlgfe < 1.0.4 Provides: urlgfe = %{version} %description -Uget is a download manager that allows you to import downloads -from HTML files and classify them by categories. Every category has an -independent configuration that can be inherited by each download in that -category. -Uget is the successor of urlgfe, which was called URLget before. +uGet is a download manager with downloads queue, pause/resume, +clipboard monitor, batch downloads, browser integration (Firefox & Chrome), +multiple connections, speed limit controls, powerful category based control +and much more. Each Category has an independent configuration that can +be inherited by each download in that category. %prep %setup -q -n %{name}-%{mainver} %build -%configure +#export LDFLAGS="$(libgcrypt-config --libs) %%{__global_ldflags}" +%configure \ +%if 0 + --enable-gnutls +%endif + make -k %{?_smp_mflags} %install @@ -84,6 +82,11 @@ exit 0 %{_datadir}/pixmaps/%{name}/logo.png %changelog +* Mon Jan 27 2014 Mamoru TASAKA - 1.10.4-1 +- 1.10.4 (bug 1055090) +- Update URL and summary (bug 1055092) +- Not activate gnutls support for now + * Sun Aug 04 2013 Fedora Release Engineering - 1.10.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild