File ark.spec of Package ark

#
# spec file for package ark
#
# Copyright (c) 2017 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/
#


%bcond_without lang

%define SOMAJOR 17

Name:           ark
Version:        17.12.3
Release:        0
%define kf5_version 5.26.0
# 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}')}
Summary:        KDE Archiver Tool
License:        GPL-2.0+
Group:          Productivity/Other
Url:            http://www.kde.org
Source0:        ark-%{version}.tar.xz
# PATCH-FIX-OPENSUSE lower-libarchive-minimum-version.patch
Patch:          lower-libarchive-minimum-version.patch
# PATCH-FIX-OPENSUSE (boo#1083834)
Patch1:         0001-Swap-priorities-around-between-unar-and-unrar.patch
BuildRequires:  extra-cmake-modules >= 1.7.0
BuildRequires:  karchive-devel >= %{kf5_version}
BuildRequires:  kconfig-devel >= 5.2.0
BuildRequires:  kdelibs4support-devel >= 5.2.0
BuildRequires:  kf5-filesystem
BuildRequires:  kpty-devel >= 5.2.0
BuildRequires:  libarchive-devel
%if 0%{?suse_version} >= 1330
BuildRequires:  libzip-devel >= 1.2.0
%endif
BuildRequires:  pkgconfig
BuildRequires:  update-desktop-files
BuildRequires:  xz
BuildRequires:  xz-devel
BuildRequires:  zlib-devel
BuildRequires:  pkgconfig(Qt5Concurrent) >= 5.2.0
BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires:  pkgconfig(bzip2)
Recommends:     p7zip
# Recommend the most used compression programs (bnc#872010)
Recommends:     xz
# unrar is non-free. Avoid installing it automatically.
Suggests:       unrar
Obsoletes:      ark-devel
%if %{with lang}
Recommends:     %{name}-lang
%endif
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This is a KDE application to work with compressed archives.

%package -n libkerfuffle%{SOMAJOR}
Summary:        KDE Archiver Tool
Group:          System/Libraries

%description -n libkerfuffle%{SOMAJOR}
This is a KDE application to work with compressed archives.

%if %{with lang}
%lang_package
%endif

%prep
%setup -q
%autopatch -p1

%build
  %cmake_kf5 -d build
  %make_jobs

%install
  %kf5_makeinstall -C build
  %if %{with lang}
    %find_lang %{name} --with-man --all-name
    %kf5_find_htmldocs
  %endif
  %suse_update_desktop_file org.kde.ark System Archiving

%post -n libkerfuffle%{SOMAJOR} -p /sbin/ldconfig
%postun -n libkerfuffle%{SOMAJOR} -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc COPYING*
%config %{_kf5_configdir}/ark.categories
%dir %{_datadir}/mime
%dir %{_kf5_htmldir}
%dir %{_kf5_htmldir}/en
%doc %lang(en) %{_kf5_htmldir}/en/ark/
%doc %{_kf5_mandir}/man1/ark.*
%{_kf5_applicationsdir}/org.kde.ark.desktop
%{_kf5_appstreamdir}/
%{_kf5_bindir}/ark
%{_kf5_configkcfgdir}/
%{_kf5_iconsdir}/hicolor/*/apps/*
%{_kf5_plugindir}/
%{_kf5_servicesdir}/
%{_kf5_servicetypesdir}/
%{_kf5_sharedir}/kxmlgui5/
%{_kf5_sharedir}/mime/packages/

%files -n libkerfuffle%{SOMAJOR}
%defattr(-,root,root)
%doc COPYING*
%{_kf5_libdir}/libkerfuffle.so.*

%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif

%changelog
openSUSE Build Service is sponsored by