automatic version update by autodist [release 17.08.0-1mamba;Thu Aug 31 2017]
This commit is contained in:
parent
3fa748ce58
commit
a520ad7f98
@ -1,5 +1,5 @@
|
|||||||
Name: kspaceduel
|
Name: kspaceduel
|
||||||
Version: 4.14.3
|
Version: 17.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An arcade two-player space game for KDE
|
Summary: An arcade two-player space 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/kspaceduel-%{version}.tar.xz
|
Source: http://download.kde.org/stable/applications/%{version}/src/kspaceduel-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -32,47 +32,65 @@ Two ships fly around the sun and have to shoot the other ship.
|
|||||||
%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}/kspaceduel
|
%{_kde5_bindir}/kspaceduel
|
||||||
%{_kde4_xdgappsdir}/kspaceduel.desktop
|
%{_datadir}/applications/org.kde.kspaceduel.desktop
|
||||||
%dir %{_kde4_datadir}/kspaceduel
|
%{_datadir}/kxmlgui5/kspaceduel/kspaceduelui.rc
|
||||||
%{_kde4_datadir}/kspaceduel/*
|
%{_datadir}/metainfo/org.kde.kspaceduel.appdata.xml
|
||||||
%{_kde4_kcfgdir}/kspaceduel.kcfg
|
%dir %{_kde5_datadir}/kspaceduel
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/kspaceduel/*
|
%{_kde5_datadir}/kspaceduel/*
|
||||||
%{_kde4_icondir}/hicolor/*/apps/kspaceduel.png
|
%{_kde5_kcfgdir}/kspaceduel.kcfg
|
||||||
|
%doc %lang(en) %{_kde5_htmldir}/en/kspaceduel/*
|
||||||
|
%{_kde5_icondir}/hicolor/*/apps/kspaceduel.png
|
||||||
|
%lang(de) %{_datadir}/doc/HTML/de/kspaceduel
|
||||||
|
%lang(es) %{_datadir}/doc/HTML/es/kspaceduel
|
||||||
|
%lang(et) %{_datadir}/doc/HTML/et/kspaceduel
|
||||||
|
%lang(fr) %{_datadir}/doc/HTML/fr/kspaceduel
|
||||||
|
%lang(it) %{_datadir}/doc/HTML/it/kspaceduel
|
||||||
|
%lang(nl) %{_datadir}/doc/HTML/nl/kspaceduel
|
||||||
|
%lang(pt) %{_datadir}/doc/HTML/pt/kspaceduel
|
||||||
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/kspaceduel
|
||||||
|
%lang(ru) %{_datadir}/doc/HTML/ru/kspaceduel
|
||||||
|
%lang(sv) %{_datadir}/doc/HTML/sv/kspaceduel
|
||||||
|
%lang(uk) %{_datadir}/doc/HTML/uk/kspaceduel
|
||||||
%doc AUTHORS COPYING COPYING.DOC
|
%doc AUTHORS COPYING COPYING.DOC
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 31 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