47 lines
1.4 KiB
RPMSpec
47 lines
1.4 KiB
RPMSpec
|
#
|
||
|
# spec file for package grub2-theme-breeze
|
||
|
#
|
||
|
# 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: grub2-theme-breeze
|
||
|
Version: 5.5.95
|
||
|
Release: 0
|
||
|
Summary: Plasma branding for GRUB2's graphical console
|
||
|
License: GPL-2.0+
|
||
|
Group: System/Fhs
|
||
|
Url: http://www.kde.org
|
||
|
Source: breeze-grub-%{version}.tar.xz
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
|
||
|
%description
|
||
|
Plasma branding for the GRUB2's graphical console.
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n breeze-grub-%{version}
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
mkdir -p %{buildroot}/boot/grub/themes/
|
||
|
find . -type f ! -name "COPYING" -exec install -D -m644 {} %{buildroot}/boot/grub2/themes/{} \;
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
%doc COPYING*
|
||
|
/boot/grub2/themes/breeze
|
||
|
|
||
|
%changelog
|