# # spec file for package ncmpc # Name: ncmpc Version: 0.31 Release: 1.1 Summary: Musid Player Daemon License: GPL-2.0+ and LGPL-2.1+ Url: https://www.musicpd.org/clients/ncmpc/ Source: https://www.musicpd.org/download/ncmpc/0/%{name}-%{version}.tar.xz BuildRequires: xz BuildRequires: pkgconfig(libmpdclient) BuildRequires: pkgconfig(glib-2.0) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ncmpc is a curses client for the Music Player Daemon (MPD). ncmpc connects to a MPD running on a machine on the local network, and controls this with an interface inspired by cplay. Music Player Daemon (MPD) allows remote access for playing music (MP3, Ogg Vorbis, FLAC, AAC, and wave files) and managing playlists. MPD is designed for integrating a computer into a stereo system that provides control for music playback over a local network. Read more at musicpd.org %lang_package %prep %setup -q %build %meson \ -Ddocumentation=true \ %{nil} %meson_build %install %meson_install %find_lang %{name} %files %defattr(-,root,root) %{_bindir} %doc AUTHORS NEWS README.rst %doc %{_mandir}/man1/%{name}.1.gz %{_docdir} %files lang -f %{name}.lang %defattr(-,root,root,-) %changelog * Mon Sep 24 2018 holgerbruenjes@gmx.net - update ncmpc 0.31 * Fri Dec 02 2016 holgerbruenjes@gmx.net - first Version