File libgravatar.spec of Package libgravatar
#
# spec file for package libgravatar
#
# 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: libgravatar
Version: 17.04.2
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: Base package of kdepim
License: GPL-2.0 and LGPL-2.1+
Group: System/Libraries
Url: http://www.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: pimcommon-devel >= %{_kapp_version}
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Network) >= 5.6.0
BuildRequires: pkgconfig(Qt5Test) >= 5.6.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.6.0
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains the debug categories for the libgravatar library.
%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
%endif
%package -n libKF5Gravatar5
Summary: Libgravatar library for kdepim
# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
License: LGPL-2.1+
Group: Development/Libraries
Requires: %{name}
%description -n libKF5Gravatar5
The Libgravatar library
%post -n libKF5Gravatar5 -p /sbin/ldconfig
%postun -n libKF5Gravatar5 -p /sbin/ldconfig
%package devel
Summary: Development package for libgravatar
# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
License: LGPL-2.1+
Group: Development/Libraries
Requires: libKF5Gravatar5 = %{version}
%description devel
The development package for the libgravatar libraries
%files devel
%defattr(-,root,root)
%{_includedir}/KF5/Gravatar/
%{_includedir}/KF5/gravatar/
%{_includedir}/KF5/gravatar_version.h
%{_libdir}/cmake/KF5Gravatar/
%{_libdir}/libKF5Gravatar.so
%{_libdir}/qt5/mkspecs/modules/qt_Gravatar.pri
%files
%defattr(-,root,root)
%config %{_kf5_configdir}/libgravatar.categories
%config %{_kf5_configdir}/libgravatar.renamecategories
%files -n libKF5Gravatar5
%defattr(-,root,root)
%{_libdir}/libKF5Gravatar.so.*
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog