forked from pool/gnugo
Accepting request 1123643 from home:dimstar:Factory
Fix build with RPM 4.19: unnumbered patches are no longer supported. OBS-URL: https://build.opensuse.org/request/show/1123643 OBS-URL: https://build.opensuse.org/package/show/games/gnugo?expand=0&rev=4
This commit is contained in:
parent
907e0aea9f
commit
a3f5173e70
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 6 16:11:19 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Fix build with RPM 4.19: unnumbered patches are no longer
|
||||||
|
supported.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 11 16:48:20 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Thu Jun 11 16:48:20 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnugo
|
# spec file for package gnugo
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,14 +26,14 @@ URL: https://savannah.gnu.org/projects/gnugo
|
|||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
Source1: suse-start-gnugo.el
|
Source1: suse-start-gnugo.el
|
||||||
Source2: xemacs-auto-autoloads.el
|
Source2: xemacs-auto-autoloads.el
|
||||||
Patch: xemacs.patch
|
Patch0: xemacs.patch
|
||||||
Patch1: mouse-2-dont-insert-junk.patch
|
Patch1: mouse-2-dont-insert-junk.patch
|
||||||
BuildRequires: emacs-x11
|
BuildRequires: emacs-x11
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
BuildRequires: xemacs
|
BuildRequires: xemacs
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
Requires(pre): info
|
Requires(pre): info
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -41,7 +41,7 @@ Chinese ancient board game.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user