From cba1799fd7e51fb409fed7bcaf9cb1caa6f9d21d8b67ddc306bde61c7108df4d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 16 Oct 2008 15:16:44 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gos-wallpapers?expand=0&rev=4 --- gos-wallpapers.changes | 5 +++++ gos-wallpapers.spec | 18 +++++++++++++++--- gos-wallpapers.tar.bz2 | 4 ++-- update_rpm | 10 ++++++++++ 4 files changed, 32 insertions(+), 5 deletions(-) create mode 100644 update_rpm diff --git a/gos-wallpapers.changes b/gos-wallpapers.changes index 78d167a..1baa8cd 100644 --- a/gos-wallpapers.changes +++ b/gos-wallpapers.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 15 10:55:41 CEST 2008 - stbinner@suse.de + +- add openSUSE 10.2, 10.3 and 11.0 wallpapers + ------------------------------------------------------------------- Tue Apr 8 19:09:36 CEST 2008 - stbinner@suse.de diff --git a/gos-wallpapers.spec b/gos-wallpapers.spec index 483f8f3..a52d140 100644 --- a/gos-wallpapers.spec +++ b/gos-wallpapers.spec @@ -2,9 +2,16 @@ # spec file for package gos-wallpapers (Version 10.1) # # Copyright (c) 2008 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. # +# 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/ # @@ -14,12 +21,13 @@ Name: gos-wallpapers Version: 10.1 -Release: 97 +Release: 130 Summary: Good Old SUSE Wallpapers License: GPL v2 or later Group: System/GUI/Other BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: %name.tar.bz2 +Source1: update_rpm BuildArch: noarch %description @@ -27,6 +35,8 @@ This package contains wallpapers from older SUSE releases. +%prep + %build %install @@ -41,6 +51,8 @@ rm -rf $RPM_BUILD_ROOT /usr/share/wallpapers %changelog +* Wed Oct 15 2008 stbinner@suse.de +- add openSUSE 10.2, 10.3 and 11.0 wallpapers * Tue Apr 08 2008 stbinner@suse.de - add SUSE Linux 10.1 wallpaper * Fri Mar 10 2006 coolo@suse.de diff --git a/gos-wallpapers.tar.bz2 b/gos-wallpapers.tar.bz2 index a285f23..6702570 100644 --- a/gos-wallpapers.tar.bz2 +++ b/gos-wallpapers.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:542c3b91ceac8b6fac6821940a940df7d2ea7fb90b04ee1b5a557cb7e6e626ed -size 14685811 +oid sha256:ab05961ab17ca332cb1f06999765d86061584730e0d0b991ed5dfebd2d471881 +size 17741088 diff --git a/update_rpm b/update_rpm new file mode 100644 index 0000000..2474629 --- /dev/null +++ b/update_rpm @@ -0,0 +1,10 @@ +#! /bin/sh + +opwd=$PWD +tdir=`mktemp -d` +cd $tdir || exit 1 +svn export http://svn.suse.de/svn/desktop/gos-wallpapers +rm gos-wallpapers/update_rpm +tar -cvj -f $opwd/gos-wallpapers.tar.bz2 gos-wallpapers +cd / +rm -rf $tdir