SHA256
1
0
forked from pool/kfloppy

Accepting request 443338 from home:luca_b:test_KA

KDE Applications - please review

OBS-URL: https://build.opensuse.org/request/show/443338
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kfloppy?expand=0&rev=36
This commit is contained in:
Raymond Wooninck 2016-12-03 15:20:49 +00:00 committed by Git OBS Bridge
parent a12768c87f
commit 9da8dd8746
4 changed files with 27 additions and 16 deletions

View File

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

3
kfloppy-16.11.80.tar.xz Normal file
View File

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

View File

@ -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 Wed Nov 9 06:17:29 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package kfloppy # 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 # 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
@ -17,23 +17,27 @@
Name: kfloppy Name: kfloppy
Version: 16.08.3 Version: 16.11.80
Release: 0 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 Summary: Floppy Formatter
License: GPL-2.0+ License: GPL-2.0+
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
Source0: kfloppy-%{version}.tar.xz Source0: kfloppy-%{version}.tar.xz
BuildRequires: update-desktop-files
BuildRequires: extra-cmake-modules 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(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: kdoctools-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kxmlgui-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -51,15 +55,14 @@ KDE Floppy Disk Utility
%suse_update_desktop_file org.kde.kfloppy System Filesystem %suse_update_desktop_file org.kde.kfloppy System Filesystem
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc COPYING README TODO %doc COPYING README TODO
%_bindir/kfloppy %{_bindir}/kfloppy
%_kf5_applicationsdir/*.desktop %{_kf5_applicationsdir}/*.desktop
%_kf5_htmldir/en/kfloppy/ %{_kf5_htmldir}/en/kfloppy/
%_kf5_iconsdir/hicolor/*/*/*.png %{_kf5_iconsdir}/hicolor/*/*/*.png
%changelog %changelog