Change-Id: I3d261c4778552d098043938ff585f0c2c064014d
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
%description
Gummiboot is a simple EFI bootloader.
+%package splash
+Summary: Gummiboot default splash image
+BuildArch: noarch
+Requires: %{name} = %{version}
+
+%description splash
+This package contains the Gummiboot default splash image. It's the
+project logo and maintained in the upstream gummiboot Git tree.
+
%prep
%setup -q -n %{name}-%{version}
rm -fr %{buildroot}
%make_install
+mkdir -p %{buildroot}/%{_datadir}/%{name}
+cp test/splash.bmp %{buildroot}/%{_datadir}/%{name}
+
%files
%manifest %{name}.manifest
%defattr(-,root,root)
%else
%{_prefix}/lib/gummiboot/gummibootia32.efi
%endif
+
+%files splash
+%{_datadir}/%{name}/splash.bmp