KDE Release Gear 24.05.2

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/poxml?expand=0&rev=200
This commit is contained in:
Christophe Marin 2024-07-04 20:43:04 +00:00 committed by Git OBS Bridge
commit 194c2a5739
7 changed files with 2595 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.

3
poxml-24.05.2.tar.xz Normal file
View File

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

16
poxml-24.05.2.tar.xz.sig Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2BwMs463Je9mkcOFu0YzUNbvMe8FAmaDmz4ACgkQu0YzUNbv
Me+C9BAAjMlEAWuqELOHmO4UyrIdGbycSWGlvvmn2A9cx+jiarqQupUxohmYnYY5
aMLxc7rH9EdEl4eff1/y4JdLtwdIZbn/lwzakXhZst1HomGN9mJ85Cu2cJHurXuV
ZiNzkwAER/qdk+yrjcwsi+IZ8nVQINebOyIfDjG44t7BmbDPMNMjETRu/1ZOIO7B
dd2yFJ1hk1ah9Wq/qoECd4yqseTxXN6LxhJphTZCI3NsP/uT6LGUF7flOmjbtxuI
Zbx4TUw2vJG9JIeCQTtOB7cX3a2fsCjPTJJC8DT3zTgGI7OAVl/8GukOTUQpiF72
RDHaTF0PspAKZhrhONySyIY69qIFJZ/4hf3hvqMHh6bSLBLmyKI3cov5HYTxnoCQ
RUod0m3NzjFHHKAJjSMBPC0NUM3kAHuyStOkrZZhrWcFvS536wqEd98nuhayD1Rp
IeOPwPA52MJqRw1XYbt4DTaFQtfqxU8KrqbNlk02hXyTAQ6GHZDbNM+es2XHePMI
N9mc/Qp60S3Y/ofNWRQWCet9hoUN59Z8WIZgH2VxcorjH5sVB9AgV9sHY2Bo6jMU
K9qcPs8vyf4Swq5KtYuPcJRIhdeKjEuGYqksO7W4gXSXD608lmLLtS6iThDG9j7l
NpoN9gkfgetzF4QzQzET/YzTUqyrp2Kw2pEWliyjK5C7hwuT1Ds=
=IzwH
-----END PGP SIGNATURE-----

2467
poxml.changes Normal file

File diff suppressed because it is too large Load Diff

85
poxml.spec Normal file
View File

@ -0,0 +1,85 @@
#
# spec file for package poxml
#
# 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/
#
%bcond_without released
Name: poxml
Version: 24.05.2
Release: 0
Summary: Tools for translating DocBook XML files with Gettext
License: GPL-2.0-only AND GFDL-1.2-only
URL: https://www.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: antlr
BuildRequires: antlr-devel
BuildRequires: extra-cmake-modules
BuildRequires: gettext-devel
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Xml)
%description
This is a collection of tools that facilitate translating DocBook XML
files using Gettext message files (PO files).
%package -n kde-l10n-devel
Summary: Tools for translating DocBook XML files with Gettext
Recommends: %{name}-lang
Obsoletes: kde4-l10n-devel < %{version}
Provides: kde4-l10n-devel = %{version}
Provides: %{name} = %{version}
%description -n kde-l10n-devel
This is a collection of tools that facilitate translating DocBook XML
files using Gettext message files (PO files).
%lang_package
%prep
%autosetup -p1
%build
%ifarch ppc64
RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
export CXXFLAGS="%{optflags} -fPIC"
export CFLAGS="%{optflags} -fPIC"
%cmake_kf5 -d build -- -DCMAKE_CXXFLAGS="%{optflags}" -DCMAKE_CFLAGS="%{optflags}"
%cmake_build
%install
%kf5_makeinstall -C build
%find_lang %{name} --with-man --all-name
%ldconfig_scriptlets -n kde-l10n-devel
%files -n kde-l10n-devel
%license COPYING*
%{_kf5_bindir}/po2xml
%{_kf5_bindir}/split2po
%{_kf5_bindir}/swappo
%{_kf5_bindir}/xml2pot
%{_kf5_mandir}/man1/*.*%{ext_man}
%files lang -f %{name}.lang
%changelog