diff --git a/.gitignore b/.gitignore index 3f525c7..2db5b41 100644 --- a/.gitignore +++ b/.gitignore @@ -61,38 +61,6 @@ /analitza-23.08.0.tar.xz /analitza-23.08.1.tar.xz /analitza-23.08.2.tar.xz -/analitza-24.01.80.tar.xz -/analitza-24.01.85.tar.xz -/analitza-24.01.90.tar.xz -/analitza-24.01.95.tar.xz -/analitza-24.02.0.tar.xz -/analitza-24.02.1.tar.xz -/analitza-24.02.2.tar.xz -/analitza-24.05.0.tar.xz -/analitza-24.05.1.tar.xz -/analitza-24.05.2.tar.xz -/analitza-24.08.0.tar.xz -/analitza-24.08.1.tar.xz -/analitza-24.08.2.tar.xz -/analitza-24.08.3.tar.xz -/analitza-24.11.80.tar.xz -/analitza-24.11.90.tar.xz -/analitza-24.12.0.tar.xz -/analitza-24.12.1.tar.xz -/analitza-24.12.2.tar.xz -/analitza-24.12.3.tar.xz -/analitza-25.03.80.tar.xz -/analitza-25.04.0.tar.xz -/analitza-25.04.1.tar.xz -/analitza-25.04.2.tar.xz -/analitza-25.04.3.tar.xz -/analitza-25.07.80.tar.xz -/analitza-25.07.90.tar.xz -/analitza-25.08.0.tar.xz -/analitza-25.08.1.tar.xz -/analitza-25.08.2.tar.xz -/analitza-25.08.3.tar.xz -/analitza-25.11.80.tar.xz -/analitza-25.11.90.tar.xz -/analitza-25.12.0.tar.xz -/analitza-25.12.1.tar.xz +/analitza-23.08.3.tar.xz +/analitza-23.08.4.tar.xz +/analitza-23.08.5.tar.xz diff --git a/analitza.spec b/analitza.spec index d0dfb3a..3e47d71 100644 --- a/analitza.spec +++ b/analitza.spec @@ -3,38 +3,46 @@ #global bootstrap 1 %if !0%{?bootstrap} -%global tests %[!(0%{?rhel} >= 10)] +%global tests 1 %endif Name: analitza Summary: Library of mathematical features -Version: 25.12.1 -Release: 2%{?dist} +Version: 23.08.5 +Release: 1%{?dist} -# Automatically converted from old format: GPLv2+ - review is highly recommended. -License: GPL-2.0-or-later +License: GPLv2+ URL: https://invent.kde.org/education/%{name} -Source: https://download.kde.org/%{stable_kf6}/release-service/%{version}/src/%{name}-%{version}.tar.xz -BuildRequires: extra-cmake-modules -BuildRequires: kf6-rpm-macros +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz -BuildRequires: cmake(Qt6Widgets) -BuildRequires: cmake(Qt6Xml) -BuildRequires: cmake(Qt6Svg) -BuildRequires: cmake(Qt6Test) -BuildRequires: cmake(Qt6Qml) -BuildRequires: cmake(Qt6Quick) -BuildRequires: cmake(Qt6PrintSupport) -BuildRequires: cmake(Qt6Core5Compat) -BuildRequires: cmake(Qt6OpenGLWidgets) -BuildRequires: cmake(Qt6LinguistTools) -BuildRequires: cmake(Eigen3) +BuildRequires: extra-cmake-modules >= 1.3 +BuildRequires: kf5-rpm-macros +BuildRequires: pkgconfig(eigen3) +BuildRequires: pkgconfig(Qt5Widgets) pkgconfig(Qt5Xml) pkgconfig(Qt5Svg) +BuildRequires: pkgconfig(Qt5Test) pkgconfig(Qt5Qml) pkgconfig(Qt5Quick) +BuildRequires: pkgconfig(Qt5OpenGL) +# technically QtQuick private api, but this should be good enough -- rex +BuildRequires: qt5-qtbase-private-devel +BuildRequires: cmake(Qt5LinguistTools) + +BuildRequires: readline-devel %if 0%{?tests} BuildRequires: xorg-x11-server-Xvfb %endif +Conflicts: kalgebra < 4.7.80 + +Obsoletes: kalgebra-libs < 4.7.80 +Provides: kalgebra-libs = %{version}-%{release} + %description %{summary}. @@ -46,11 +54,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep -%autosetup +%setup -q %build -%cmake_kf6 \ +%cmake_kf5 \ %{?tests:-DBUILD_TESTING:BOOL=ON} %cmake_build @@ -59,7 +67,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %install %cmake_install -%find_lang_kf6 analitza_qt +%find_lang_kf5 analitza_qt %check @@ -71,155 +79,37 @@ popd %endif +%ldconfig_scriptlets + %files -f analitza_qt.lang #doc TODO %license COPYING* %dir %{_datadir}/libanalitza/ %{_datadir}/libanalitza/plots/ -%{_kf6_libdir}/libAnalitza.so.9* -%{_kf6_libdir}/libAnalitzaGui.so.9* -%{_kf6_libdir}/libAnalitzaPlot.so.9* -%{_kf6_libdir}/libAnalitzaWidgets.so.9* -%{_kf6_qmldir}/org/kde/analitza/ +%{_kf5_libdir}/libAnalitza.so.8* +%{_kf5_libdir}/libAnalitzaGui.so.8* +%{_kf5_libdir}/libAnalitzaPlot.so.8* +%{_kf5_libdir}/libAnalitzaWidgets.so.8* +%{_kf5_qmldir}/org/kde/analitza/ %files devel -%{_includedir}/Analitza6/ -%{_kf6_libdir}/libAnalitza.so -%{_kf6_libdir}/libAnalitzaGui.so -%{_kf6_libdir}/libAnalitzaPlot.so -%{_kf6_libdir}/libAnalitzaWidgets.so -%{_kf6_libdir}/cmake/Analitza6/ +%{_includedir}/Analitza5/ +%{_kf5_libdir}/libAnalitza.so +%{_kf5_libdir}/libAnalitzaGui.so +%{_kf5_libdir}/libAnalitzaPlot.so +%{_kf5_libdir}/libAnalitzaWidgets.so +%{_kf5_libdir}/cmake/Analitza5/ %changelog -* Fri Jan 16 2026 Fedora Release Engineering - 25.12.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild +* Thu Feb 15 2024 Alessandro Astone - 23.08.5-1 +- 23.08.5 -* Wed Jan 07 2026 farchord@gmail.com - 25.12.1-1 -- 25.12.1 +* Sun Dec 17 2023 Marc Deop i Argemí - 23.08.4-1 +- 23.08.4 -* Sat Dec 06 2025 Steve Cossette - 25.12.0-1 -- 25.12.0 - -* Fri Nov 28 2025 Steve Cossette - 25.11.90-1 -- 25.11.90 - -* Sat Nov 15 2025 Steve Cossette - 25.11.80-1 -- 25.11.80 - -* Tue Nov 04 2025 Steve Cossette - 25.08.3-1 -- 25.08.3 - -* Wed Oct 08 2025 Steve Cossette - 25.08.2-1 -- 25.08.2 - -* Sun Sep 21 2025 Steve Cossette - 25.08.1-1 -- 25.08.1 - -* Fri Aug 08 2025 Steve Cossette - 25.08.0-1 -- 25.08.0 - -* Fri Jul 25 2025 Steve Cossette - 25.07.90-1 -- 25.07.90 - -* Wed Jul 23 2025 Fedora Release Engineering - 25.07.80-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild - -* Fri Jul 11 2025 Steve Cossette - 25.07.80-1 -- 25.07.80 - -* Thu Jul 03 2025 Steve Cossette - 25.04.3-1 -- 25.04.3 - -* Wed Jun 04 2025 Steve Cossette - 25.04.2-1 -- 25.04.2 - -* Wed May 14 2025 Steve Cossette - 25.04.1-1 -- 25.04.1 - -* Sat Apr 12 2025 Steve Cossette - 25.04.0-1 -- 25.04.0 - -* Thu Mar 20 2025 Steve Cossette - 25.03.80-1 -- 25.03.80 (Beta) - -* Tue Mar 04 2025 Steve Cossette - 24.12.3-1 -- 24.12.3 - -* Fri Feb 21 2025 Steve Cossette - 24.12.2-2 -- Rebuild for ppc64le enablement - -* Wed Feb 05 2025 Steve Cossette - 24.12.2-1 -- 24.12.2 - -* Thu Jan 16 2025 Fedora Release Engineering - 24.12.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Tue Jan 07 2025 Steve Cossette - 24.12.1-1 -- 24.12.1 - -* Sat Dec 07 2024 Marc Deop i Argemí - 24.12.0-1 -- 24.12.0 - -* Fri Nov 29 2024 Marc Deop i Argemí - 24.11.90-1 -- 24.11.90 - -* Fri Nov 15 2024 Marc Deop i Argemí - 24.11.80-1 -- 24.11.80 - -* Tue Nov 05 2024 Steve Cossette - 24.08.3-1 -- 24.08.3 - -* Tue Oct 08 2024 Steve Cossette - 24.08.2-1 -- 24.08.2 - -* Wed Sep 25 2024 Alessandro Astone - 24.08.1-1 -- 24.08.1 - -* Thu Aug 22 2024 Steve Cossette - 24.08.0-1 -- 24.08.0 - -* Thu Jul 25 2024 Miroslav Suchý - 24.05.2-3 -- convert license to SPDX - -* Wed Jul 17 2024 Fedora Release Engineering - 24.05.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Sun Jul 07 2024 Marc Deop i Argemí - 24.05.2-1 -- 24.05.2 - -* Fri Jun 14 2024 Marc Deop i Argemí - 24.05.1-1 -- 24.05.1 - -* Fri May 17 2024 Marc Deop i Argemí - 24.05.0-1 -- 24.05.0 - -* Fri Apr 12 2024 Marc Deop i Argemí - 24.02.2-1 -- 24.02.2 - -* Fri Mar 29 2024 Marc Deop i Argemí - 24.02.1-1 -- 24.02.1 - -* Wed Feb 21 2024 Marc Deop i Argemí - 24.02.0-1 -- 24.02.0 - -* Wed Jan 31 2024 Marc Deop i Argemí - 24.01.95-1 -- 24.01.95 - -* Mon Jan 22 2024 Fedora Release Engineering - 24.01.90-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Fri Jan 19 2024 Fedora Release Engineering - 24.01.90-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Thu Jan 11 2024 Marc Deop i Argemí - 24.01.90-1 -- 24.01.90 - -* Sat Dec 23 2023 ales.astone@gmail.com - 24.01.85-1 -- 24.01.85 - -* Tue Dec 05 2023 Yaakov Selkowitz - 24.01.80-1 -- 24.01.80 +* Tue Nov 14 2023 Marc Deop i Argemí - 23.08.3-1 +- 23.08.3 * Thu Oct 12 2023 Marc Deop i Argemí - 23.08.2-1 - 23.08.2 diff --git a/sources b/sources index 926ada6..e209ebb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (analitza-25.12.1.tar.xz) = 0633ef300b87848ac4014ce151a2331e3eeb7f7330263a9dfc7a212e247e2fc2a7184d3472561bea5540c038755c17f3855e76b9c9d4a95b57f603a854df3a06 +SHA512 (analitza-23.08.5.tar.xz) = 6b16a903e1a0579e16dc50b41ba64ea8da47ad7c09faf362c683e8f5b63881c407855c1cd02d8dca231be8387f23a780676315209faf63149b1d3c7c66cd2fcb