automatic version update by autodist [release 17.08.0-1mamba;Mon Aug 28 2017]
This commit is contained in:
parent
6e2c671b83
commit
a1167ca5c2
@ -1,5 +1,5 @@
|
|||||||
Name: kgoldrunner
|
Name: kgoldrunner
|
||||||
Version: 4.14.3
|
Version: 17.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A game of action and puzzle-solving
|
Summary: A game of action and puzzle-solving
|
||||||
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/kgoldrunner-%{version}.tar.xz
|
Source: http://download.kde.org/stable/applications/%{version}/src/kgoldrunner-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -31,51 +31,69 @@ A game of action and puzzle-solving.
|
|||||||
%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}/kgoldrunner
|
%{_kde5_bindir}/kgoldrunner
|
||||||
%{_kde4_xdgappsdir}/KGoldrunner.desktop
|
%{_datadir}/applications/org.kde.kgoldrunner.desktop
|
||||||
%dir %{_kde4_datadir}/kgoldrunner
|
%dir %{_datadir}/kxmlgui5/kgoldrunner
|
||||||
%{_kde4_datadir}/kgoldrunner/kgoldrunnerui.rc
|
%{_datadir}/kxmlgui5/kgoldrunner/kgoldrunnerui.rc
|
||||||
%dir %{_kde4_datadir}/kgoldrunner/system
|
%{_datadir}/metainfo/org.kde.kgoldrunner.appdata.xml
|
||||||
%{_kde4_datadir}/kgoldrunner/system/*
|
%dir %{_kde5_datadir}/kgoldrunner
|
||||||
%dir %{_kde4_datadir}/kgoldrunner/themes
|
%dir %{_kde5_datadir}/kgoldrunner/system
|
||||||
%{_kde4_datadir}/kgoldrunner/themes/*
|
%{_kde5_datadir}/kgoldrunner/system/*
|
||||||
%config %{_kde4_configdir}/kgoldrunner.knsrc
|
%dir %{_kde5_datadir}/kgoldrunner/themes
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/kgoldrunner/*
|
%{_kde5_datadir}/kgoldrunner/themes/*
|
||||||
%{_kde4_icondir}/hicolor/*/apps/kgoldrunner.png
|
%config %{_kde5_configdir}/kgoldrunner.knsrc
|
||||||
|
%{_kde5_icondir}/hicolor/*/apps/kgoldrunner.png
|
||||||
|
%lang(en) %{_kde5_htmldir}/en/kgoldrunner
|
||||||
|
%lang(de) %{_kde5_htmldir}/de/kgoldrunner
|
||||||
|
%lang(es) %{_datadir}/doc/HTML/es/kgoldrunner
|
||||||
|
%lang(et) %{_datadir}/doc/HTML/et/kgoldrunner
|
||||||
|
%lang(fr) %{_datadir}/doc/HTML/fr/kgoldrunner
|
||||||
|
%lang(gl) %{_datadir}/doc/HTML/gl/kgoldrunner
|
||||||
|
%lang(it) %{_datadir}/doc/HTML/it/kgoldrunner
|
||||||
|
%lang(nl)%{_datadir}/doc/HTML/nl/kgoldrunner
|
||||||
|
%lang(pt) %{_datadir}/doc/HTML/pt/kgoldrunner
|
||||||
|
%lang(pt_BT) %{_datadir}/doc/HTML/pt_BR/kgoldrunner
|
||||||
|
%lang(sv) %{_datadir}/doc/HTML/sv/kgoldrunner
|
||||||
|
%lang(uk) %{_datadir}/doc/HTML/uk/kgoldrunner
|
||||||
%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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user