From 6d9cd48a654ffeacad0fc2af95b0d9d159fcc398 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Sat, 3 Feb 2024 20:27:53 +0100 Subject: [PATCH] - updated to 5.249.0; rel 0.1 --- kf5-kpeople.spec | 60 +++++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/kf5-kpeople.spec b/kf5-kpeople.spec index 59269c0..091fa51 100644 --- a/kf5-kpeople.spec +++ b/kf5-kpeople.spec @@ -1,31 +1,31 @@ # Conditional build: %bcond_with tests # build without tests # -%define kdeframever 5.114 +%define kdeframever 5.249.0 %define qtver 5.15.2 %define kfname kpeople Summary: Provides access to all contacts and the people who hold them Name: kf5-%{kfname} -Version: 5.114.0 -Release: 1 +Version: 5.249.0 +Release: 0.1 License: GPL v2+/LGPL v2.1+ Group: X11/Libraries -Source0: https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz -# Source0-md5: 94de5d64496029fb3842781081561846 +Source0: https://download.kde.org/unstable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz +# Source0-md5: d4359ee9e445ff470435d3d377042414 URL: http://www.kde.org/ -BuildRequires: Qt5Core-devel >= %{qtver} -BuildRequires: Qt5Gui-devel >= %{qtver} -BuildRequires: Qt5Network-devel >= %{qtver} -BuildRequires: Qt5Test-devel >= %{qtver} +BuildRequires: Qt6Core-devel >= %{qtver} +BuildRequires: Qt6Gui-devel >= %{qtver} +BuildRequires: Qt6Network-devel >= %{qtver} +BuildRequires: Qt6Test-devel >= %{qtver} %if %{with tests} -BuildRequires: Qt5Gui-devel >= %{qtver} -BuildRequires: Qt5Widgets-devel >= %{qtver} +BuildRequires: Qt6Gui-devel >= %{qtver} +BuildRequires: Qt6Widgets-devel >= %{qtver} %endif BuildRequires: cmake >= 3.16 BuildRequires: kf5-extra-cmake-modules >= %{version} BuildRequires: kf5-kcoreaddons-devel >= %{version} BuildRequires: ninja -BuildRequires: qt5-build >= %{qtver} +BuildRequires: qt6-build >= %{qtver} BuildRequires: rpmbuild(macros) >= 1.164 BuildRequires: tar >= 1:1.22 BuildRequires: xz @@ -76,23 +76,25 @@ rm -rf $RPM_BUILD_ROOT %files -f %{kfname}5.lang %defattr(644,root,root,755) %doc README.md -%{_datadir}/qlogging-categories5/kpeople.categories -%attr(755,root,root) %{_libdir}/libKF5People.so.*.*.* -%ghost %{_libdir}/libKF5People.so.5 -%attr(755,root,root) %{_libdir}/libKF5PeopleBackend.so.*.*.* -%ghost %{_libdir}/libKF5PeopleBackend.so.5 -%attr(755,root,root) %{_libdir}/libKF5PeopleWidgets.so.*.*.* -%ghost %{_libdir}/libKF5PeopleWidgets.so.5 -%dir %{_libdir}/qt5/qml/org/kde/people -%{_libdir}/qt5/qml/org/kde/people/qmldir -%attr(755,root,root) %{_libdir}/qt5/qml/org/kde/people/libKF5PeopleDeclarative.so -%{_datadir}/qlogging-categories5/kpeople.renamecategories +%{_datadir}/qlogging-categories6/kpeople.categories +%attr(755,root,root) %{_libdir}/libKF6People.so.*.*.* +%ghost %{_libdir}/libKF6People.so.6 +%attr(755,root,root) %{_libdir}/libKF6PeopleBackend.so.*.*.* +%ghost %{_libdir}/libKF6PeopleBackend.so.6 +%attr(755,root,root) %{_libdir}/libKF6PeopleWidgets.so.*.*.* +%ghost %{_libdir}/libKF6PeopleWidgets.so.6 +%dir %{_libdir}/qt6/plugins/kpeople +%dir %{_libdir}/qt6/plugins/kpeople/datasource +%attr(755,root,root) %{_libdir}/qt6/plugins/kpeople/datasource/KPeopleVCard.so +%dir %{_libdir}/qt6/qml/org/kde/people +%{_libdir}/qt6/qml/org/kde/people/qmldir +%attr(755,root,root) %{_libdir}/qt6/qml/org/kde/people/libKF6PeopleDeclarative.so +%{_datadir}/qlogging-categories6/kpeople.renamecategories %files devel %defattr(644,root,root,755) -%{_libdir}/libKF5People.so -%{_libdir}/libKF5PeopleBackend.so -%{_libdir}/libKF5PeopleWidgets.so -%{_includedir}/KF5/KPeople -%{_libdir}/cmake/KF5People -%{_libdir}/qt5/mkspecs/modules/qt_KPeople*.pri +%{_libdir}/libKF6People.so +%{_libdir}/libKF6PeopleBackend.so +%{_libdir}/libKF6PeopleWidgets.so +%{_includedir}/KF6/KPeople +%{_libdir}/cmake/KF6People -- 2.44.0