Accepting request 506053 from KDE:Applications

1

OBS-URL: https://build.opensuse.org/request/show/506053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/umbrello?expand=0&rev=53
This commit is contained in:
Dominique Leuenberger 2017-06-26 13:55:01 +00:00 committed by Git OBS Bridge
commit ce33a2a91e
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 23 08:56:43 UTC 2017 - wbauer@tmo.at
- Fix the desktop file's Exec line, the executable is named
umbrello5 (boo#1045654)
-------------------------------------------------------------------
Wed Jun 07 17:43:06 CEST 2017 - lbeltrame@kde.org

View File

@ -24,7 +24,7 @@ Release: 0
Summary: UML Modeller
License: GPL-2.0 and GFDL-1.2
Group: Development/Tools/Other
Url: http://www.kde.org
Url: http://www.kde.org/
Source0: %{name}-%{version}.tar.xz
BuildRequires: boost-devel
BuildRequires: extra-cmake-modules
@ -82,6 +82,8 @@ export CFLAGS="%{optflags} -fPIC"
%install
%kf5_makeinstall -C build
# fix desktop file (boo#1045654)
sed -i "s/Exec=umbrello/Exec=umbrello5/" %{buildroot}%{_kf5_applicationsdir}/org.kde.umbrello5.desktop
%suse_update_desktop_file org.kde.umbrello5 Development Design
%post -p /sbin/ldconfig