1
0
OBS User unknown 2008-10-16 15:16:44 +00:00 committed by Git OBS Bridge
parent a52e30b8ee
commit cba1799fd7
4 changed files with 32 additions and 5 deletions

View File

@ -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 Tue Apr 8 19:09:36 CEST 2008 - stbinner@suse.de

View File

@ -2,9 +2,16 @@
# spec file for package gos-wallpapers (Version 10.1) # spec file for package gos-wallpapers (Version 10.1)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # 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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
@ -14,12 +21,13 @@
Name: gos-wallpapers Name: gos-wallpapers
Version: 10.1 Version: 10.1
Release: 97 Release: 130
Summary: Good Old SUSE Wallpapers Summary: Good Old SUSE Wallpapers
License: GPL v2 or later License: GPL v2 or later
Group: System/GUI/Other Group: System/GUI/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %name.tar.bz2 Source: %name.tar.bz2
Source1: update_rpm
BuildArch: noarch BuildArch: noarch
%description %description
@ -27,6 +35,8 @@ This package contains wallpapers from older SUSE releases.
%prep
%build %build
%install %install
@ -41,6 +51,8 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/wallpapers /usr/share/wallpapers
%changelog %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 * Tue Apr 08 2008 stbinner@suse.de
- add SUSE Linux 10.1 wallpaper - add SUSE Linux 10.1 wallpaper
* Fri Mar 10 2006 coolo@suse.de * Fri Mar 10 2006 coolo@suse.de

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:542c3b91ceac8b6fac6821940a940df7d2ea7fb90b04ee1b5a557cb7e6e626ed oid sha256:ab05961ab17ca332cb1f06999765d86061584730e0d0b991ed5dfebd2d471881
size 14685811 size 17741088

10
update_rpm Normal file
View File

@ -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