automatic version update by autodist [release 17.08.0-1mamba;Mon Aug 28 2017]
This commit is contained in:
parent
2c033b1017
commit
8023c127dc
@ -1,5 +1,5 @@
|
|||||||
Name: konquest
|
Name: konquest
|
||||||
Version: 4.14.3
|
Version: 17.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Galactic Strategy Game
|
Summary: Galactic Strategy Game
|
||||||
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/konquest-%{version}.tar.xz
|
Source: http://download.kde.org/stable/applications/%{version}/src/konquest-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -31,46 +31,67 @@ Galactic Strategy Game.
|
|||||||
%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}/konquest
|
%{_kde5_bindir}/konquest
|
||||||
%{_kde4_xdgappsdir}/konquest.desktop
|
%{_datadir}/applications/org.kde.konquest.desktop
|
||||||
%dir %{_kde4_datadir}/konquest
|
%{_datadir}/metainfo/org.kde.konquest.appdata.xml
|
||||||
%{_kde4_datadir}/konquest/*
|
%{_datadir}/kxmlgui5/konquest/konquestui.rc
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/konquest/*
|
#%{_kde5_xdgappsdir}/konquest.desktop
|
||||||
%{_kde4_icondir}/hicolor/*/apps/konquest.png
|
%dir %{_kde5_datadir}/konquest
|
||||||
|
%{_kde5_datadir}/konquest/*
|
||||||
|
%{_kde5_icondir}/hicolor/*/apps/konquest.png
|
||||||
|
%doc %lang(en) %{_kde5_htmldir}/en/konquest/*
|
||||||
|
%lang(de) %{_datadir}/doc/HTML/de/konquest
|
||||||
|
%lang(es) %{_datadir}/doc/HTML/es/konquest/
|
||||||
|
%lang(et) %{_datadir}/doc/HTML/et/konquest
|
||||||
|
%lang(fr) %{_datadir}/doc/HTML/fr/konquest
|
||||||
|
%lang(gl) %{_datadir}/doc/HTML/gl/konquest
|
||||||
|
%lang(it) %{_datadir}/doc/HTML/it/konquest
|
||||||
|
%lang(nl) %{_datadir}/doc/HTML/nl/konquest
|
||||||
|
%lang(pl) %{_datadir}/doc/HTML/pl/konquest
|
||||||
|
%lang(pt) %{_datadir}/doc/HTML/pt/konquest
|
||||||
|
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/konquest
|
||||||
|
%lang(ru) %{_datadir}/doc/HTML/ru/konquest
|
||||||
|
%lang(sv) %{_datadir}/doc/HTML/sv/konquest
|
||||||
|
%lang(uk) %{_datadir}/doc/HTML/uk/konquest
|
||||||
%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