This commit is contained in:
parent
1894ab1b37
commit
b8e405d387
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 11 22:46:39 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
- Update to KDE Applications 17.08.0
|
||||||
|
* New feature release
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.08.0.php
|
||||||
|
- Changes since 17.04.3 :
|
||||||
|
- Too many changes to list here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Aug 5 18:19:55 UTC 2017 - christophe@krop.fr
|
Sat Aug 5 18:19:55 UTC 2017 - christophe@krop.fr
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package umbrello
|
# spec file for package umbrello
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,11 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: umbrello
|
Name: umbrello
|
||||||
Version: 17.07.90
|
Version: 17.07.90
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: UML Modeller
|
Summary: UML Modeller
|
||||||
License: GPL-2.0 and GFDL-1.2
|
License: GPL-2.0 and GFDL-1.2
|
||||||
@ -33,6 +34,7 @@ BuildRequires: kauth-devel
|
|||||||
BuildRequires: kcompletion-devel
|
BuildRequires: kcompletion-devel
|
||||||
BuildRequires: kconfig-devel
|
BuildRequires: kconfig-devel
|
||||||
BuildRequires: kcoreaddons-devel
|
BuildRequires: kcoreaddons-devel
|
||||||
|
BuildRequires: kcrash-devel
|
||||||
BuildRequires: kdelibs4support-devel
|
BuildRequires: kdelibs4support-devel
|
||||||
BuildRequires: kdoctools-devel
|
BuildRequires: kdoctools-devel
|
||||||
BuildRequires: kguiaddons-devel
|
BuildRequires: kguiaddons-devel
|
||||||
@ -90,16 +92,15 @@ export CFLAGS="%{optflags} -fPIC"
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING COPYING.DOC README
|
%doc COPYING COPYING.DOC README
|
||||||
%{_kf5_bindir}/umbrello5
|
%dir %{_kf5_appstreamdir}
|
||||||
|
%doc %lang(en) %{_kf5_htmldir}/en/umbrello
|
||||||
%{_kf5_applicationsdir}/org.kde.umbrello5.desktop
|
%{_kf5_applicationsdir}/org.kde.umbrello5.desktop
|
||||||
%{_kf5_htmldir}/en/umbrello
|
%{_kf5_appstreamdir}/org.kde.umbrello.appdata.xml
|
||||||
%{_kf5_sharedir}/umbrello5/
|
|
||||||
%{_kf5_bindir}/po2xmi5
|
%{_kf5_bindir}/po2xmi5
|
||||||
|
%{_kf5_bindir}/umbrello
|
||||||
%{_kf5_bindir}/xmi2pot5
|
%{_kf5_bindir}/xmi2pot5
|
||||||
%{_kf5_iconsdir}/hicolor/*/*/umbrello*
|
%{_kf5_iconsdir}/hicolor/*/*/umbrello*
|
||||||
%{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-uml.png
|
%{_kf5_iconsdir}/hicolor/*/mimetypes/application-x-uml.png
|
||||||
# %_kf5_kxmlguidir/umbrello/
|
%{_kf5_sharedir}/umbrello5/
|
||||||
%dir %{_kf5_appstreamdir}
|
|
||||||
%{_kf5_appstreamdir}/org.kde.umbrello.appdata.xml
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user