SHA256
1
0
forked from pool/kdf
kdf/kdf.spec

97 lines
2.7 KiB
RPMSpec
Raw Normal View History

#
# spec file for package kdf
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: kdf
Version: 17.03.90
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: Disk Usage Viewer
License: GPL-2.0+
Group: System/Monitoring
Url: http://www.kde.org
Source0: kdf-%{version}.tar.xz
Patch1: desktop-files.diff
BuildRequires: kcmutils-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kio-devel
BuildRequires: knotifications-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Widgets)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KDE free disk space utility
%prep
%setup -q -n kdf-%{version}
%patch1
%build
%cmake_kf5 -d build
%make_jobs
%install
cd build
%kf5_makeinstall
%suse_update_desktop_file org.kde.kdf System Filesystem
%package -n kwikdisk
Summary: Removable Media Utility
Group: System/GUI/KDE
%description -n kwikdisk
This utility allows you to manage removable media.
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING
%{_kf5_bindir}/kdf
%{_kf5_plugindir}/libkcm_kdf.so
%{_kf5_applicationsdir}/org.kde.kdf.desktop
%{_kf5_htmldir}/en/kdf/
%dir %{_kf5_htmldir}/en/kcontrol/
%{_kf5_htmldir}/en/kcontrol/blockdevices/
%{_kf5_iconsdir}/hicolor/*/*/kdf.png
%{_kf5_iconsdir}/hicolor/*/*/kcmdf.png
%{_kf5_sharedir}/kxmlgui5/kdf/
%{_kf5_servicesdir}/kcmdf.desktop
%{_kf5_libdir}/libkdfprivate.so.*
%files -n kwikdisk
%defattr(-,root,root)
%doc COPYING
%{_kf5_bindir}/kwikdisk
%{_kf5_applicationsdir}/org.kde.kwikdisk.desktop
%{_kf5_iconsdir}/hicolor/*/*/kwikdisk.png
%changelog