2015-01-08 23:18:30 +01:00
|
|
|
#
|
|
|
|
# spec file for package libkeduvocdocument
|
|
|
|
#
|
2020-03-28 14:58:27 +01:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2015-01-08 23:18:30 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2018-11-25 00:45:22 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2015-01-08 23:18:30 +01:00
|
|
|
#
|
|
|
|
|
2017-08-12 01:00:36 +02:00
|
|
|
|
2019-11-29 12:40:28 +01:00
|
|
|
%define kf5_version 5.60.0
|
2017-08-12 01:00:36 +02:00
|
|
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
2018-07-28 15:47:18 +02:00
|
|
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2018-11-25 00:45:22 +01:00
|
|
|
%bcond_without lang
|
|
|
|
Name: libkeduvocdocument
|
2020-10-10 09:41:25 +02:00
|
|
|
Version: 20.08.2
|
2018-11-25 00:45:22 +01:00
|
|
|
Release: 0
|
2015-01-08 23:18:30 +01:00
|
|
|
Summary: Library for KDE Education Applications
|
2018-11-25 00:45:22 +01:00
|
|
|
License: GPL-2.0-or-later
|
2015-01-08 23:18:30 +01:00
|
|
|
Group: System/GUI/KDE
|
2019-08-15 16:01:15 +02:00
|
|
|
URL: https://edu.kde.org
|
2020-08-13 15:52:55 +02:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2015-01-08 23:18:30 +01:00
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: fdupes
|
2020-03-28 14:58:27 +01:00
|
|
|
BuildRequires: kf5-filesystem
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: xz
|
2019-11-29 12:40:28 +01:00
|
|
|
BuildRequires: cmake(KF5Archive)
|
|
|
|
BuildRequires: cmake(KF5Config)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
BuildRequires: cmake(KF5KIO)
|
|
|
|
BuildRequires: cmake(Qt5Test)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
|
|
|
BuildRequires: cmake(Qt5Xml)
|
2020-03-28 14:58:27 +01:00
|
|
|
%if %{with lang}
|
2020-08-13 15:52:55 +02:00
|
|
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2020-03-28 14:58:27 +01:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2015-01-08 23:18:30 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the library which is required by the KDE education
|
|
|
|
applications.
|
|
|
|
|
2017-08-12 01:00:36 +02:00
|
|
|
%package -n libKEduVocDocument5
|
|
|
|
Summary: Library for KDE Education Applications
|
|
|
|
Group: System/GUI/KDE
|
2017-08-26 12:05:12 +02:00
|
|
|
Recommends: %{name}-lang
|
2018-11-25 00:45:22 +01:00
|
|
|
Recommends: kdeedu-data
|
2017-08-26 12:05:12 +02:00
|
|
|
Provides: %{name} = %{version}
|
2017-08-12 01:00:36 +02:00
|
|
|
|
|
|
|
%description -n libKEduVocDocument5
|
|
|
|
This package contains the library which is required by the KDE education
|
|
|
|
applications.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Library for KDE Education Applications: Build Environment
|
|
|
|
Group: Development/Libraries/KDE
|
|
|
|
Requires: libKEduVocDocument5 = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains all necessary files and libraries needed to
|
|
|
|
develop KDE education applications.
|
|
|
|
|
2017-04-15 15:28:56 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%lang_package
|
|
|
|
%endif
|
|
|
|
|
2015-01-08 23:18:30 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake_kf5 -d build -- -DKDE4_USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR=ON
|
2020-02-07 09:49:23 +01:00
|
|
|
%cmake_build
|
2015-01-08 23:18:30 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
2017-04-15 15:28:56 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%find_lang %{name} --with-man --all-name
|
|
|
|
%endif
|
2015-01-08 23:18:30 +01:00
|
|
|
%fdupes -s %{buildroot}
|
|
|
|
|
|
|
|
%post -n libKEduVocDocument5 -p /sbin/ldconfig
|
|
|
|
%postun -n libKEduVocDocument5 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files -n libKEduVocDocument5
|
2018-11-25 00:45:22 +01:00
|
|
|
%license COPYING*
|
|
|
|
%doc README
|
2015-01-08 23:18:30 +01:00
|
|
|
%{_kf5_libdir}/libKEduVocDocument.so.*
|
|
|
|
|
|
|
|
%files devel
|
2018-11-25 00:45:22 +01:00
|
|
|
%license COPYING*
|
|
|
|
%doc README
|
2017-08-12 01:00:36 +02:00
|
|
|
%{_kf5_cmakedir}/libkeduvocdocument/
|
2015-01-08 23:18:30 +01:00
|
|
|
%{_kf5_libdir}/libKEduVocDocument.so
|
2017-08-12 01:00:36 +02:00
|
|
|
%{_kf5_prefix}/include/libkeduvocdocument/
|
2015-01-08 23:18:30 +01:00
|
|
|
|
2017-04-15 15:28:56 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%files lang -f %{name}.lang
|
2018-11-25 00:45:22 +01:00
|
|
|
%license COPYING*
|
2017-04-15 15:28:56 +02:00
|
|
|
%endif
|
|
|
|
|
2015-01-08 23:18:30 +01:00
|
|
|
%changelog
|