packages: clementine/clementine.spec - dash ("-") is not allowed in macro (...
sparky
sparky at pld-linux.org
Sun May 16 21:55:31 CEST 2010
Author: sparky Date: Sun May 16 19:55:31 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- dash ("-") is not allowed in macro (including bcond) names
- BR: gettext-devel, gstreamer-devel, phonon-devel, pkgconfig, vlc-devel
---- Files affected:
packages/clementine:
clementine.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: packages/clementine/clementine.spec
diff -u packages/clementine/clementine.spec:1.6 packages/clementine/clementine.spec:1.7
--- packages/clementine/clementine.spec:1.6 Sun May 16 20:42:36 2010
+++ packages/clementine/clementine.spec Sun May 16 21:55:26 2010
@@ -6,7 +6,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
@@ -32,11 +32,15 @@
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
@@ -45,6 +49,7 @@
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)
@@ -74,7 +79,7 @@
-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}
@@ -105,6 +110,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2010/05/16 19:55:26 sparky
+- dash ("-") is not allowed in macro (including bcond) names
+- BR: gettext-devel, gstreamer-devel, phonon-devel, pkgconfig, vlc-devel
+
Revision 1.6 2010/05/16 18:42:36 arvenil
- initial up to 0.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/clementine/clementine.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list