Update summary and description

This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2016-01-08 13:44:15 +00:00
parent 4a6ad4c05d
commit 7a0b62714b
No known key found for this signature in database
GPG Key ID: F8D8C0BEBAC898BD
1 changed files with 17 additions and 6 deletions

View File

@ -1,7 +1,7 @@
Name: ncmpcpp
Version: 0.7.1
Release: 1%{?dist}
Summary: Clone of ncmpc with new features and written in C++
Release: 2%{?dist}
Summary: Featureful ncurses based MPD client inspired by ncmpc
Group: Applications/Multimedia
License: GPLv2+
URL: http://ncmpcpp.rybczak.net/
@ -17,11 +17,19 @@ BuildRequires: autoconf automake libtool
%description
Ncmpcpp is almost exact clone of ncmpc but it contains some new
features ncmpc doesn't have. It's been also rewritten from scratch
in C++. New features include: tag editor, playlists editor, easy to
use search screen, media library screen, lyrics screen and more.
A featureful ncurses based MPD client inspired by ncmpc. The main features are:
- tag editor
- playlist editor
- easy to use search engine
- media library
- music visualizer
- ability to fetch artist info from last.fm
- new display mode
- alternative user interface
- ability to browse and add files from outside of MPD music directory
.. and a lot more minor functions.
%prep
%setup -q
@ -45,6 +53,9 @@ make DESTDIR="%{buildroot}" INSTALL="install -p" docdir=%{?_pkgdocdir}%{!?_pkgdo
%changelog
* Fri Jan 08 2016 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.7.1-2
- Update summary and description
* Sun Jan 03 2016 Dominic Hopf <dmaphy@fedoraproject.org> - 0.7.1-1
- Update to lastest upstream release: ncmpcpp 0.7.1 (RHBZ#1280519)