File cinnamon-theme-zukitwo.spec of Package cinnamon-theme-zukitwo
#
# spec file for package cinnamon-theme-zukitwo
#
# Copyright (c) 2020 SUSE LLC
#
# 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: cinnamon-theme-zukitwo
Version: 3.0
Release: 0
Summary: Zukitwo Cinnamon Theme
License: GPL-3.0-or-later
Group: System/GUI/Other
URL: https://github.com/zagortenay333/zukitwo-cinnamon
Source: https://github.com/zagortenay333/zukitwo-cinnamon/archive/zukitwo-cinnamon-2.8-v%{version}.tar.gz
BuildRequires: fdupes
BuildArch: noarch
%description
A Cinnamon theme to match the Zukitwo Gtk+ theme.
%prep
%setup -q -n zukitwo-cinnamon-2.8-v%{version}
%build
# Nothing to build.
%install
mkdir -p %{buildroot}%{_datadir}/themes/
cp -r Zukitwo-Cinnamon %{buildroot}%{_datadir}/themes/
%fdupes %{buildroot}%{_datadir}/
%files
%license LICENSE
%doc CONTRIBUTING.md CREDITS.md README.md
%{_datadir}/themes/Zukitwo-Cinnamon
%changelog