forked from pool/adlmidi
Accepting request 1147760 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1147760 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/adlmidi?expand=0&rev=4
This commit is contained in:
commit
5d898e643e
@ -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>
|
Tue Oct 6 08:40:27 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package adlmidi
|
# spec file for package adlmidi
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
|
# Copyright (c) 2019, Martin Hauke <mardnh@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -21,7 +21,7 @@ Name: adlmidi
|
|||||||
Version: 1.2.6.2
|
Version: 1.2.6.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A MIDI player that uses OPL3 emulation
|
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
|
URL: https://bisqwit.iki.fi/source/adlmidi.html
|
||||||
#Git-Clone: https://github.com/bisqwit/adlmidi.git
|
#Git-Clone: https://github.com/bisqwit/adlmidi.git
|
||||||
Source: https://bisqwit.iki.fi/src/arch/%{name}-%{version}.tar.bz2
|
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).
|
OPL3 emulation (FM synthesis).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch1 -p1
|
|
||||||
sed -i 's|-march=native||' Makefile
|
sed -i 's|-march=native||' Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user