automatic version update by autodist [release 2.8.0-1mamba;Wed Nov 23 2022]
This commit is contained in:
parent
bf73f33e95
commit
9a24867641
@ -1,27 +1,54 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: krusader
|
Name: krusader
|
||||||
Version: 2.7.2
|
Version: 2.8.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An advanced twin panel (commander style) file manager for KDE
|
Summary: An advanced twin panel (commander style) file manager for KDE
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://krusader.sourceforge.net/
|
URL: https://krusader.org/
|
||||||
Source: http://download.kde.org/stable/krusader/%{version}/krusader-%{version}.tar.xz
|
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
|
#Source: http://downloads.sourceforge.net/project/krusader/krusader/%{pkgver}/krusader-%{pkgver}.tar.bz2
|
||||||
Patch0: %{name}-2.0.0-gcc44.patch
|
Patch0: %{name}-2.0.0-gcc44.patch
|
||||||
Patch1: %{name}-2.0.0-gcc45.patch
|
Patch1: %{name}-2.0.0-gcc45.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: gettext-devel
|
|
||||||
BuildRequires: libxml2-utils
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libacl-devel
|
||||||
|
BuildRequires: libattr-devel
|
||||||
BuildRequires: libgcc
|
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: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: gettext-devel
|
||||||
|
BuildRequires: libxml2-utils
|
||||||
Requires: kget
|
Requires: kget
|
||||||
Requires: kompare
|
Requires: kompare
|
||||||
Requires: xxdiff
|
Requires: xxdiff
|
||||||
@ -41,7 +68,6 @@ Requires: /bin/cpio
|
|||||||
Requires: /usr/bin/rpm
|
Requires: /usr/bin/rpm
|
||||||
Requires: /usr/bin/7z
|
Requires: /usr/bin/7z
|
||||||
Requires: /usr/bin/locate
|
Requires: /usr/bin/locate
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
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
|
%prep
|
||||||
%setup -q -n %{name}-%{pkgver}
|
%setup -q -n %{name}-%{pkgver}
|
||||||
#%patch0 -p1
|
#%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
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde5_bindir}/krusader
|
%{_kde5_bindir}/krusader
|
||||||
%{_libdir}/qt5/plugins/kio_*.so
|
%{_libdir}/qt5/plugins/kf5/kio/kio_*.so
|
||||||
%{_datadir}/metainfo/org.kde.krusader.appdata.xml
|
%{_datadir}/metainfo/org.kde.krusader.appdata.xml
|
||||||
%{_datadir}/applications/org.kde.krusader*.desktop
|
%{_datadir}/applications/org.kde.krusader*.desktop
|
||||||
%dir %{_datadir}/kxmlgui5/krusader
|
%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
|
%{_kde5_configdir}/kio_isorc
|
||||||
%doc %lang(en) %{_kde5_htmldir}/*/krusader
|
%doc %lang(en) %{_kde5_htmldir}/*/krusader
|
||||||
%{_kde5_icondir}/hicolor/*/*/*.png
|
%{_kde5_icondir}/hicolor/*/*/*.png
|
||||||
%{_kde5_servicesdir}/*.protocol
|
|
||||||
%{_mandir}/man1/krusader.1*
|
%{_mandir}/man1/krusader.1*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS LICENSES
|
||||||
#ChangeLog README TODO
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 23 2022 Automatic Build System <autodist@mambasoft.it> 2.8.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 2.7.2-1mamba
|
* Thu Aug 29 2019 Automatic Build System <autodist@mambasoft.it> 2.7.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user