diff --git a/kfloppy-16.08.3.tar.xz b/kfloppy-16.08.3.tar.xz deleted file mode 100644 index 8f6bc4d..0000000 --- a/kfloppy-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74d2c0a049a6fb3e97d0374380fae28323e54c751cb76e7291aa31812d52c993 -size 53628 diff --git a/kfloppy-16.11.80.tar.xz b/kfloppy-16.11.80.tar.xz new file mode 100644 index 0000000..f8b7349 --- /dev/null +++ b/kfloppy-16.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580d0cf93f024f9cab582e54701f1aec95ca8020107ee8006643f82e82420a87 +size 53576 diff --git a/kfloppy.changes b/kfloppy.changes index fa32d01..21c06b3 100644 --- a/kfloppy.changes +++ b/kfloppy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 29 12:29:08 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + ------------------------------------------------------------------- Wed Nov 9 06:17:29 UTC 2016 - lbeltrame@kde.org diff --git a/kfloppy.spec b/kfloppy.spec index fa66d11..8a37e64 100644 --- a/kfloppy.spec +++ b/kfloppy.spec @@ -1,7 +1,7 @@ # # spec file for package kfloppy # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,27 @@ Name: kfloppy -Version: 16.08.3 +Version: 16.11.80 Release: 0 +%define kf5_version 5.26.0 +# 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: Floppy Formatter License: GPL-2.0+ Group: System/GUI/KDE Url: http://www.kde.org Source0: kfloppy-%{version}.tar.xz -BuildRequires: update-desktop-files BuildRequires: extra-cmake-modules +BuildRequires: kdelibs4support-devel +BuildRequires: kdoctools-devel +BuildRequires: ki18n-devel +BuildRequires: kio-devel +BuildRequires: kxmlgui-devel +BuildRequires: pkgconfig +BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Widgets) -BuildRequires: ki18n-devel -BuildRequires: kio-devel -BuildRequires: kdoctools-devel -BuildRequires: kdelibs4support-devel -BuildRequires: kxmlgui-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -51,15 +55,14 @@ KDE Floppy Disk Utility %suse_update_desktop_file org.kde.kfloppy System Filesystem %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files %defattr(-,root,root) %doc COPYING README TODO -%_bindir/kfloppy -%_kf5_applicationsdir/*.desktop -%_kf5_htmldir/en/kfloppy/ -%_kf5_iconsdir/hicolor/*/*/*.png +%{_bindir}/kfloppy +%{_kf5_applicationsdir}/*.desktop +%{_kf5_htmldir}/en/kfloppy/ +%{_kf5_iconsdir}/hicolor/*/*/*.png %changelog