2d2224f029
Update to 5.8.1 OBS-URL: https://build.opensuse.org/request/show/435650 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/grub2-theme-breeze?expand=0&rev=6
51 lines
1.5 KiB
RPMSpec
51 lines
1.5 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.8.1
|
|
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
|
|
BuildArch: noarch
|
|
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*
|
|
%dir /boot/grub2
|
|
%dir /boot/grub2/themes
|
|
/boot/grub2/themes/breeze
|
|
/boot/grub2/themes/mkfont.sh
|
|
|
|
%changelog
|