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
|
Name: konsole
|
||||||
Version: 20.04.2
|
Version: 20.04.3
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Terminal Emulator for the K Desktop Environment
|
Summary: Terminal Emulator for the K Desktop Environment
|
||||||
Group: Graphical Desktop/Applications/Administration
|
Group: Graphical Desktop/Applications/Administration
|
||||||
@ -47,6 +47,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
%description
|
%description
|
||||||
Konsole is the terminal emulator for the K Desktop Environment.
|
Konsole is the terminal emulator for the K Desktop Environment.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
@ -59,26 +61,24 @@ Konsole is the terminal emulator for the K Desktop Environment.
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%posttrans
|
%posttrans
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
update-desktop-database -q &>/dev/null
|
update-desktop-database -q &>/dev/null
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
update-desktop-database -q &>/dev/null
|
update-desktop-database -q &>/dev/null
|
||||||
fi
|
fi
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -98,20 +98,13 @@ exit 0
|
|||||||
%{_kde5_servicetypesdir}/terminalemulator.desktop
|
%{_kde5_servicetypesdir}/terminalemulator.desktop
|
||||||
%{_datadir}/knsrcfiles/konsole.knsrc
|
%{_datadir}/knsrcfiles/konsole.knsrc
|
||||||
%{_datadir}/qlogging-categories5/konsole.categories
|
%{_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
|
%doc COPYING COPYING.DOC COPYING.LIB
|
||||||
#README
|
#README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user