[phonon] add rhel/fedora condition

Than Ngo than at fedoraproject.org
Tue Jul 31 13:22:08 UTC 2012


commit 5377e99ef83029d2ca949074881ad48e788f0bae
Author: Than Ngo <than at redhat.com>
Date:   Tue Jul 31 15:21:38 2012 +0200

    add rhel/fedora condition

 phonon.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/phonon.spec b/phonon.spec
index 62ed0d7..034748d 100644
--- a/phonon.spec
+++ b/phonon.spec
@@ -9,7 +9,7 @@
 Summary: Multimedia framework api
 Name:    phonon
 Version: 4.6.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group:   System Environment/Libraries
 License: LGPLv2+
 URL:     http://phonon.kde.org/
@@ -38,7 +38,9 @@ BuildRequires: pkgconfig(glib-2.0)
 BuildRequires: pkgconfig(libpulse-mainloop-glib) > 0.9.15
 BuildRequires: pkgconfig(libxml-2.0)
 BuildRequires: pkgconfig(QtGui) >= 4.7.2
+%if 0%{?fedora}
 BuildRequires: pkgconfig(QZeitgeist)
+%endif
 BuildRequires: pkgconfig(xcb)
 
 %global pulseaudio_version %(pkg-config --modversion libpulse 2>/dev/null || echo 0.9.15)
@@ -181,6 +183,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Jul 31 2012 Than Ngo <than at redhat.com> - 4.6.0-6
+- add rhel/fedora condition
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.6.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list