diff --git a/ncmpcpp.spec b/ncmpcpp.spec index b1d6cb7..58baa3d 100644 --- a/ncmpcpp.spec +++ b/ncmpcpp.spec @@ -1,12 +1,11 @@ Name: ncmpcpp -Version: 0.5.2 +Version: 0.5.4 Release: 1%{?dist} Summary: Clone of ncmpc with new features and written in C++ Group: Applications/Multimedia License: GPLv2+ URL: http://unkart.ovh.org/ncmpcpp Source0: http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: curl-devel BuildRequires: taglib-devel @@ -26,21 +25,15 @@ use search screen, media library screen, lyrics screen and more. %build -%configure --disable-static --enable-clock --with-taglib --with-curl - +%configure --disable-static --enable-clock --with-taglib --with-curl --enable-visualizer --enable-outputs make %{?_smp_mflags} %install -rm -rf %{buildroot} make DESTDIR="%{buildroot}" INSTALL="install -p" docdir="%{_docdir}/%{name}-%{version}" install -%clean -rm -rf %{buildroot} - - %files %defattr(-,root,root,-) %doc doc/config doc/keys AUTHORS NEWS COPYING @@ -49,6 +42,12 @@ rm -rf %{buildroot} %changelog +* Tue Jun 08 2010 Rahul Sundaram - 0.5.4-1 +- update to 0.5.4 +- enable visualizer option. Resolves rhbz#593205 +- enable outputs screen +- update spec to match current guidelines + * Sat Feb 27 2010 Michal Nowak - 0.5.2-1 - 0.5.2