automatic version update by autodist [release 17.08.0-1mamba;Mon Aug 28 2017]

This commit is contained in:
Automatic Build System 2024-01-06 01:44:58 +01:00
parent 6092098972
commit 8cfeffb1fd

View File

@ -1,5 +1,5 @@
Name: kigo Name: kigo
Version: 4.14.3 Version: 17.08.0
Release: 1mamba Release: 1mamba
Summary: Go board game for KDE Summary: Go board game for KDE
Group: Graphical Desktop/Applications/Games Group: Graphical Desktop/Applications/Games
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.kde.org URL: http://www.kde.org
Source: http://download.kde.org/stable/%{version}/src/kigo-%{version}.tar.xz Source: http://download.kde.org/stable/applications/%{version}/src/kigo-%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -31,53 +31,70 @@ Go board game for KDE.
%setup -q %setup -q
%build %build
%cmake_kde4 -d build %cmake_kde5 -d build
%make %make
%install %install
[ "%{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
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post %post
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1 touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
exit 0 exit 0
%posttrans %posttrans
update-desktop-database -q >/dev/null 2>&1 update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1 update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1 gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
exit 0 exit 0
%postun %postun
if [ $1 -eq 0 ]; then if [ $1 -eq 0 ]; then
update-desktop-database -q >/dev/null 2>&1 update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde4_mimedir} >/dev/null 2>&1 update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
touch --no-create %{_kde4_icondir}/hicolor >/dev/null 2>&1 touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kde4_icondir}/hicolor >/dev/null 2>&1 gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
fi fi
exit 0 exit 0
%files %files -f %{name}5_qt.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_kde4_bindir}/kigo %{_kde5_bindir}/kigo
%{_kde4_xdgappsdir}/kigo.desktop %{_datadir}/applications/org.kde.kigo.desktop
%dir %{_kde4_datadir}/kigo/ %{_datadir}/metainfo/org.kde.kigo.appdata.xml
%dir %{_kde4_datadir}/kigo/games/ %dir %{_kde5_datadir}/kigo/
%{_kde4_datadir}/kigo/games/* %dir %{_kde5_datadir}/kigo/games/
%{_kde4_datadir}/kigo/kigoui.rc %{_kde5_datadir}/kigo/games/*
%dir %{_kde4_datadir}/kigo/themes/ %{_datadir}/kxmlgui5/kigo/kigoui.rc
%{_kde4_datadir}/kigo/themes/* %dir %{_kde5_datadir}/kigo/themes/
%{_kde4_kcfgdir}/kigo.kcfg %{_kde5_datadir}/kigo/themes/*
%config %{_kde4_configdir}/kigo-games.knsrc %{_kde5_kcfgdir}/kigo.kcfg
%config %{_kde4_configdir}/kigo.knsrc %config %{_kde5_configdir}/kigo-games.knsrc
%doc %lang(en) %{_kde4_htmldir}/en/kigo/* %config %{_kde5_configdir}/kigo.knsrc
%{_kde4_icondir}/hicolor/*/apps/kigo.png %{_kde5_icondir}/hicolor/*/apps/kigo.png
%doc %lang(en) %{_kde5_htmldir}/en/kigo/*
%lang(de) %{_datadir}/doc/HTML/de/kigo
%lang(es) %{_datadir}/doc/HTML/es/kigo
%lang(et) %{_datadir}/doc/HTML/et/kigo
%lang(fr) %{_datadir}/doc/HTML/fr/kigo
%lang(it) %{_datadir}/doc/HTML/it/kigo
%lang(nl) %{_datadir}/doc/HTML/nl/kigo
%lang(pt) %{_datadir}/doc/HTML/pt/kigo
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kigo
%lang(ru) %{_datadir}/doc/HTML/ru/kigo
%lang(sv) %{_datadir}/doc/HTML/sv/kigo
%lang(uk) %{_datadir}/doc/HTML/uk/kigo
%doc AUTHORS COPYING COPYING.DOC %doc AUTHORS COPYING COPYING.DOC
%changelog %changelog
* Mon Aug 28 2017 Automatic Build System <autodist@mambasoft.it> 17.08.0-1mamba
- automatic version update by autodist
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba * Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
- automatic version update by autodist - automatic version update by autodist