File nuvola-app-spotify.spec of Package nuvola-app-spotify
#
# spec file for package nuvolaplayer-spotify
#
# Copyright (c) 2010 SUSE LINUX Products 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 http://bugs.opensuse.org/
#
Name: nuvola-app-spotify
Version: 2.1
Release: 1
License: BSD-3-Clause
Summary: Configuration data for Nuvolaplayer for Spotify service
Url: https://github.com/tiliado/nuvola-app-spotify
Group: Productivity/Multimedia/Sound/Players
Source: https://github.com/tiliado/nuvola-app-spotify/archive/%{name}-%{version}.tar.gz
BuildRequires: rsvg-view
Requires: nuvolaplayer
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
Nuvola Player runs web interface of cloud music service in its own
window and provides integration with a Linux desktop.
This package provides configuration information for Nuvola Player
to be used with Spotify service.
%prep
%setup -q
%build
make build
%install
make install DEST=%{buildroot}%{_datadir}/nuvolaplayer3/web_apps/
chmod -x %{buildroot}%{_datadir}/nuvolaplayer3/web_apps/spotify/*
%files
%defattr(-,root,root)
%doc README.md LICENSE
%dir %{_datadir}/nuvolaplayer3/
%dir %{_datadir}/nuvolaplayer3/web_apps
%{_datadir}/nuvolaplayer3/web_apps/spotify/
%changelog