Christophe Marin 2024-07-04 20:42:54 +00:00 committed by Git OBS Bridge
commit 72c50e5b4f
7 changed files with 1570 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

BIN
applications.keyring Normal file

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:32f27a3999a90a3578fc03937ecf43d31c97ef0db5fdedb9c0acdadc7018b211
size 227764

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmVkACgkQu0YzUNbv
Me+iWw/+Jg1jlZZLM9rcz4f6yK7PjzyLIjR5nTFndb/6xuow4n2CsqSbcQ2WVh0V
+qzH8Q5u75tIIIhVQYwHTCc9UyjIUtagUjoqGBq5hKJln+5fMvY4a7sl8Xu6ydKJ
0PmP5N1MoHlaE//NxKHF7J6r093Ls8DijdtSLEsaB+0C+wnHQa9XUGpSFVGl1JiR
fywm+JNECQW8NO8uxSPhUR3mO81h2Odj07FEID70PJmC5xaXcjLbdDQL/WrFY28T
0BzzqlglzzTUFukqeg+k2KEA2CW4HBTT1z2nJHMjkSnS8EaTnZUSajnXnqy5iGe+
DaavcS5skx2rbBbdQxrHVlM1hAqJ42SzQtyEugL4XREfzbVqzC/IrXexBIn45WTh
C+jlHI+fymdbnln/auJTyAwl7/lTH0qiuhsKAsN42Uz+/egDwS69/Mdr63jPrrt3
v4gOQaqEUSZalAHURBFdKLNz1G9ccah9L/xgjZEhdZS6JQj7+D5oj2IpMqjOSSde
3RUuWdQ8m/ZkECy8nOEqhfCqfSAc3+LZ1uA/mmdvZU6cw8rRbViVrM0XglB6bdEn
+Okesiv3juhC0erkqxqnHidFoP+3RnJ/5XQb7o9FBM0MDrREdTp62OS9zOpeUanC
KImD/1q+s9DrI6evHBAa22i6TfXs6Smt3PyO56cUfi1WDPaCWYI=
=Gaij
-----END PGP SIGNATURE-----

1432
libkeduvocdocument.changes Normal file

File diff suppressed because it is too large Load Diff

95
libkeduvocdocument.spec Normal file
View File

@ -0,0 +1,95 @@
#
# spec file for package libkeduvocdocument
#
# Copyright (c) 2024 SUSE LLC
#
# 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 https://bugs.opensuse.org/
#
%define kf6_version 6.0.0
%define qt6_version 6.6.0
%bcond_without released
Name: libkeduvocdocument
Version: 24.05.2
Release: 0
Summary: Library for KDE Education Applications
License: GPL-2.0-or-later
URL: https://edu.kde.org
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
BuildRequires: fdupes
BuildRequires: update-desktop-files
BuildRequires: cmake(KF6Archive) >= %{kf6_version}
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
BuildRequires: cmake(Qt6Xml) >= %{qt6_version}
%description
This package contains the library which is required by the KDE education
applications.
%package -n libKEduVocDocument5
Summary: Library for KDE Education Applications
Recommends: kdeedu-data
# Renamed
Obsoletes: libkeduvocdocument-lang
%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.
%lang_package -n libKEduVocDocument5
%prep
%autosetup -p1
%build
%cmake_kf6 -DBUILD_WITH_QT6:BOOL=TRUE
%kf6_build
%install
%kf6_install
%find_lang %{name} --all-name
%fdupes %{buildroot}
%ldconfig_scriptlets -n libKEduVocDocument5
%files -n libKEduVocDocument5
%license LICENSES/*
%doc README
%{_kf6_libdir}/libKEduVocDocument.so.*
%files devel
%{_includedir}/libkeduvocdocument/
%{_kf6_cmakedir}/libkeduvocdocument/
%{_kf6_libdir}/libKEduVocDocument.so
%files -n libKEduVocDocument5-lang -f %{name}.lang
%changelog