From 9a24867641022668f1cc43a32b7beb2da060b683 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 02:51:44 +0100 Subject: [PATCH] automatic version update by autodist [release 2.8.0-1mamba;Wed Nov 23 2022] --- krusader.spec | 49 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 39 insertions(+), 10 deletions(-) diff --git a/krusader.spec b/krusader.spec index 551db98..f5c07c8 100644 --- a/krusader.spec +++ b/krusader.spec @@ -1,27 +1,54 @@ %define pkgver %(echo %version | tr _ -) Name: krusader -Version: 2.7.2 +Version: 2.8.0 Release: 1mamba Summary: An advanced twin panel (commander style) file manager for KDE Group: Graphical Desktop/Applications/Utilities Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://krusader.sourceforge.net/ +URL: https://krusader.org/ Source: http://download.kde.org/stable/krusader/%{version}/krusader-%{version}.tar.xz #Source: http://downloads.sourceforge.net/project/krusader/krusader/%{pkgver}/krusader-%{pkgver}.tar.bz2 Patch0: %{name}-2.0.0-gcc44.patch Patch1: %{name}-2.0.0-gcc45.patch License: GPL -BuildRequires: gettext-devel -BuildRequires: libxml2-utils ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libacl-devel +BuildRequires: libattr-devel BuildRequires: libgcc -BuildRequires: libqt5-devel +BuildRequires: libkarchive-devel +BuildRequires: libkauth-devel +BuildRequires: libkbookmarks-devel +BuildRequires: libkcodecs-devel +BuildRequires: libkcompletion-devel +BuildRequires: libkconfig-devel +BuildRequires: libkconfigwidgets-devel +BuildRequires: libkcoreaddons-devel +BuildRequires: libkguiaddons-devel +BuildRequires: libki18n-devel +BuildRequires: libkiconthemes-devel +BuildRequires: libkio-devel +BuildRequires: libkitemviews-devel +BuildRequires: libkjobwidgets-devel +BuildRequires: libknotifications-devel +BuildRequires: libkparts-devel +BuildRequires: libkservice-devel +BuildRequires: libktextwidgets-devel +BuildRequires: libkwallet-devel +BuildRequires: libkwidgetsaddons-devel +BuildRequires: libkwindowsystem-devel +BuildRequires: libkxmlgui-devel +BuildRequires: libsolid-devel +BuildRequires: libsonnet-devel BuildRequires: libstdc++6-devel BuildRequires: libz-devel +BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END +BuildRequires: gettext-devel +BuildRequires: libxml2-utils Requires: kget Requires: kompare Requires: xxdiff @@ -41,7 +68,6 @@ Requires: /bin/cpio Requires: /usr/bin/rpm Requires: /usr/bin/7z Requires: /usr/bin/locate -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Krusader is an advanced twin panel (commander style) file manager for KDE and other desktops in the *nix world, similar to Midnight or Total Commander. @@ -58,6 +84,8 @@ and much much more. It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, arj and rpm and can handle other KIOSlaves such as smb or fish. +%debug_package + %prep %setup -q -n %{name}-%{pkgver} #%patch0 -p1 @@ -79,7 +107,7 @@ It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, arj %files -f %{name}5_qt.lang %defattr(-,root,root) %{_kde5_bindir}/krusader -%{_libdir}/qt5/plugins/kio_*.so +%{_libdir}/qt5/plugins/kf5/kio/kio_*.so %{_datadir}/metainfo/org.kde.krusader.appdata.xml %{_datadir}/applications/org.kde.krusader*.desktop %dir %{_datadir}/kxmlgui5/krusader @@ -88,12 +116,13 @@ It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, arj %{_kde5_configdir}/kio_isorc %doc %lang(en) %{_kde5_htmldir}/*/krusader %{_kde5_icondir}/hicolor/*/*/*.png -%{_kde5_servicesdir}/*.protocol %{_mandir}/man1/krusader.1* -%doc AUTHORS COPYING -#ChangeLog README TODO +%doc AUTHORS LICENSES %changelog +* Wed Nov 23 2022 Automatic Build System 2.8.0-1mamba +- automatic version update by autodist + * Thu Aug 29 2019 Automatic Build System 2.7.2-1mamba - automatic version update by autodist