kreport/kreport.spec

108 lines
3.1 KiB
RPMSpec
Raw Normal View History

#
# spec file for package kreport
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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/
#
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
%define sover 4
Name: kreport
Version: 3.2.0
Release: 0
Summary: Framework for creation and generation of reports
License: LGPL-2.0-only
Group: Productivity/Office/Other
URL: https://community.kde.org/KReport
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
Source0: https://download.kde.org/stable/%{name}/src/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM
Patch0: Fix-kexi-build-with-GCC-10.patch
BuildRequires: extra-cmake-modules
BuildRequires: kproperty-devel
BuildRequires: python-base
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(Marble)
BuildRequires: cmake(Qt5Core)
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5WebKitWidgets)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
Recommends: %{name}-lang
%description
A framework for creation and generation of reports in multiple formats
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
%package -n libKReport3-%{sover}
Summary: The library for the Report Creation and generation Framework
Group: System/Libraries
Requires: %{name} >= %{version}
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
%description -n libKReport3-%{sover}
The main library for the Report creation and generation framework
%package devel
Summary: Development package for KReport
Group: Development/Libraries/KDE
Requires: kproperty-devel
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
Requires: libKReport3-%{sover} = %{version}
%description devel
Development package for the Report Creation and Generation framework
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
%lang_package
%prep
%setup -q
%autopatch -p1
%build
%cmake_kf5 -d build
%make_jobs
%install
%kf5_makeinstall -C build
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
%find_lang %{name} %{name}.lang --all-name --with-qt
# The pkgconfig files contain incorrect stuff
rm -f %{buildroot}%{_libdir}/pkgconfig/KReport3.pc
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
%post -n libKReport3-%{sover} -p /sbin/ldconfig
%postun -n libKReport3-%{sover} -p /sbin/ldconfig
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
%files -n libKReport3-%{sover}
%license COPYING.LIB
%{_libdir}/libKReport3.so.*
%files
%{_datadir}/kreport3/
%{_kf5_servicetypesdir}/kreport_elementplugin.desktop
%{_kf5_plugindir}/kreport3/
%files devel
%license COPYING*
%{_includedir}/KReport3/
%{_libdir}/cmake/KReport3/
%{_libdir}/libKReport3.so
#%%{_libdir}/pkgconfig/KReport3.pc
%{_kf5_mkspecsdir}/qt_KReport3.pri
Accepting request 589795 from home:wolfi323:branches:KDE:Extra - Update to 3.1.0: * General + Bump soname for the libraries to separate from incompatible 3.0.x versions + Add Python 3 support for the buildsystem * New features + Add support for custom page width/height + Add more page sizes * API changes + see https://community.kde.org/Kexi/Releases/3.1.0_Changes for details * Bug fixes + Fix rendering asynchronously rendered elements such as maps and web boxes + Stability fixes from Coverity tests + Fix build warnings and clear up init() code for items + Fix crash in SortedField when copy-constructing + Fix usage of QPageLayout by calling the non default constructor + Port QRegExp to QRegularExpression + Remove unnescessary strings for translation + Linestyle width > weight + Fix initialization of report elements created by user, e.g. barcodes had invalid default settings + Fix field type not updating report dirty state + Improve detection of scripting in reports + Set the default interpreter to Javascript if it is empty + Fix interpreter if empty + Add missing features from 2.9 + Always save the interpreter as javascript if empty + Fix broken logic related to looping over report elements + Fix recursion crash when item is smaller than scene + Change X-KReport-Priority field in .desktop files to X-KReport-PluginInfo-Priority + Fix horizontal alignment for barcode scripting and use alignment enum + Make KReport build and kreportexample run also when KREPORT_SCRIPTING is OFF + Fix crash when showing first-page section + Fix crash when pasting line element + Improve initialization of properties in Report Designer + Use suffix option from the new KProperty instead of units; implement units locally in KReport * Docs and examples + Enable creation of API docs QCH file during the build + Add and improve user scripting API docs from 2.9 + Add brief docs for exported classes - Add separate lang subpackage that contains the new translations OBS-URL: https://build.opensuse.org/request/show/589795 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=24
2018-03-22 06:57:46 +01:00
%files lang -f %{name}.lang
%changelog