[packages/ka6-konversation] - updated to 25.12.1
witekfl
witekfl at pld-linux.org
Thu Jan 8 18:30:46 CET 2026
commit c85d39904a68d296b0937253d69f7f777e96535e
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Thu Jan 8 18:30:42 2026 +0100
- updated to 25.12.1
ka6-konversation.spec | 30 +++++++++++++++++++++++-------
1 file changed, 23 insertions(+), 7 deletions(-)
---
diff --git a/ka6-konversation.spec b/ka6-konversation.spec
index b01ff35..6b294e8 100644
--- a/ka6-konversation.spec
+++ b/ka6-konversation.spec
@@ -1,18 +1,18 @@
#
# Conditional build:
%bcond_with tests # build with tests
-%define kdeappsver 25.12.0
+%define kdeappsver 25.12.1
%define qtver 6.5.0
%define kframever 6.13.0
%define kaname konversation
Summary: Konversation
Name: ka6-%{kaname}
-Version: 25.12.0
+Version: 25.12.1
Release: 1
License: GPL v2+/LGPL v2.1+
Group: X11/Libraries
Source0: https://download.kde.org/stable/release-service/%{kdeappsver}/src/%{kaname}-%{version}.tar.xz
-# Source0-md5: 5a69a340d18ea0115ab785464f5decd1
+# Source0-md5: ef51f92e7909b3d1fada0363a942b988
URL: http://www.kde.org/
BuildRequires: Qt6Core-devel >= %{qtver}
BuildRequires: Qt6DBus-devel >= %{qtver}
@@ -52,7 +52,7 @@ BuildRequires: qt6-qttools >= %{qtver}
BuildRequires: rpmbuild(macros) >= 1.736
BuildRequires: tar >= 1:1.22
BuildRequires: xz
-Requires(post,postun): desktop-file-utils
+Requires: %{name}-data = %{version}-%{release}
%requires_eq_to Qt6Core Qt6Core-devel
Obsoletes: ka5-%{kaname} < %{version}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -60,6 +60,19 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
Konversation.
+%package data
+Summary: Data files for %{kaname}
+Summary(pl.UTF-8): Dane dla %{kaname}
+Group: X11/Applications
+Requires(post,postun): desktop-file-utils
+BuildArch: noarch
+
+%description data
+Data files for Konversation.
+
+%description data -l pl.UTF-8
+Dane dla Konversation.
+
%prep
%setup -q -n %{kaname}-%{version}
@@ -95,16 +108,19 @@ rm -rf $RPM_BUILD_ROOT%{_kdedocdir}/{sr,zh_CN}
%clean
rm -rf $RPM_BUILD_ROOT
-%post
+%post data
%update_desktop_database_post
-%postun
+%postun data
%update_desktop_database_postun
-%files -f %{kaname}.lang
+%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog INSTALL NEWS README
%attr(755,root,root) %{_bindir}/konversation
+
+%files data -f %{kaname}.lang
+%defattr(644,root,root,755)
%{_desktopdir}/org.kde.konversation.desktop
%{_datadir}/dbus-1/services/org.kde.konversation.service
%{_iconsdir}/hicolor/*x*/actions/konv_message.png
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ka6-konversation.git/commitdiff/c85d39904a68d296b0937253d69f7f777e96535e
More information about the pld-cvs-commit
mailing list