46 lines
1007 B
RPMSpec
46 lines
1007 B
RPMSpec
|
#
|
||
|
# spec file for package gos-wallpapers (Version 10.1)
|
||
|
#
|
||
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
# This file and all modifications and additions to the pristine
|
||
|
# package are under the same license as the package itself.
|
||
|
#
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
# norootforbuild
|
||
|
# icecream 0
|
||
|
|
||
|
Name: gos-wallpapers
|
||
|
Version: 10.1
|
||
|
Release: 1
|
||
|
Summary: Good Old SUSE Wallpapers
|
||
|
License: GPL
|
||
|
Group: System/GUI/Other
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
Source: %name.tar.bz2
|
||
|
BuildArchitectures: noarch
|
||
|
|
||
|
%description
|
||
|
This package contains Wallpapers from older SUSE releases.
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
mkdir -p $RPM_BUILD_ROOT/usr/share/wallpapers
|
||
|
tar xfj %{SOURCE0} -C $RPM_BUILD_ROOT/usr/share/wallpapers --no-same-owner
|
||
|
|
||
|
%clean
|
||
|
rm -rf $RPM_BUILD_ROOT
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root)
|
||
|
/usr/share/wallpapers
|
||
|
|
||
|
%changelog -n gos-wallpapers
|
||
|
* Fri Mar 10 2006 - coolo@suse.de
|
||
|
- initial package
|