Christophe Marin 2024-10-11 12:55:52 +00:00 committed by Git OBS Bridge
commit f2f6b5d59e
15 changed files with 268 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
frameworks.keyring Normal file

Binary file not shown.

99
kf6-ktexttemplate.changes Normal file
View File

@ -0,0 +1,99 @@
-------------------------------------------------------------------
Mon Oct 7 10:00:19 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.7.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.7.0
- Changes since 6.6.0:
* Update dependency version to 6.7.0
* Update version to 6.7.0
-------------------------------------------------------------------
Sat Sep 7 09:03:30 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.6.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.6.0
- Changes since 6.5.0:
* Update version to 6.6.0
* ci: add Alpine/musl job
-------------------------------------------------------------------
Mon Aug 5 10:47:55 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.5.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.5.0
- Changes since 6.4.0:
* Update dependency version to 6.5.0
* Update version to 6.5.0
-------------------------------------------------------------------
Tue Jul 9 09:41:58 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.4.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.4.0
- No code change since 6.3.0
-------------------------------------------------------------------
Wed Jun 5 10:11:58 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.3.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/6/6.3.0/
- Changes since 6.2.0:
* Remove explicit maintainer from metainfo
-------------------------------------------------------------------
Mon May 6 12:22:56 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.2.0
* New feature release
* For more details please see:
* https://kde.org/announcements/gear/6.2.0/
- Changes since 6.1.0:
* Enforce passing tests on all platforms
-------------------------------------------------------------------
Fri Apr 5 12:52:59 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 6.1.0
* New feature release
- Changes since 6.0.0:
* update version for new release
-------------------------------------------------------------------
Wed Feb 21 19:28:10 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 6.0.0
* New bugfix release
* Release announcement not available yet
- Changes since 5.249.0:
* update version for new release
* Fix typo in API docs
* update version for new release
-------------------------------------------------------------------
Wed Jan 31 17:50:55 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.249.0 (6.0 RC 2):
* New bugfix release
* For more details see https://kde.org/announcements/megarelease/6/rc2/
-------------------------------------------------------------------
Mon Jan 15 20:01:41 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
- Update to 5.248.0 (6.0 RC 1)
* For more details please see:
https://kde.org/announcements/megarelease/6/rc1/
-------------------------------------------------------------------
Wed May 31 09:07:33 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Init kf6-ktexttemplate

95
kf6-ktexttemplate.spec Normal file
View File

@ -0,0 +1,95 @@
#
# spec file for package kf6-ktexttemplate
#
# 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 qt6_version 6.7.0
%define rname ktexttemplate
# Full KF6 version (e.g. 6.7.0)
%{!?_kf6_version: %global _kf6_version %{version}}
# Last major and minor KF6 version (e.g. 6.0)
%{!?_kf6_bugfix_version: %define _kf6_bugfix_version %(echo %{_kf6_version} | awk -F. '{print $1"."$2}')}
%bcond_without released
Name: kf6-ktexttemplate
Version: 6.7.0
Release: 0
Summary: String template library
License: LGPL-2.1-or-later
URL: https://www.kde.org
Source: %{rname}-%{version}.tar.xz
%if %{with released}
Source1: %{rname}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: doxygen
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_bugfix_version}
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
%description
The goal of KTextTemplate is to make it easier for application developers to
separate the structure of documents from the data they contain, opening the door
for theming and advanced generation of other text such as code.
%package -n libKF6TextTemplate6
Summary: Core library for ktexttemplate
Requires: kf6-ktexttemplate >= %{version}
%description -n libKF6TextTemplate6
Library to allow application developers to separate the structure of documents
from the data they contain.
%package devel
Summary: Development package for ktexttemplate
Requires: libKF6TextTemplate6 = %{version}
%description devel
Library to allow application developers to separate the structure of documents
from the data they contain.
Development files.
%prep
%autosetup -p1 -n %{rname}-%{version}
%build
%cmake_kf6 -DBUILD_QCH:BOOL=TRUE
%kf6_build
%install
%kf6_install
%ldconfig_scriptlets -n libKF6TextTemplate6
%files
%{_kf6_debugdir}/ktexttemplate.categories
%{_kf6_plugindir}/kf6/ktexttemplate/
%files -n libKF6TextTemplate6
%license LICENSES/*
%doc README.md
%{_kf6_libdir}/libKF6TextTemplate.so.*
%files devel
%doc %{_kf6_qchdir}/KF6TextTemplate.*
%{_kf6_cmakedir}/KF6TextTemplate/
%{_kf6_includedir}/KTextTemplate/
%{_kf6_libdir}/libKF6TextTemplate.so
%changelog

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9351889c589fb2fa7f33fa6f0d748edbef44863fe79eb49b12d1fa5ab349ae9d
size 846044

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZlnQfwAKCRAsjfWHptSq
wZDaAPsHh55F5kHH1keqKy0ExT4q9W0EFg1UXx4rh+3nNt0xtAEAgToO7O4atK0N
udSkpR+9mj8yWnBD6wfjBCft298tNg0=
=s9Ja
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74300fe80fd7d0e8724b381d8f885345d91f47ae341003d4655e82b0dab6bf90
size 846020

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZohS6QAKCRAsjfWHptSq
wdMZAQDxyFFy7a3Gkdwt9lbVHbJNkuYPbmg0ZERMoW9iUu/Z8wEAm2pbZXaRMgDw
zD9bKM2owlA3GJgOitUc35l/K6lfwww=
=bj3N
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:295a3f87ff08af17f83496fd66b3f634917bcac6466c79be1f4cb6786ecb04c6
size 845956

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZqy/5QAKCRAsjfWHptSq
wWDeAQCUfr/XBBwHNj0MFjK/h7+FMgvDgqSk0JUK8JhaEQXwxQEAzB8qDerS08vp
JpTnZMzbIFi2JiqYedaNCNh8JuUCkQI=
=fPu2
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23611a7724d9ccb534cba22dc88885748cf2ec9037d3dccad5cc54a3d4bdb954
size 846044

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZtrqKgAKCRAsjfWHptSq
wW/3AP42xd+H0UwpPXB1zphpOcBNTbOKBXG27Zbs7Iu5dVuGQwD/ahcUb8s7i/G2
5TyO7LcSaU75SPO0zIAwk63c+WV2UgM=
=06iz
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQSQqWisqEU3zCe5nq8sjfWHptSqwQUCZwAFQwAKCRAsjfWHptSq
waTNAP0aSfBZ1K/HP+nzi3IHar53cVe0lVfTH5fTUjd9GgSGVgD+JTpajzKCghp7
yRuj+qQn9VeXthvrD7JlVoq1xbZOCAs=
=mbdl
-----END PGP SIGNATURE-----