Accepting request 490406 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490406
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdf?expand=0&rev=71
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:35:20 +00:00 committed by Git OBS Bridge
commit 2c4dbfb444
4 changed files with 69 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8569720871f0c06a47dd93f1f6c18bf854b92592bc5f0dafeebd300ac38a0294
size 144000

3
kdf-17.04.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdadb6d4a52296ade91d8967e10af6f4d3465b3506c030230940083352b95bad
size 529664

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Apr 16 10:44:56 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* None
-------------------------------------------------------------------
Wed Apr 12 20:25:32 CEST 2017 - lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
-------------------------------------------------------------------
Sat Mar 25 23:10:25 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* None
-------------------------------------------------------------------
Thu Mar 9 12:37:16 CET 2017 - lbeltrame@kde.org

View File

@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kdf
Version: 16.12.3
Version: 17.04.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Disk Usage Viewer
License: GPL-2.0+
@ -43,11 +44,16 @@ BuildRequires: xz
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KDE free disk space utility
%if %{with lang}
%lang_package
%endif
%prep
%setup -q -n kdf-%{version}
%patch1
@ -57,8 +63,11 @@ KDE free disk space utility
%make_jobs
%install
cd build
%kf5_makeinstall
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file org.kde.kdf System Filesystem
%package -n kwikdisk
@ -73,7 +82,7 @@ This utility allows you to manage removable media.
%files
%defattr(-,root,root)
%doc COPYING
%doc COPYING*
%{_kf5_bindir}/kdf
%{_kf5_plugindir}/libkcm_kdf.so
%{_kf5_applicationsdir}/org.kde.kdf.desktop
@ -88,9 +97,14 @@ This utility allows you to manage removable media.
%files -n kwikdisk
%defattr(-,root,root)
%doc COPYING
%doc COPYING*
%{_kf5_bindir}/kwikdisk
%{_kf5_applicationsdir}/org.kde.kwikdisk.desktop
%{_kf5_iconsdir}/hicolor/*/*/kwikdisk.png
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog