[packages/kf5-kservice] Revert "- updated to 5.249.0; rel 0.1"

witekfl witekfl at pld-linux.org
Thu Mar 14 17:34:05 CET 2024


commit be64ae00f3f87cbe76cd12620885b44abb188c8e
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Thu Mar 14 16:06:07 2024 +0100

    Revert "- updated to 5.249.0; rel 0.1"
    
    This reverts commit 6992fb01fcff4bc3f0cdc4fc2b0b519bf11d4022.

 kf5-kservice.spec | 81 +++++++++++++++++++++++++++++++++----------------------
 1 file changed, 49 insertions(+), 32 deletions(-)
---
diff --git a/kf5-kservice.spec b/kf5-kservice.spec
index 82f22b5..bcbb543 100644
--- a/kf5-kservice.spec
+++ b/kf5-kservice.spec
@@ -1,24 +1,24 @@
 #
 # Conditional build:
 %bcond_with	tests		# build with tests
-%define		kdeframever	5.249.0
+%define		kdeframever	5.114
 %define		qtver		5.15.2
 %define		kfname		kservice
 
 Summary:	Plugin framework for desktop services
 Name:		kf5-%{kfname}
-Version:	5.249.0
-Release:	0.1
+Version:	5.114.0
+Release:	1
 License:	LGPL v2.1+
 Group:		X11/Libraries
-Source0:	https://download.kde.org/unstable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5:	799ba11a5d43bfe10fd6c6adffe20e01
+Source0:	https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
+# Source0-md5:	2b830b7183b55364db204aad40ebf742
 URL:		http://www.kde.org/
-BuildRequires:	Qt6Concurrent-devel >= %{qtver}
-BuildRequires:	Qt6Core-devel >= %{qtver}
-BuildRequires:	Qt6DBus-devel >= %{qtver}
-BuildRequires:	Qt6Test-devel >= %{qtver}
-BuildRequires:	Qt6Xml-devel >= %{qtver}
+BuildRequires:	Qt5Concurrent-devel >= %{qtver}
+BuildRequires:	Qt5Core-devel >= %{qtver}
+BuildRequires:	Qt5DBus-devel >= %{qtver}
+BuildRequires:	Qt5Test-devel >= %{qtver}
+BuildRequires:	Qt5Xml-devel >= %{qtver}
 BuildRequires:	bison >= 3.0
 BuildRequires:	cmake >= 3.16
 BuildRequires:	flex
@@ -32,8 +32,8 @@ BuildRequires:	ninja
 BuildRequires:	rpmbuild(macros) >= 1.736
 BuildRequires:	tar >= 1:1.22
 BuildRequires:	xz
-Requires:	Qt6DBus >= %{qtver}
-Requires:	Qt6Xml >= %{qtver}
+Requires:	Qt5DBus >= %{qtver}
+Requires:	Qt5Xml >= %{qtver}
 Requires:	kf5-dirs
 Requires:	kf5-kconfig >= %{version}
 Requires:	kf5-kcoreaddons >= %{version}
@@ -41,7 +41,7 @@ Requires:	kf5-kdbusaddons >= %{version}
 Requires:	kf5-ki18n >= %{version}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		qt6dir		%{_libdir}/qt6
+%define		qt5dir		%{_libdir}/qt5
 
 %description
 KService provides a plugin framework for handling desktop services.
@@ -83,7 +83,7 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 rm -rf $RPM_BUILD_ROOT
 %ninja_install -C build
 
-%find_lang %{kfname}6
+%find_lang %{kfname}5
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -91,26 +91,43 @@ rm -rf $RPM_BUILD_ROOT
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%files -f %{kfname}6.lang
+%files -f %{kfname}5.lang
 %defattr(644,root,root,755)
 %doc README.md
-%ghost %{_libdir}/libKF6Service.so.6
-%attr(755,root,root) %{_libdir}/libKF6Service.so.*.*
-%{_datadir}/qlogging-categories6/kservice.categories
-%{_datadir}/qlogging-categories6/kservice.renamecategories
-%attr(755,root,root) %{_bindir}/kbuildsycoca6
-%{_mandir}/ca/man8/kbuildsycoca6.8*
-%{_mandir}/es/man8/kbuildsycoca6.8*
-%{_mandir}/fr/man8/kbuildsycoca6.8*
-%{_mandir}/it/man8/kbuildsycoca6.8*
-%{_mandir}/man8/kbuildsycoca6.8*
-%{_mandir}/nl/man8/kbuildsycoca6.8*
-%{_mandir}/pt_BR/man8/kbuildsycoca6.8*
-%{_mandir}/tr/man8/kbuildsycoca6.8*
-%{_mandir}/uk/man8/kbuildsycoca6.8*
+/etc/xdg/menus/applications.menu
+%attr(755,root,root) %{_bindir}/kbuildsycoca5
+%ghost %{_libdir}/libKF5Service.so.5
+%attr(755,root,root) %{_libdir}/libKF5Service.so.*.*
+%{_datadir}/kservicetypes5/application.desktop
+%{_datadir}/kservicetypes5/kplugininfo.desktop
+%{_mandir}/man8/desktoptojson.8*
+%{_mandir}/man8/kbuildsycoca5.8*
+%lang(ca) %{_mandir}/ca/man8/desktoptojson.8*
+%lang(ca) %{_mandir}/ca/man8/kbuildsycoca5.8*
+%lang(de) %{_mandir}/de/man8/desktoptojson.8*
+%lang(de) %{_mandir}/de/man8/kbuildsycoca5.8*
+%lang(es) %{_mandir}/es/man8/desktoptojson.8*
+%lang(es) %{_mandir}/es/man8/kbuildsycoca5.8*
+%lang(it) %{_mandir}/it/man8/desktoptojson.8*
+%lang(it) %{_mandir}/it/man8/kbuildsycoca5.8*
+%lang(nl) %{_mandir}/nl/man8/desktoptojson.8*
+%lang(nl) %{_mandir}/nl/man8/kbuildsycoca5.8*
+%lang(pt) %{_mandir}/pt/man8/desktoptojson.8*
+%lang(pt) %{_mandir}/pt/man8/kbuildsycoca5.8*
+%lang(pt_BR) %{_mandir}/pt_BR/man8/desktoptojson.8*
+%lang(pt_BR) %{_mandir}/pt_BR/man8/kbuildsycoca5.8*
+%lang(sv) %{_mandir}/sv/man8/desktoptojson.8*
+%lang(sv) %{_mandir}/sv/man8/kbuildsycoca5.8*
+%lang(uk) %{_mandir}/uk/man8/desktoptojson.8*
+%lang(uk) %{_mandir}/uk/man8/kbuildsycoca5.8*
+%lang(id) %{_mandir}/id/man8/desktoptojson.8*
+%{_datadir}/qlogging-categories5/kservice.categories
+%lang(fr) %{_mandir}/fr/man8/kbuildsycoca5.8*
+%{_datadir}/qlogging-categories5/kservice.renamecategories
 
 %files devel
 %defattr(644,root,root,755)
-%{_includedir}/KF6/KService
-%{_libdir}/cmake/KF6Service
-%{_libdir}/libKF6Service.so
+%{_includedir}/KF5/KService
+%{_libdir}/cmake/KF5Service
+%{_libdir}/libKF5Service.so
+%{qt5dir}/mkspecs/modules/qt_KService.pri
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kservice.git/commitdiff/0dc2efb03b0a6d9b7496c696b98929023799f6f2



More information about the pld-cvs-commit mailing list