From 9293be8558f8d54dc3f0d21fa53c50cc89f0c335 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Wed, 26 Sep 2012 22:13:56 +0000 Subject: [PATCH] Fix typo --- vlc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/vlc.spec b/vlc.spec index 61ee8d7..54202ff 100644 --- a/vlc.spec +++ b/vlc.spec @@ -18,7 +18,7 @@ %global _with_xcb 1 %endif %if 0%{?fedora} -%global _with_fluidsyth 1 +%global _with_fluidsynth 1 %global _with_bluray 1 %ifarch x86_64 i686 %global _with_crystalhd 1 @@ -31,7 +31,7 @@ Summary: The cross-platform open-source multimedia framework, player and server Name: vlc Version: 2.0.3 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ Group: Applications/Multimedia URL: http://www.videolan.org @@ -127,7 +127,7 @@ BuildRequires: qt4-devel >= 4.5.2 %{?_with_schroedinger:BuildRequires: schroedinger-devel >= 1.0.10} BuildRequires: sqlite-devel BuildRequires: SDL_image-devel -%{?_with_sidplay:BuildRequires: sidplay-libs-devel} +%{?_with_sidplay:BuildRequires: pkgconfig(libsidplay2)} BuildRequires: speex-devel >= 1.1.5 BuildRequires: taglib-devel %{?_with_twolame:BuildRequires: twolame-devel} @@ -147,6 +147,7 @@ BuildRequires: libXpm-devel %{?_with_xcb: BuildRequires: libxcb-devel BuildRequires: xcb-util-devel +BuildRequires: pkgconfig(xcb-keysyms) } BuildRequires: xorg-x11-proto-devel @@ -510,6 +511,9 @@ fi || : %changelog +* Wed Sep 26 2012 Nicolas Chauvet - 2.0.3-3 +- Fix --with fluidsynth typo + * Wed Sep 05 2012 Nicolas Chauvet - 2.0.3-2 - Rebuilt for x264 ABI 125