forked from pool/2048-cli
Accepting request 1156312 from games
OBS-URL: https://build.opensuse.org/request/show/1156312 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/2048-cli?expand=0&rev=2
This commit is contained in:
commit
da73c631f6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 8 07:46:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Use %autosetup macro. Allows us to eliminate the use of
|
||||
deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 17 15:05:08 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package 2048-cli
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -38,9 +38,7 @@ keys in four different directions. When two tiles with the same number
|
||||
touch, they will merge into one.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags} $(pkg-config --cflags ncurses)"
|
||||
|
Loading…
Reference in New Issue
Block a user