2015-01-08 23:18:30 +01:00
|
|
|
#
|
|
|
|
# spec file for package libkeduvocdocument
|
|
|
|
#
|
2024-02-23 21:08:48 +01:00
|
|
|
# Copyright (c) 2024 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
|
|
|
|
2024-02-23 21:08:48 +01:00
|
|
|
%define kf6_version 5.246.0
|
|
|
|
%define qt6_version 6.6.0
|
|
|
|
|
2022-01-06 13:45:06 +01:00
|
|
|
%bcond_without released
|
2018-11-25 00:45:22 +01:00
|
|
|
Name: libkeduvocdocument
|
2024-02-23 21:08:48 +01:00
|
|
|
Version: 24.01.95
|
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
|
2019-08-15 16:01:15 +02:00
|
|
|
URL: https://edu.kde.org
|
2024-02-23 21:08:48 +01:00
|
|
|
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2022-01-06 13:45:06 +01:00
|
|
|
%if %{with released}
|
2024-02-23 21:08:48 +01:00
|
|
|
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2021-04-19 15:31:11 +02:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2024-02-23 21:08:48 +01:00
|
|
|
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
2015-01-08 23:18:30 +01:00
|
|
|
BuildRequires: fdupes
|
2020-03-28 14:58:27 +01:00
|
|
|
BuildRequires: update-desktop-files
|
2024-02-23 21:08:48 +01:00
|
|
|
BuildRequires: cmake(KF6Archive) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
|
|
|
|
BuildRequires: cmake(Qt6Xml) >= %{qt6_version}
|
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
|
2018-11-25 00:45:22 +01:00
|
|
|
Recommends: kdeedu-data
|
2024-02-23 21:08:48 +01:00
|
|
|
# Renamed
|
|
|
|
Obsoletes: libkeduvocdocument-lang
|
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
|
|
|
|
Requires: libKEduVocDocument5 = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains all necessary files and libraries needed to
|
|
|
|
develop KDE education applications.
|
|
|
|
|
2024-02-23 21:08:48 +01:00
|
|
|
%lang_package -n libKEduVocDocument5
|
2017-04-15 15:28:56 +02:00
|
|
|
|
2015-01-08 23:18:30 +01:00
|
|
|
%prep
|
2021-04-19 15:31:11 +02:00
|
|
|
%autosetup -p1
|
2015-01-08 23:18:30 +01:00
|
|
|
|
|
|
|
%build
|
2024-02-23 21:08:48 +01:00
|
|
|
%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
|
|
|
|
|
|
|
|
%kf6_build
|
2015-01-08 23:18:30 +01:00
|
|
|
|
|
|
|
%install
|
2024-02-23 21:08:48 +01:00
|
|
|
%kf6_install
|
2022-11-17 23:58:51 +01:00
|
|
|
|
2024-02-23 21:08:48 +01:00
|
|
|
%find_lang %{name} --all-name
|
2021-04-19 15:31:11 +02:00
|
|
|
|
2024-02-23 21:08:48 +01:00
|
|
|
%fdupes %{buildroot}
|
2015-01-08 23:18:30 +01:00
|
|
|
|
2023-03-02 15:21:45 +01:00
|
|
|
%ldconfig_scriptlets -n libKEduVocDocument5
|
2015-01-08 23:18:30 +01:00
|
|
|
|
|
|
|
%files -n libKEduVocDocument5
|
2024-02-23 21:08:48 +01:00
|
|
|
%license LICENSES/*
|
2018-11-25 00:45:22 +01:00
|
|
|
%doc README
|
2024-02-23 21:08:48 +01:00
|
|
|
%{_kf6_libdir}/libKEduVocDocument.so.*
|
2015-01-08 23:18:30 +01:00
|
|
|
|
|
|
|
%files devel
|
2024-02-23 21:08:48 +01:00
|
|
|
%{_includedir}/libkeduvocdocument/
|
|
|
|
%{_kf6_cmakedir}/libkeduvocdocument/
|
|
|
|
%{_kf6_libdir}/libKEduVocDocument.so
|
2015-01-08 23:18:30 +01:00
|
|
|
|
2024-02-23 21:08:48 +01:00
|
|
|
%files -n libKEduVocDocument5-lang -f %{name}.lang
|
2017-04-15 15:28:56 +02:00
|
|
|
|
2015-01-08 23:18:30 +01:00
|
|
|
%changelog
|