SHA256
1
0
forked from pool/umbrello

Add missing translatiosn

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/umbrello?expand=0&rev=76
This commit is contained in:
Luca Beltrame 2017-09-08 04:52:15 +00:00 committed by Git OBS Bridge
parent 9b1e14d3f3
commit 920b0c7ebd

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: umbrello
Version: 17.08.1
@ -69,6 +70,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Umbrello is a UML modelling application.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -84,6 +89,11 @@ export CFLAGS="%{optflags} -fPIC"
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name}
%endif
%suse_update_desktop_file org.kde.umbrello5 Development Design
%post -p /sbin/ldconfig
@ -103,4 +113,9 @@ export CFLAGS="%{optflags} -fPIC"
%{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-uml.png
%{_kf5_sharedir}/umbrello5/
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog