SHA256
1
0
forked from pool/adlmidi

Accepting request 1147733 from home:dimstar:rpm4.20:a

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.

OBS-URL: https://build.opensuse.org/request/show/1147733
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/adlmidi?expand=0&rev=7
This commit is contained in:
Martin Pluskal 2024-02-20 10:19:21 +00:00 committed by Git OBS Bridge
parent 2f04a20371
commit 9bd59ea08c
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 20 10:01:25 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Tue Oct 6 08:40:27 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package adlmidi
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@ -21,7 +21,7 @@ Name: adlmidi
Version: 1.2.6.2
Release: 0
Summary: A MIDI player that uses OPL3 emulation
License: GPL-3.0-only AND GPL-2.0-or-later
License: GPL-2.0-or-later AND GPL-3.0-only
URL: https://bisqwit.iki.fi/source/adlmidi.html
#Git-Clone: https://github.com/bisqwit/adlmidi.git
Source: https://bisqwit.iki.fi/src/arch/%{name}-%{version}.tar.bz2
@ -36,8 +36,7 @@ AdlMIDI is a commandline program that plays MIDI files using software
OPL3 emulation (FM synthesis).
%prep
%setup -q
%patch1 -p1
%autosetup -p1
sed -i 's|-march=native||' Makefile
%build