Compare commits
33 Commits
18.04.1-1m
...
20.12.3-1m
Author | SHA1 | Date | |
---|---|---|---|
77597728f6 | |||
c44a13adc7 | |||
8f276016f6 | |||
454144d901 | |||
e45078668f | |||
e04b91b3ad | |||
67fc242c30 | |||
1aeb0f9959 | |||
f0056e8ef8 | |||
bca396b9e8 | |||
88ad00d95f | |||
421c8388f2 | |||
01163af52d | |||
56f2b65bc9 | |||
7883fd776a | |||
e98c31a9c3 | |||
7b680ddf7e | |||
5dee9ae050 | |||
ef49fb1eaf | |||
0e830345ed | |||
db35cfe23d | |||
8547b63679 | |||
9e5450f0aa | |||
3bbcaf3866 | |||
c7b219dbc0 | |||
bbd04d16c5 | |||
8515e2fd0f | |||
e515f46daf | |||
6be2e6d3a2 | |||
8477ab940f | |||
601a114d00 | |||
c0e2765704 | |||
372ca4f6bf |
131
ksirk.spec
131
ksirk.spec
@ -1,13 +1,13 @@
|
||||
Name: ksirk
|
||||
Version: 18.04.1
|
||||
Version: 20.12.3
|
||||
Release: 1mamba
|
||||
Summary: World Domination Strategy Game
|
||||
Group: Graphical Desktop/Applications/Games
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/ksirk-%{version}.tar.xz
|
||||
URL: https://www.kde.org
|
||||
Source: http://download.kde.org/stable/release-service/%{version}/src/ksirk-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -21,7 +21,6 @@ BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: automoc4
|
||||
BuildRequires: cmake
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
World Domination Strategy Game.
|
||||
@ -39,7 +38,7 @@ World Domination Strategy Game.
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --with-man --all-name || touch %{name}5_qt.lang
|
||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -53,7 +52,7 @@ exit 0
|
||||
%posttrans
|
||||
/sbin/ldconfig
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kde5_icondir}/locolor >/dev/null 2>&1
|
||||
exit 0
|
||||
@ -62,7 +61,7 @@ exit 0
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
|
||||
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
|
||||
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
|
||||
touch --no-create %{_kde5_icondir}/locolor >/dev/null 2>&1
|
||||
@ -87,25 +86,115 @@ exit 0
|
||||
%{_kde5_datadir}/ksirkskineditor/*
|
||||
%{_kde5_kcfgdir}/ksirksettings.kcfg
|
||||
%{_kde5_kcfgdir}/ksirkskineditorsettings.kcfg
|
||||
%config %{_kde5_configdir}/ksirk.knsrc
|
||||
%{_datadir}/knsrcfiles/ksirk.knsrc
|
||||
%{_datadir}/qlogging-categories5/ksirk.categories
|
||||
%{_datadir}/icons/hicolor/scalable/apps/ksirk.svgz
|
||||
%{_kde5_icondir}/hicolor/*/apps/ksirk.png
|
||||
%{_kde5_icondir}/locolor/*/apps/ksirk.png
|
||||
%doc %lang(en) %{_kde5_htmldir}/en/ksirk/*
|
||||
%doc %lang(en) %{_kde5_htmldir}/en/ksirkskineditor/*
|
||||
%lang(de) %{_datadir}/doc/HTML/de/ksirk*
|
||||
%lang(es) %{_datadir}/doc/HTML/es/ksirk*
|
||||
%lang(et) %{_datadir}/doc/HTML/et/ksirk*
|
||||
%lang(fr) %{_datadir}/doc/HTML/fr/ksirk*
|
||||
%lang(it) %{_datadir}/doc/HTML/it/ksirk*
|
||||
%lang(nl) %{_datadir}/doc/HTML/nl/ksirk*
|
||||
%lang(pt) %{_datadir}/doc/HTML/pt/ksirk*
|
||||
%lang(pt_BR) %{_datadir}/doc/HTML/pt_BR/ksirk*
|
||||
%lang(sv) %{_datadir}/doc/HTML/sv/ksirk*
|
||||
%lang(uk) %{_datadir}/doc/HTML/uk/ksirk*
|
||||
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Fri Mar 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 08 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 18 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 16 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 05 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 07 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 10 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Dec 30 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 08 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 11 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Sep 02 2019 Automatic Build System <autodist@mambasoft.it> 19.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 12 2019 Automatic Build System <autodist@mambasoft.it> 19.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 07 2019 Automatic Build System <autodist@mambasoft.it> 19.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 11 2019 Automatic Build System <autodist@mambasoft.it> 19.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 19 2019 Automatic Build System <autodist@mambasoft.it> 19.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 07 2019 Automatic Build System <autodist@mambasoft.it> 18.12.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 09 2019 Automatic Build System <autodist@mambasoft.it> 18.12.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jan 11 2019 Automatic Build System <autodist@mambasoft.it> 18.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 28 2018 Automatic Build System <autodist@mambasoft.it> 18.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Nov 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 12 2018 Automatic Build System <autodist@mambasoft.it> 18.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 06 2018 Automatic Build System <autodist@mambasoft.it> 18.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 23 2018 Automatic Build System <autodist@mambasoft.it> 18.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jul 13 2018 Automatic Build System <autodist@mambasoft.it> 18.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 08 2018 Automatic Build System <autodist@mambasoft.it> 18.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 10 2018 Automatic Build System <autodist@mambasoft.it> 18.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user