File vimpc.spec of Package vimpc
#
# spec file for package vimpc
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: vimpc
Version: 0.09.2
Release: 0
Summary: MPD client with vi keybindings
License: GPL-3.0-only
Group: Productivity/Multimedia/Sound/Players
URL: https://github.com/boysetsfrog/vimpc
Source: https://github.com/boysetsfrog/vimpc/archive/v%{version}.tar.gz
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: libcurl-devel
BuildRequires: libmpdclient-devel
BuildRequires: libtag-devel
BuildRequires: ncurses-devel
BuildRequires: pcre-devel
%description
vi/vim inspired client for the Music Player Daemon.
%prep
%setup -q
%build
./autogen.sh
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%doc README.md AUTHORS
%license COPYING
%{_bindir}/vimpc
%{_datadir}/doc/vimpc/
%{_mandir}/man1/vimpc.1%{?ext_man}
%changelog