Accepting request 1124094 from X11:Utilities

OBS-URL: https://build.opensuse.org/request/show/1124094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xteddy?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2023-11-08 21:17:55 +00:00 committed by Git OBS Bridge
commit 3eb1a81d4f
2 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 7 10:18:29 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
-------------------------------------------------------------------
Thu Jan 25 13:03:35 CET 2018 - ma@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package xteddy
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# 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 https://bugs.opensuse.org/
#
@ -25,14 +25,14 @@ BuildRequires: pkgconfig(xext)
Provides: xteddy10
Requires: imlib2-loaders
Summary: A cuddly teddy bear for your X Window desktop
License: GPL-2.0+
License: GPL-2.0-or-later
Group: Amusements/Toys/Graphics
Version: 2.2
Release: 0
Source: xteddy_2.2.orig.tar.bz2
Patch: teddy-2.2-as-needed.patch
Patch0: teddy-2.2-as-needed.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://webstaff.itn.liu.se/~stegu/xteddy/
URL: http://webstaff.itn.liu.se/~stegu/xteddy/
%description
Normally, xteddy just sits around doing nothing. After all, that's what
@ -55,12 +55,12 @@ Authors:
%prep
%setup -q
%patch
%patch0
sed -i s,/usr/games,/usr/bin, xtoys
%build
autoreconf --force --install
%configure
%configure
%{__make} %{?jobs:-j%jobs}
%install