commit
ff47bbf9a9
@ -0,0 +1 @@
|
|||||||
|
SOURCES/kquickcharts-5.108.0.tar.xz
|
@ -0,0 +1 @@
|
|||||||
|
2c17caddd1594022487143079bdf8efc89924be7 SOURCES/kquickcharts-5.108.0.tar.xz
|
@ -0,0 +1,238 @@
|
|||||||
|
%undefine __cmake_in_source_build
|
||||||
|
%global framework kquickcharts
|
||||||
|
|
||||||
|
# uncomment to enable bootstrap mode
|
||||||
|
#global bootstrap 1
|
||||||
|
|
||||||
|
%if !0%{?bootstrap}
|
||||||
|
%global tests 1
|
||||||
|
%endif
|
||||||
|
|
||||||
|
Name: kf5-%{framework}
|
||||||
|
Summary: A QtQuick module providing high-performance charts
|
||||||
|
Version: 5.108.0
|
||||||
|
Release: 1%{?dist}
|
||||||
|
|
||||||
|
# libs are LGPL, tools are GPL
|
||||||
|
# KDE e.V. may determine that future LGPL/GPL versions are accepted
|
||||||
|
License: LGPLv2+
|
||||||
|
URL: https://invent.kde.org/frameworks/%{framework}
|
||||||
|
|
||||||
|
%global majmin %majmin_ver_kf5
|
||||||
|
%global stable %stable_kf5
|
||||||
|
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
|
||||||
|
|
||||||
|
## upstreamable patches
|
||||||
|
|
||||||
|
## upstream patches
|
||||||
|
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: extra-cmake-modules >= %{majmin}
|
||||||
|
BuildRequires: cmake(Qt5Qml)
|
||||||
|
BuildRequires: cmake(Qt5Quick)
|
||||||
|
BuildRequires: cmake(Qt5QuickControls2)
|
||||||
|
BuildRequires: make
|
||||||
|
|
||||||
|
%description
|
||||||
|
The Quick Charts module provides a set of charts that can be used from QtQuick
|
||||||
|
applications. They are intended to be used for both simple display of data as
|
||||||
|
well as continuous display of high-volume data (often referred to as plotters).
|
||||||
|
The charts use a system called distance fields for their accelerated rendering,
|
||||||
|
which provides ways of using the GPU for rendering 2D shapes without loss of
|
||||||
|
quality.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development files for %{name}
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
%description devel
|
||||||
|
The %{name}-devel package contains libraries and header files for
|
||||||
|
developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{framework}-%{version} -p1
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{cmake_kf5} \
|
||||||
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
||||||
|
%cmake_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%cmake_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%if 0%{?tests}
|
||||||
|
export CTEST_OUTPUT_ON_FAILURE=1
|
||||||
|
xvfb-run -a \
|
||||||
|
dbus-launch --exit-with-session \
|
||||||
|
time \
|
||||||
|
make test ARGS="--output-on-failure --timeout 300" -C %{_target_platform} ||:
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README.md
|
||||||
|
%license LICENSES/*.txt
|
||||||
|
%{_kf5_datadir}/qlogging-categories5/%{framework}.*
|
||||||
|
%{_kf5_qmldir}/org/kde/quickcharts/
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_kf5_libdir}/cmake/KF5QuickCharts/
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Jan 14 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 5.108.0-1
|
||||||
|
- Rebuilt for MSVSphere 9.3
|
||||||
|
|
||||||
|
* Sun Jul 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.108.0-1
|
||||||
|
- 5.108.0
|
||||||
|
|
||||||
|
* Sat Jun 03 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.107.0-1
|
||||||
|
- 5.107.0
|
||||||
|
|
||||||
|
* Mon May 15 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.106.0-1
|
||||||
|
- 5.106.0
|
||||||
|
|
||||||
|
* Sun Apr 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.105.0-1
|
||||||
|
- 5.105.0
|
||||||
|
|
||||||
|
* Sat Mar 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.104.0-1
|
||||||
|
- 5.104.0
|
||||||
|
|
||||||
|
* Sun Feb 05 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.103.0-1
|
||||||
|
- 5.103.0
|
||||||
|
|
||||||
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.102.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jan 14 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.102.0-1
|
||||||
|
- 5.102.0
|
||||||
|
|
||||||
|
* Mon Dec 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.101.0-1
|
||||||
|
- 5.101.0
|
||||||
|
- use new macros to simplify code
|
||||||
|
|
||||||
|
* Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1
|
||||||
|
- 5.100.0
|
||||||
|
|
||||||
|
* Fri Oct 14 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.99.0-1
|
||||||
|
- 5.99.0
|
||||||
|
|
||||||
|
* Thu Sep 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.98.0-1
|
||||||
|
- 5.98.0
|
||||||
|
|
||||||
|
* Sat Aug 13 2022 Justin Zobel <justin@1707.io> - 5.97.0-1
|
||||||
|
- Update to 5.97.0
|
||||||
|
|
||||||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.96.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1
|
||||||
|
- 5.96.0
|
||||||
|
|
||||||
|
* Fri May 13 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.94.0-1
|
||||||
|
- 5.94.0
|
||||||
|
|
||||||
|
* Sun Apr 10 2022 Justin Zobel <justin@1707.io> - 5.93-1
|
||||||
|
- Update to 5.93
|
||||||
|
|
||||||
|
* Thu Mar 10 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.92.0-1
|
||||||
|
- 5.92.0
|
||||||
|
|
||||||
|
* Fri Feb 11 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.91.0-1
|
||||||
|
- 5.91.0
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.90.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 04 2022 Marc Deop i Argemí (Private) <marc@marcdeop.com> - 5.90.0-1
|
||||||
|
- 5.90.0
|
||||||
|
|
||||||
|
* Wed Dec 08 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.89.0-1
|
||||||
|
- 5.89.0
|
||||||
|
|
||||||
|
* Mon Nov 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.88.0-1
|
||||||
|
- 5.88.0
|
||||||
|
|
||||||
|
* Tue Oct 05 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.87.0-1
|
||||||
|
- 5.87.0
|
||||||
|
|
||||||
|
* Tue Sep 14 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.86.0-1
|
||||||
|
- 5.86.0
|
||||||
|
|
||||||
|
* Thu Aug 12 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.85.0-1
|
||||||
|
- 5.85.0
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.83.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jun 08 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.83.0-1
|
||||||
|
- 5.83.0
|
||||||
|
|
||||||
|
* Mon May 03 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.82.0-1
|
||||||
|
- 5.82.0
|
||||||
|
|
||||||
|
* Tue Apr 06 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.81.0-1
|
||||||
|
- 5.81.0
|
||||||
|
|
||||||
|
* Tue Mar 09 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.80.0-1
|
||||||
|
- 5.80.0
|
||||||
|
|
||||||
|
* Sat Feb 06 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.79.0-2
|
||||||
|
- respin
|
||||||
|
|
||||||
|
* Sat Feb 06 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.79.0-1
|
||||||
|
- 5.79.0
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.78.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 4 08:53:52 CST 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.78.0-1
|
||||||
|
- 5.78.0
|
||||||
|
|
||||||
|
* Sun Dec 13 14:18:26 CST 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.77.0-1
|
||||||
|
- 5.77.0
|
||||||
|
|
||||||
|
* Thu Nov 19 09:10:22 CST 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.76.0-1
|
||||||
|
- 5.76.0
|
||||||
|
|
||||||
|
* Wed Oct 14 10:03:27 CDT 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.75.0-1
|
||||||
|
- 5.75.0
|
||||||
|
|
||||||
|
* Fri Sep 18 2020 Jan Grulich <jgrulich@redhat.com> - 5.74.0-1
|
||||||
|
- 5.74.0
|
||||||
|
|
||||||
|
* Mon Aug 03 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.73.0-1
|
||||||
|
- 5.73.0
|
||||||
|
|
||||||
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.72.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 07 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.72.0-1
|
||||||
|
- 5.72.0
|
||||||
|
|
||||||
|
* Tue Jun 16 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.71.0-1
|
||||||
|
- 5.71.0
|
||||||
|
|
||||||
|
* Mon May 04 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.70.0-1
|
||||||
|
- 5.70.0
|
||||||
|
|
||||||
|
* Tue Apr 21 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.69.0-1
|
||||||
|
- 5.69.0
|
||||||
|
|
||||||
|
* Fri Mar 20 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.68.0-1
|
||||||
|
- 5.68.0
|
||||||
|
|
||||||
|
* Fri Feb 14 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.67.0-1
|
||||||
|
- 5.67.0
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Rex Dieter <rdieter@fedoraproject.org> - 5.66.0-3
|
||||||
|
- simplify %%files
|
||||||
|
|
||||||
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.66.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jan 20 2020 Martin Kyral <martin.kyral@gmail.com> - 5.66.0-1
|
||||||
|
- 5.66.0
|
Loading…
Reference in new issue