[packages/kp6-bluedevil] - updated to 6.3.5
witekfl
witekfl at pld-linux.org
Wed May 7 11:53:24 CEST 2025
commit 2956440e13d2407d6cb9c6a5bfc4e44890af44a5
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Wed May 7 10:53:20 2025 +0200
- updated to 6.3.5
kp6-bluedevil.spec | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/kp6-bluedevil.spec b/kp6-bluedevil.spec
index 9c150e0..72aa153 100644
--- a/kp6-bluedevil.spec
+++ b/kp6-bluedevil.spec
@@ -1,17 +1,17 @@
#
# Conditional build:
%bcond_with tests # build with tests
-%define kdeplasmaver 6.3.4
+%define kdeplasmaver 6.3.5
%define qtver 5.15.2
%define kpname bluedevil
Summary: Integrate the Bluetooth technology within KDE workspace and applications
Name: kp6-%{kpname}
-Version: 6.3.4
+Version: 6.3.5
Release: 1
License: GPL v2+/LGPL v2.1+
Group: X11/Libraries
Source0: https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: 7a475d13ad36bd7ce806870ed9ca070b
+# Source0-md5: adc085264cc4708cf5e535a31dd05cba
URL: http://www.kde.org/
BuildRequires: Qt6Core-devel >= %{qtver}
BuildRequires: Qt6Quick-devel >= %{qtver}
@@ -37,7 +37,8 @@ BuildRequires: qt6-build >= %{qtver}
BuildRequires: rpmbuild(macros) >= 1.164
BuildRequires: tar >= 1:1.22
BuildRequires: xz
-Obsoletes: kp5-%{kpname} < %{version}
+Requires(post,postun): desktop-file-utils
+Obsoletes: kp5-%{kpname} < 6
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -71,8 +72,14 @@ rm -rf $RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+%update_desktop_database_post
+
+%postun
+/sbin/ldconfig
+%update_desktop_database_postun
+
%files -f bluedevil.lang
%defattr(644,root,root,755)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp6-bluedevil.git/commitdiff/2956440e13d2407d6cb9c6a5bfc4e44890af44a5
More information about the pld-cvs-commit
mailing list