Accepting request 447101 from home:luke_nukem:branches:games:tools

Fixes icon, incorrect license spec.

OBS-URL: https://build.opensuse.org/request/show/447101
OBS-URL: https://build.opensuse.org/package/show/games:tools/slade?expand=0&rev=3
This commit is contained in:
Jan Engelhardt 2016-12-20 00:06:00 +00:00 committed by Git OBS Bridge
parent 09f5d2a9ce
commit 8e90feb93d

View File

@ -20,7 +20,7 @@ Name: slade
Version: 3.1.1.4
Release: 0
Summary: An editor for DOOM maps and WAD/PK3 archives
License: GPL-3.0+
License: GPL-2.0+
Group: Amusements/Games/3D/Shoot
Url: https://github.com/sirjuddington/SLADE
Source0: https://github.com/sirjuddington/%{name}/archive/SLADE-%{version}.tar.gz
@ -61,7 +61,7 @@ make %{?_smp_mflags}
install -Dm755 build/slade %{buildroot}%{_bindir}/slade
install -Dm644 build/slade.pk3 %{buildroot}%{_datadir}/slade3/slade.pk3
convert "build/msvc/slade.ico" -alpha on -flatten %{name}.png
convert build/msvc/slade.ico[0] -alpha on %{name}.png
install -D -p -m 644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
pushd misc