File kholidays.spec of Package kholidays

#
# spec file for package kholidays
#
# 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

Name:           kholidays
Version:        17.04.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:        Holiday API for KDE PIM
License:        LGPL-2.1+
Group:          System/GUI/KDE
Url:            http://www.kde.org
Source:         %{name}-%{version}.tar.xz
BuildRequires:  extra-cmake-modules >= 5.19.0
BuildRequires:  kf5-filesystem
BuildRequires:  pkgconfig
BuildRequires:  cmake(Qt5LinguistTools)
BuildRequires:  pkgconfig(Qt5Core) >= 5.4.0
BuildRequires:  pkgconfig(Qt5Qml) >= 5.4.0
Recommends:     %{name}-lang
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
This package contains the Holiday API library  for KDE PIM applications.

%package -n libKF5Holidays5
Summary:        Holiday API for KDE PIM
Group:          System/GUI/KDE

%description -n libKF5Holidays5
This package contains the Holiday API library  for KDE PIM applications.

%package devel
Summary:        Development files for the KDE PIM Holiday API
Group:          Development/Libraries/KDE
Requires:       libKF5Holidays5 = %{version}
Requires:       pkgconfig(Qt5Core) >= 5.4.0

%description devel
This package contains necessary include files and libraries needed
to develop KDE PIM applications.

%if %{with lang}
%lang_package
%endif

%prep
%setup -q

%build
  %cmake_kf5 -d build
  %make_jobs

%install
  %kf5_makeinstall -C build
  %if %{with lang}
    %find_lang %{name} --with-man --all-name --with-qt
  %endif

%post -n libKF5Holidays5 -p /sbin/ldconfig
%postun -n libKF5Holidays5 -p /sbin/ldconfig

%files
%defattr(-,root,root)
%doc DESIGN

%files -n libKF5Holidays5
%defattr(-,root,root)
%doc COPYING.LIB
%{_kf5_datadir}/libkholidays/
%{_kf5_libdir}/libKF5Holidays.so.*
%dir %{_kf5_qmldir}/org
%dir %{_kf5_qmldir}/org/kde
%{_kf5_qmldir}/org/kde/kholidays/

%files devel
%defattr(-,root,root)
%doc COPYING.LIB
%{_kf5_includedir}/KHolidays/
%{_kf5_includedir}/kholidays_version.h
%{_kf5_libdir}/cmake/KF5Holidays/
%{_kf5_libdir}/libKF5Holidays.so
%{_kf5_mkspecsdir}/qt_KHolidays.pri

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

%changelog
openSUSE Build Service is sponsored by