[uget/f17] clog

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Apr 19 02:49:38 UTC 2012


commit a24c38c8eaca0f75920e83a067ef51e0be5fb9cd
Author: Mamoru TASAKA <mtasaka at localhost.localdomain>
Date:   Thu Apr 19 11:49:29 2012 +0900

    clog

 .gitignore |    1 +
 sources    |    2 +-
 uget.spec  |   22 +++++-----------------
 3 files changed, 7 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 027b4f2..a84d32f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ uget-1.5.9.3.tar.gz
 /uget-1.7.5.tar.gz
 /uget-1.7.6.tar.gz
 /uget-1.8.0.tar.gz
+/uget-1.8.1.tar.gz
diff --git a/sources b/sources
index 7662de7..883fe00 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e0ad66ecdd0104b8fb27b29fdb44df1  uget-1.8.0.tar.gz
+e3fc14042820f0496f12c85c3847c6f8  uget-1.8.1.tar.gz
diff --git a/uget.spec b/uget.spec
index 940442d..8169b5e 100644
--- a/uget.spec
+++ b/uget.spec
@@ -1,8 +1,8 @@
-%global	mainver	1.8.0
+%global	mainver	1.8.1
 
 Name:		uget
 Version:	%{mainver}
-Release:	4%{?dist}
+Release:	1%{?dist}
 Summary:	Download manager using GTK+ and libcurl
 
 Group:		Applications/Internet
@@ -12,11 +12,7 @@ Source0:	http://downloads.sourceforge.net/urlget/%{name}-%{version}.tar.gz
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	gstreamer-devel
-%if 0%{?fedora} >= 15
 BuildRequires:	gtk3-devel
-%else
-BuildRequires:	gtk2-devel
-%endif
 BuildRequires:	intltool
 BuildRequires:	libcurl-devel
 BuildRequires:	libnotify-devel
@@ -38,21 +34,10 @@ Uget is the successor of urlgfe, which was called URLget before.
 %prep
 %setup -q -n %{name}-%{mainver}
 
-# TODO: Use GtkGrid instead of GtkTable
-%if 0%{?fedora} >= 17
-for f in Makefile.{am,in}
-do
-	find . -name $f | xargs sed -i.old -e 's|-DG.K_DISABLE[^ ][^ ]*||g' $f
-done
-%endif
-
 %build
 
 %configure \
-%if 0%{?fedora} >= 15
 	--with-gtk3
-%endif
-
 make -k %{?_smp_mflags}
 
 %install
@@ -93,6 +78,9 @@ exit 0
 %{_datadir}/sounds/%{name}/
 
 %changelog
+* Thu Apr 19 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.1-1
+- 1.8.1
+
 * Thu Jan  5 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.8.0-4
 - F-17: rebuild against gcc47
 


More information about the scm-commits mailing list