update to 2.5.0 [release 2.5.0-1mamba;Sat Dec 17 2016]
This commit is contained in:
parent
21c9ca45c9
commit
8c44e2e565
@ -1,6 +1,6 @@
|
|||||||
%define pkgver %(echo %version | tr _ -)
|
%define pkgver %(echo %version | tr _ -)
|
||||||
Name: krusader
|
Name: krusader
|
||||||
Version: 2.4.0_beta3
|
Version: 2.5.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
|
||||||
@ -8,7 +8,8 @@ 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: http://krusader.sourceforge.net/
|
||||||
Source: http://downloads.sourceforge.net/project/krusader/krusader/%{pkgver}/krusader-%{pkgver}.tar.bz2
|
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
|
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
|
||||||
@ -16,9 +17,8 @@ BuildRequires: gettext-devel
|
|||||||
BuildRequires: libxml2-utils
|
BuildRequires: libxml2-utils
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs4-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -64,7 +64,7 @@ It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, arj
|
|||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -78,20 +78,24 @@ It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, arj
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kde4_bindir}/krusader
|
%{_kde5_bindir}/krusader
|
||||||
%{_kde4_libdir}/kde4/*.so
|
%{_libdir}/qt5/plugins/kio_*.so
|
||||||
%{_kde4_xdgappsdir}/krusader.desktop
|
%{_datadir}/appdata/org.kde.krusader.appdata.xml
|
||||||
%{_kde4_xdgappsdir}/krusader_root-mode.desktop
|
%{_datadir}/applications/org.kde.krusader*.desktop
|
||||||
%{_kde4_datadir}/krusader
|
%dir %{_datadir}/kxmlgui5/krusader
|
||||||
%{_kde4_configdir}/kio_isorc
|
%{_datadir}/kxmlgui5/krusader/*
|
||||||
%doc %lang(en) %{_kde4_htmldir}/*/krusader
|
%{_kde5_datadir}/krusader
|
||||||
%{_kde4_icondir}/locolor/*/apps/krusader*.png
|
%{_kde5_configdir}/kio_isorc
|
||||||
%{_kde4_icondir}/hicolor/*/*/*.png
|
%doc %lang(en) %{_kde5_htmldir}/*/krusader
|
||||||
%{_kde4_servicesdir}/*.protocol
|
%{_kde5_icondir}/hicolor/*/*/*.png
|
||||||
|
%{_kde5_servicesdir}/*.protocol
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog README TODO
|
#ChangeLog README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.0-1mamba
|
||||||
|
- update to 2.5.0
|
||||||
|
|
||||||
* Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 2.4.0_beta3-1mamba
|
* Fri Sep 06 2013 Automatic Build System <autodist@mambasoft.it> 2.4.0_beta3-1mamba
|
||||||
- update to 2.4.0_beta3
|
- update to 2.4.0_beta3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user