From be4f0b7b60c8dfc5b7cd232116a4e5d5508a5b60 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 00:56:13 +0100 Subject: [PATCH] fix conflict of man1/kdesu.1 with kde-runtime-4 [release 5.7.2-2mamba;Fri Jul 22 2016] --- kde-cli-tools.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/kde-cli-tools.spec b/kde-cli-tools.spec index 5bcc96f..ed45f15 100644 --- a/kde-cli-tools.spec +++ b/kde-cli-tools.spec @@ -2,7 +2,7 @@ Name: kde-cli-tools Version: 5.7.2 -Release: 1mamba +Release: 2mamba Summary: KDE Plasma 5 command line tools Group: Graphical Desktop/Applications/Utilities Vendor: openmamba @@ -68,6 +68,8 @@ KDE Plasma 5 command line tools. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build +mv %{buildroot}%{_mandir}/man1/kdesu.1 %{buildroot}%{_mandir}/man1/kdesu5.1 + %find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang %clean @@ -83,10 +85,13 @@ KDE Plasma 5 command line tools. %lang(en) %{_datadir}/doc/HTML/en/* %lang(ca) %{_datadir}/doc/HTML/ca/* %{_datadir}/kservices5/filetypes.desktop -%{_mandir}/man1/kdesu.1* +%{_mandir}/man1/kdesu5.1* %doc COPYING COPYING.LIB %changelog +* Fri Jul 22 2016 Silvan Calarco 5.7.2-2mamba +- fix conflict of man1/kdesu.1 with kde-runtime-4 + * Wed Jul 20 2016 Automatic Build System 5.7.2-1mamba - automatic version update by autodist