- update to 0.5.4

- enable visualizer option. Resolves rhbz#593205
- enable outputs screen
- update spec to match current guidelines
This commit is contained in:
Rahul Sundaram 2010-06-08 09:56:40 +00:00
parent 3dc023f64c
commit 69f2f9a293

View File

@ -1,12 +1,11 @@
Name: ncmpcpp Name: ncmpcpp
Version: 0.5.2 Version: 0.5.4
Release: 1%{?dist} Release: 1%{?dist}
Summary: Clone of ncmpc with new features and written in C++ Summary: Clone of ncmpc with new features and written in C++
Group: Applications/Multimedia Group: Applications/Multimedia
License: GPLv2+ License: GPLv2+
URL: http://unkart.ovh.org/ncmpcpp URL: http://unkart.ovh.org/ncmpcpp
Source0: http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2 Source0: http://unkart.ovh.org/ncmpcpp/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: curl-devel BuildRequires: curl-devel
BuildRequires: taglib-devel BuildRequires: taglib-devel
@ -26,21 +25,15 @@ use search screen, media library screen, lyrics screen and more.
%build %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} make %{?_smp_mflags}
%install %install
rm -rf %{buildroot}
make DESTDIR="%{buildroot}" INSTALL="install -p" docdir="%{_docdir}/%{name}-%{version}" install make DESTDIR="%{buildroot}" INSTALL="install -p" docdir="%{_docdir}/%{name}-%{version}" install
%clean
rm -rf %{buildroot}
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc doc/config doc/keys AUTHORS NEWS COPYING %doc doc/config doc/keys AUTHORS NEWS COPYING
@ -49,6 +42,12 @@ rm -rf %{buildroot}
%changelog %changelog
* Tue Jun 08 2010 Rahul Sundaram <sundaram@fedoraproject.org> - 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 <mnowak@redhat.com> - 0.5.2-1 * Sat Feb 27 2010 Michal Nowak <mnowak@redhat.com> - 0.5.2-1
- 0.5.2 - 0.5.2