[uget] - F-15: kill libnotify suuport for now

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Nov 6 07:21:31 UTC 2010


commit 73731a79d2dcee0540ef1e65e097106200306681
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sat Nov 6 16:21:23 2010 +0900

    - F-15: kill libnotify suuport for now

 uget.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/uget.spec b/uget.spec
index 8cb0df0..259373d 100644
--- a/uget.spec
+++ b/uget.spec
@@ -1,6 +1,6 @@
 Name:		uget
 Version:	1.6.1
-Release:	1%{?dist}.1
+Release:	2%{?dist}
 Summary:	Download manager using GTK+ and libcurl
 
 Group:		Applications/Internet
@@ -33,7 +33,10 @@ Uget is the successor of urlgfe, which was called URLget before.
 
 %build
 
-%configure
+%configure \
+%if 0%{?fedora} >= 15
+	--without-notify
+%endif
 make -k %{?_smp_mflags}
 
 %install
@@ -78,8 +81,8 @@ exit 0
 %{_datadir}/sounds/%{name}/
 
 %changelog
-* Sat Nov  6 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
-- F-15: rebuild against new libnotify
+* Sat Nov  6 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.6.1-2
+- F-15: kill libnotify suuport for now
 
 * Fri Oct 29 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 1.6.1-1
 - 1.6.1


More information about the scm-commits mailing list