diff --git a/kbounce.spec b/kbounce.spec index 3f6ca28..0d87555 100644 --- a/kbounce.spec +++ b/kbounce.spec @@ -1,5 +1,5 @@ Name: kbounce -Version: 16.12.3 +Version: 17.04.3 Release: 1mamba Summary: Ball Bouncing Game Group: Graphical Desktop/Applications/Games @@ -41,6 +41,8 @@ Ball Bouncing Game. [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build +%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -63,7 +65,7 @@ if [ $1 -eq 0 ]; then fi exit 0 -%files +%files -f %{name}5_qt.lang %defattr(-,root,root) %{_kde5_bindir}/kbounce %{_kde5_xdgappsdir}/org.kde.kbounce.desktop @@ -72,9 +74,20 @@ exit 0 %{_datadir}/kxmlgui5/kbounce/kbounceui.rc %doc %lang(en) %{_kde5_htmldir}/en/kbounce/* %{_kde5_icondir}/hicolor/*/apps/kbounce.png +%lang(de) %{_datadir}/doc/HTML/de/kbounce +%lang(es) %{_datadir}/doc/HTML/es/kbounce +%lang(et) %{_datadir}/doc/HTML/et/kbounce +%lang(it) %{_datadir}/doc/HTML/it/kbounce +%lang(nl) %{_datadir}/doc/HTML/nl/kbounce +%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kbounce +%lang(sv) %{_datadir}/doc/HTML/sv/kbounce +%lang(uk) %{_datadir}/doc/HTML/uk/kbounce %doc COPYING COPYING.DOC COPYING.LIB %changelog +* Sat Aug 12 2017 Automatic Build System 17.04.3-1mamba +- automatic version update by autodist + * Fri Mar 10 2017 Automatic Build System 16.12.3-1mamba - automatic version update by autodist