[fatrat] workaround missing requirements of gloox

jvcelak jvcelak at fedoraproject.org
Tue Nov 26 20:04:32 UTC 2013


commit f4fa0ac3e738e67c4b7590e617a8d2d7b42e465b
Author: Jan Vcelak <jvcelak at fedoraproject.org>
Date:   Tue Nov 26 21:01:53 2013 +0100

    workaround missing requirements of gloox

 fatrat.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/fatrat.spec b/fatrat.spec
index e13190c..227a760 100644
--- a/fatrat.spec
+++ b/fatrat.spec
@@ -22,6 +22,9 @@ BuildRequires: gloox-devel >= 0.9
 BuildRequires: pion-net-devel >= 3.0
 BuildRequires: desktop-file-utils
 
+# workaround missing requirements of gloox (#1034988)
+BuildRequires: gnutls-devel libidn-devel
+
 %description
 FatRat is download manager written in C++ and build on top of the Qt4 library.
 It is rich in features and is continuously extended. Main characteristics:
@@ -112,6 +115,7 @@ install -d -m 0755 %{buildroot}%{_libdir}/fatrat/plugins
 %changelog
 * Tue Nov 26 2013 Jan Vcelak <jvcelak at fedoraproject.org> 1:1.2.0-0.16.beta2
 - workaround bug in gloox header file, fixes compilation
+- workaround bug in gloox-devel, add missing build requires, fixes linking
 
 * Sun Nov 17 2013 Jan Vcelak <jvcelak at fedoraproject.org> 1:1.2.0-0.15.beta2
 - rebuild due to broken deps


More information about the scm-commits mailing list