automatic version update by autodist [release 2.6.0-1mamba;Tue Aug 08 2017]
This commit is contained in:
parent
8c44e2e565
commit
b076b7e95e
@ -1,6 +1,6 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: krusader
|
||||
Version: 2.5.0
|
||||
Version: 2.6.0
|
||||
Release: 1mamba
|
||||
Summary: An advanced twin panel (commander style) file manager for KDE
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
@ -71,16 +71,16 @@ It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, arj
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
%makeinstall -C build
|
||||
|
||||
%{find_lang} %{name}
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kde5_bindir}/krusader
|
||||
%{_libdir}/qt5/plugins/kio_*.so
|
||||
%{_datadir}/appdata/org.kde.krusader.appdata.xml
|
||||
%{_datadir}/metainfo/org.kde.krusader.appdata.xml
|
||||
%{_datadir}/applications/org.kde.krusader*.desktop
|
||||
%dir %{_datadir}/kxmlgui5/krusader
|
||||
%{_datadir}/kxmlgui5/krusader/*
|
||||
@ -89,10 +89,19 @@ It supports the following archive formats: tar, zip, bzip2, gzip, rar, ace, arj
|
||||
%doc %lang(en) %{_kde5_htmldir}/*/krusader
|
||||
%{_kde5_icondir}/hicolor/*/*/*.png
|
||||
%{_kde5_servicesdir}/*.protocol
|
||||
%{_mandir}/man1/krusader.1*
|
||||
%lang(de) %{_mandir}/de/man1/krusader.1*
|
||||
%lang(nl) %{_mandir}/nl/man1/krusader.1*
|
||||
%lang(pt_BR) %{_mandir}/pt_BR/man1/krusader.1*
|
||||
%lang(sv) %{_mandir}/sv/man1/krusader.1*
|
||||
%lang(uk) %{_mandir}/uk/man1/krusader.1*
|
||||
%doc AUTHORS COPYING
|
||||
#ChangeLog README TODO
|
||||
|
||||
%changelog
|
||||
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 2.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 17 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.0-1mamba
|
||||
- update to 2.5.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user