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:
parent
e9c08bbc54
commit
12df2d1011
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user