File cinnamon-theme-baldr.spec of Package cinnamon-theme-baldr
#
# spec file for package cinnamon-theme-baldr
#
# Copyright (c) 2018 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 http://bugs.opensuse.org/
#
Name: cinnamon-theme-baldr
Version: 1.0.1+git20180303
Release: 0
Summary: Baldr Cinnamon Theme
License: GPL-3.0-or-later
Group: System/GUI/Other
URL: https://github.com/linuxmint/cinnamon-spices-themes/tree/master/Baldr
Source: baldr-cinnamon-%{version}.tar.xz
BuildRequires: fdupes
Recommends: google-opensans-fonts
BuildArch: noarch
%description
A light theme for Cinnamon.
%prep
%setup -q -n baldr-cinnamon-%{version}
%build
# Nothing to build.
%install
mkdir -p %{buildroot}%{_datadir}/themes/
cp -a files/Baldr %{buildroot}%{_datadir}/themes/
%fdupes %{buildroot}%{_datadir}/
%files
%doc README.md
%{_datadir}/themes/Baldr/
%changelog