File gos-wallpapers.spec of Package gos-wallpapers
#
# spec file for package gos-wallpapers
#
# Copyright (c) 2025 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
Name: gos-wallpapers
Version: 2010
Release: 0
Summary: Good Old SUSE Wallpapers
License: GPL-2.0+
Group: System/GUI/Other
Source: %name.tar.bz2
Source1: update_rpm
BuildArch: noarch
%description
This package contains wallpapers from older SUSE releases.
%prep
%build
%install
mkdir -p %{buildroot}%{_datadir}/wallpapers
tar xfj %{SOURCE0} -C %{buildroot}%{_datadir}/wallpapers --no-same-owner
%files
%{_datadir}/wallpapers
%changelog