SHA256
1
0
forked from pool/slade

- Fix build failure... slade wants zip, not p7zip.

- Wrap %desktop_* into a 42.x/13.x guard.

OBS-URL: https://build.opensuse.org/package/show/games:tools/slade?expand=0&rev=18
This commit is contained in:
Jan Engelhardt 2018-06-12 12:50:02 +00:00 committed by Git OBS Bridge
parent e9c08bbc54
commit 12df2d1011
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 12 12:46:57 UTC 2018 - jengelh@inai.de
- Fix build failure... slade wants zip, not p7zip.
- Wrap %desktop_* into a 42.x/13.x guard.
-------------------------------------------------------------------
Wed Apr 18 14:26:53 UTC 2018 - guillaume.gardet@opensuse.org

View File

@ -34,9 +34,9 @@ BuildRequires: ImageMagick
BuildRequires: cmake
BuildRequires: freeimage-devel
BuildRequires: gcc-c++
BuildRequires: p7zip
BuildRequires: update-desktop-files
BuildRequires: wxWidgets-3_0-devel
BuildRequires: zip
BuildRequires: pkgconfig(fluidsynth)
BuildRequires: pkgconfig(ftgl)
BuildRequires: pkgconfig(gl)
@ -87,11 +87,13 @@ popd
install -Dm644 "%_sourcedir/slade.desktop" "$b/%_datadir/applications/%name.desktop"
%if 0%{?suse_version} <= 1320
%post
%desktop_database_post
%postun
%desktop_database_postun
%endif
%files
%defattr(-,root,root)