]> git.pld-linux.org Git - packages/kf5-kplotting.git/commitdiff
- updated to 5.249.0; rel 0.1
authorWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 3 Feb 2024 19:26:43 +0000 (20:26 +0100)
committerWitold Filipczyk <witekfl@poczta.onet.pl>
Sat, 3 Feb 2024 19:26:43 +0000 (20:26 +0100)
kf5-kplotting.spec

index 98aabe76ad5783d82154cead82b8632eea7097d4..f954091b37343c872bc88a9a3501cd9b9c6b9169 100644 (file)
@@ -1,23 +1,23 @@
 #
 # Conditional build:
 %bcond_with    tests           # build with tests
-%define                kdeframever     5.114
+%define                kdeframever     5.249.0
 %define                qtver           5.15.2
 %define                kfname          kplotting
 #
 Summary:       Data plotting
 Name:          kf5-%{kfname}
-Version:       5.114.0
-Release:       1
+Version:       5.249.0
+Release:       0.1
 License:       LGPL v2.1+
 Group:         X11/Libraries
-Source0:       https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: eddd520933e9eb9245334edf454c5a5d
+Source0:       https://download.kde.org/unstable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
+# Source0-md5: ba5bd1f6950a2f0d33bb04598ac12592
 URL:           http://www.kde.org/
-BuildRequires: Qt5Core-devel
-BuildRequires: Qt5Gui-devel >= 5.3.1
-BuildRequires: Qt5Test-devel
-BuildRequires: Qt5Widgets-devel
+BuildRequires: Qt6Core-devel
+BuildRequires: Qt6Gui-devel >= 5.3.1
+BuildRequires: Qt6Test-devel
+BuildRequires: Qt6Widgets-devel
 BuildRequires: cmake >= 3.16
 BuildRequires: kf5-extra-cmake-modules >= %{version}
 BuildRequires: ninja
@@ -27,7 +27,7 @@ BuildRequires:        xz
 Requires:      kf5-dirs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                qt5dir          %{_libdir}/qt5
+%define                qt6dir          %{_libdir}/qt6
 
 %description
 KPlotWidget is a QWidget-derived class that provides a virtual base
@@ -88,13 +88,12 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.md
-%ghost %{_libdir}/libKF5Plotting.so.5
-%attr(755,root,root) %{_libdir}/libKF5Plotting.so.*.**
-%attr(755,root,root) %{qt5dir}/plugins/designer/kplotting5widgets.so
+%ghost %{_libdir}/libKF6Plotting.so.6
+%attr(755,root,root) %{_libdir}/libKF6Plotting.so.*.**
+%attr(755,root,root) %{qt6dir}/plugins/designer/kplotting6widgets.so
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/KF5/KPlotting
-%{_libdir}/cmake/KF5Plotting
-%{_libdir}/libKF5Plotting.so
-%{qt5dir}/mkspecs/modules/qt_KPlotting.pri
+%{_includedir}/KF6/KPlotting
+%{_libdir}/cmake/KF6Plotting
+%{_libdir}/libKF6Plotting.so
This page took 0.683366 seconds and 4 git commands to generate.