File bootsplash-theme-SuSE-classic.spec of Package bootsplash-theme-SuSE-classic
#
# spec file for package bootsplash-theme-SuSE-classic (Version 3.0)
#
# Copyright (c) 2008 SUSE LINUX Products 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/
#
# norootforbuild
Name: bootsplash-theme-SuSE-classic
Url: http://www.bootsplash.org/
Version: 3.0
Release: 295
Summary: Classic SUSE Bootsplash Themes
License: GPL v2 or later
Group: System/Boot
AutoReqProv: on
Provides: bootsplash-theme
Source0: Theme-SuSE-7.2.tar.bz2
Source1: Theme-SuSE-7.3.tar.bz2
Source2: Theme-SuSE-8.0.tar.bz2
Source3: Theme-SuSE-8.1.tar.bz2
Source4: Theme-SuSE-8.2.tar.bz2
Source5: Theme-OfficeDesktop.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains all bootsplash themes since SuSE Linux 7.2
including pictures, animations, and configs. Install this package if
you want to enjoy the SuSE retro feel.
Authors:
--------
Stefan Reinauer <stepan@suse.de>
Kenneth W. Wimer <wimer@suse.de>
Torsten Rahn <tackat@suse.de>
%prep
%setup -n SuSE-7.2 -b1 -b2 -b3 -b4 -b5
%build
%install
cd ..
rm -rf ${RPM_BUILD_ROOT}
# create directory structure
mkdir -p ${RPM_BUILD_ROOT}/etc/bootsplash/themes
# copy theme directories
for theme in SuSE-7.2 SuSE-7.3 SuSE-8.0 SuSE-8.1 SuSE-8.2 OfficeDesktop
do
cp -a "$theme" ${RPM_BUILD_ROOT}/etc/bootsplash/themes
done
%files
%defattr(-,root,root)
%dir /etc/bootsplash
%dir /etc/bootsplash/themes
/etc/bootsplash/themes/SuSE-7.2
/etc/bootsplash/themes/SuSE-7.3
/etc/bootsplash/themes/SuSE-8.0
/etc/bootsplash/themes/SuSE-8.1
/etc/bootsplash/themes/SuSE-8.2
/etc/bootsplash/themes/OfficeDesktop
%changelog
* Thu Nov 06 2008 ro@suse.de
- drop nosource
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Sep 09 2005 mls@suse.de
- fix mng names in animations.cfg (actually not used in current
splash code)
* Fri Feb 06 2004 hmacht@suse.de
- building as non-root (#norootforbuild)
* Wed Jun 18 2003 ro@suse.de
- added directories to filelist
* Wed Apr 02 2003 stepan@suse.de
- adopt themes to bootsplash v3, move to /etc/bootsplash
- split themes into seperate source files.
- add SuSE 8.2 theme
* Thu Mar 20 2003 stepan@suse.de
- initial version, split from bootsplash package.