automatic version update by autodist [release 20.04.3-1mamba;Sat Jul 11 2020]
This commit is contained in:
parent
eb9eef4686
commit
9524b1159f
27
konsole.spec
27
konsole.spec
@ -1,5 +1,5 @@
|
||||
Name: konsole
|
||||
Version: 20.04.2
|
||||
Version: 20.04.3
|
||||
Release: 1mamba
|
||||
Summary: Terminal Emulator for the K Desktop Environment
|
||||
Group: Graphical Desktop/Applications/Administration
|
||||
@ -47,6 +47,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
%description
|
||||
Konsole is the terminal emulator for the K Desktop Environment.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
@ -59,26 +61,24 @@ Konsole is the terminal emulator for the K Desktop Environment.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name}5_qt --with-qt --all-name --with-html || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%posttrans
|
||||
/sbin/ldconfig
|
||||
update-desktop-database -q &>/dev/null
|
||||
exit 0
|
||||
:
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q &>/dev/null
|
||||
fi
|
||||
exit 0
|
||||
:
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
@ -98,20 +98,13 @@ exit 0
|
||||
%{_kde5_servicetypesdir}/terminalemulator.desktop
|
||||
%{_datadir}/knsrcfiles/konsole.knsrc
|
||||
%{_datadir}/qlogging-categories5/konsole.categories
|
||||
%lang(en) %{_kde5_htmldir}/en/%{name}
|
||||
%lang(ca) %{_datadir}/doc/HTML/ca/konsole
|
||||
%lang(de) %{_datadir}/doc/HTML/de/konsole
|
||||
%lang(it) %{_datadir}/doc/HTML/it/konsole
|
||||
%lang(nl) %{_datadir}/doc/HTML/nl/konsole
|
||||
%lang(pt) %{_datadir}/doc/HTML/pt/konsole
|
||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/konsole
|
||||
%lang(sr) %{_datadir}/doc/HTML/sr/konsole
|
||||
%lang(sv) %{_datadir}/doc/HTML/sv/konsole
|
||||
%lang(uk) %{_datadir}/doc/HTML/uk/konsole
|
||||
%doc COPYING COPYING.DOC COPYING.LIB
|
||||
#README
|
||||
|
||||
%changelog
|
||||
* Sat Jul 11 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user