File cinnamon-themes.spec of Package cinnamon-themes
#
# spec file for package cinnamon-themes
#
# Copyright (c) 2016 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-themes
Version: 2016.05.03
Release: 0
Summary: Default Cinnamon Themes
License: GPL-3.0+
Group: System/GUI/Other
Url: https://github.com/linuxmint/cinnamon-themes
Source: http://packages.linuxmint.com/pool/main/c/%{name}/%{name}_%{version}.tar.xz
BuildRequires: fdupes
BuildArch: noarch
%description
Default Cinnamon upstream themes.
%prep
%setup -q -n %{name}
%build
# Nothing to build.
%install
mkdir -p %{buildroot}%{_datadir}/
cp -aT .%{_datadir}/ %{buildroot}%{_datadir}/
%fdupes %{buildroot}%{_datadir}/
%files
%defattr(-,root,root)
%doc debian/{changelog,copyright}
%{_datadir}/themes/*
%changelog