[cagibi] 0.2.0-4

Rex Dieter rdieter at fedoraproject.org
Sun Oct 14 02:12:54 UTC 2012


commit ba5581bc3724e71b09aa60fd41287be3fcf01a6c
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat Oct 13 21:12:42 2012 -0500

    0.2.0-4
    
    - cagibi spams /var/logs/messages via dbus-daemon (#865964)
    - pkgconfig-style deps

 cagibi.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/cagibi.spec b/cagibi.spec
index f75a8f9..93eddef 100644
--- a/cagibi.spec
+++ b/cagibi.spec
@@ -1,6 +1,6 @@
 Name:           cagibi
 Version:        0.2.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        SSDP (UPnP discovery) cache/proxy daemon
 Group:          System Environment/Base
 License:        GPLv2+ and LGPLv2+
@@ -8,10 +8,9 @@ URL:            http://www.kde.org/
 Source0:        ftp://ftp.kde.org/pub/kde/stable/cagibi/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  qt4-devel
-BuildRequires:  cmake
-BuildRequires:  automoc
-
+BuildRequires: automake
+BuildRequires: cmake
+BuildRequires: pkgconfig(QtDBus) pkgconfig(QtNetwork) pkgconfig(QtXml)
 
 %description
 Cagibi is a cache/proxy daemon for SSDP (the discovery part of UPnP).
@@ -24,6 +23,8 @@ Cagibi is a cache/proxy daemon for SSDP (the discovery part of UPnP).
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
+# disable copious debug output,  http://bugzilla.redhat.com/865964
+export CXXFLAGS="%{optflags} -DQT_NO_DEBUG_OUTPUT"
 %{cmake} ..
 popd
 
@@ -53,6 +54,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Oct 13 2012 Rex Dieter <rdieter at fedoraproject.org> - 0.2.0-4
+- cagibi spams /var/logs/messages via dbus-daemon (#865964)
+- pkgconfig-style deps
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list