From: sparky Date: Sun, 16 May 2010 19:55:26 +0000 (+0000) Subject: - dash ("-") is not allowed in macro (including bcond) names X-Git-Tag: auto/th/clementine-0_5_3-2~17 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fclementine.git;a=commitdiff_plain;h=75ec085945763d5b65d2279627f4431ae8af63bb - dash ("-") is not allowed in macro (including bcond) names - BR: gettext-devel, gstreamer-devel, phonon-devel, pkgconfig, vlc-devel Changed files: clementine.spec -> 1.7 --- diff --git a/clementine.spec b/clementine.spec index 35b93ae..e985b8c 100644 --- a/clementine.spec +++ b/clementine.spec @@ -5,7 +5,7 @@ # Conditional build: %bcond_without engine_xine # without xine engine %bcond_without engine_vlc # without vlc engine -%bcond_without engine_qt-phonon # without qt-phonon engine +%bcond_without engine_qt_phonon # without qt-phonon engine %bcond_without engine_gstreamer # without gstreamer engine # Summary: A music player and library organiser @@ -31,11 +31,15 @@ BuildRequires: QtTest-devel BuildRequires: boost-devel BuildRequires: cmake >= 2.6 BuildRequires: desktop-file-utils +BuildRequires: gettext-devel +BuildRequires: gstreamer-devel BuildRequires: gtest-devel BuildRequires: liblastfm-devel BuildRequires: libnotify-devel BuildRequires: libqxt-devel BuildRequires: notification-daemon +BuildRequires: phonon-devel +BuildRequires: pkgconfig BuildRequires: qt4-build BuildRequires: qt4-linguist BuildRequires: qt4-qmake @@ -44,6 +48,7 @@ BuildRequires: sed >= 4.0 BuildRequires: sqlite-devel BuildRequires: sqlite3-devel BuildRequires: taglib-devel +BuildRequires: vlc-devel BuildRequires: xine-lib-devel Requires(post,postun): desktop-file-utils BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -73,7 +78,7 @@ cd build -DENGINE_GSTREAMER_ENABLED=%{?with_engine_gstreamer:ON}%{!?with_engine_gstreamer:OFF} \ -DENGINE_LIBVLC_ENABLED=%{?with_engine_vlc:ON}%{!?with_engine_vlc:OFF} \ -DENGINE_LIBXINE_ENABLED=%{?with_engine_xine:ON}%{!?with_engine_xine:OFF} \ - -DENGINE_QT_PHONON_ENABLED=%{?with_engine_qt-phonon:ON}%{!?with_engine_qt-phonon:OFF} \ + -DENGINE_QT_PHONON_ENABLED=%{?with_engine_qt_phonon:ON}%{!?with_engine_qt_phonon:OFF} \ .. %{__make}