Accepting request 920297 from home:predivan:branches:games

- Add Better_Together-1.0.0
- Update Emerald_Mine_Club to 3.1.2
- Replace rockslevels-sp-1.0 with Supaplex-2.0.0

OBS-URL: https://build.opensuse.org/request/show/920297
OBS-URL: https://build.opensuse.org/package/show/games/rocksndiamonds-data?expand=0&rev=10
This commit is contained in:
Ferdinand Thiessen 2021-09-24 07:28:28 +00:00 committed by Git OBS Bridge
parent 691bd7b694
commit b03598d4fe
7 changed files with 25 additions and 11 deletions

3
Better_Together-1.0.0.7z Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fec96aecbc9b1503c93b720cc7d5bedee70f3e4d7acf2fffd0ede88e651eeb5
size 20496752

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc7dc8075646b2da74f91735b6480458ba3b2aff43743ba2ccff824cf207989d
size 45649883

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46bfe220ca3e4fbf0bd72bb34dfd94e2e1064c132d385420bbda1c2c76cc97bf
size 45669640

3
Supaplex-2.0.0.7z Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81a11007cfdd21dbef2e4081674dfbad7b4a4f26e4b24b39165fcea6a90b1213
size 7464532

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:770d75a5926bb924c6787a6f95ee9f7af743b629ea14005ab0375b57eb488f25
size 373564

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Sep 18 20:49:24 UTC 2021 - Predrag Ivanović <predivan@mts.rs>
- Add Better_Together-1.0.0
- Update Emerald_Mine_Club to 3.1.2
- Replace rockslevels-sp-1.0 with Supaplex-2.0.0
-------------------------------------------------------------------
Sun Jan 3 08:15:24 UTC 2021 - Carsten Ziepke <kieltux@gmail.com>

View File

@ -18,7 +18,7 @@
%define oname rocksndiamonds
Name: %{oname}-data
Version: 20210103
Version: 20210804
Release: 0
Summary: Data files for Rocks'n'Diamonds
License: GPL-2.0-or-later
@ -26,7 +26,7 @@ Group: Amusements/Games/Action/Arcade
URL: https://www.artsoft.org/rocksndiamonds/
Source0: https://www.artsoft.org/RELEASES/%{oname}/levels/ZeldaII-1.0.0.zip
Source1: https://www.artsoft.org/RELEASES/%{oname}/levels/Zelda-1.0.0.zip
Source2: https://www.artsoft.org/RELEASES/%{oname}/levels/Emerald_Mine_Club-3.1.0.7z
Source2: https://www.artsoft.org/RELEASES/%{oname}/levels/Emerald_Mine_Club-3.1.2.7z
Source3: https://www.artsoft.org/RELEASES/%{oname}/levels/Sokoban-1.0.0.zip
# Use supplied tarbal, fixed with fdupes -l sym -r -m .
# and packed than rockslevels, repacked as tar.bz2
@ -34,8 +34,9 @@ Source4: Contributions-1.2.0.tar.bz2
Source5: https://www.artsoft.org/RELEASES/%{oname}/levels/Snake_Bite-1.0.0.zip
Source6: https://www.artsoft.org/RELEASES/%{oname}/levels/BD2K3-1.0.0.zip
Source7: https://www.artsoft.org/RELEASES/%{oname}/levels/Boulder_Dash_Dream-1.0.0.zip
Source8: https://www.artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-sp-1.0.tar.gz
Source8: https://www.artsoft.org/RELEASES/%{oname}/levels/Supaplex-2.0.0.7z
Source9: https://www.artsoft.org/RELEASES/unix/%{oname}/levels/rockslevels-dx-1.0.tar.gz
Source68: https://www.artsoft.org/RELEASES/%{oname}/levels/Better_Together-1.0.0.7z
# Downloaded from http://www.jb-line.de/rnd/rnd_jue-3.3.0.0.tar.gz
# Deleted directory rnd_jue/jue_sobigo and other which are not level
# and packed than rockslevels, repacked as tar.gz
@ -130,7 +131,7 @@ mkdir -p %{buildroot}%{_datadir}/%{oname}/levels
tar -xjf %{SOURCE4} -C %{buildroot}%{_datadir}/%{oname}
for l in %{SOURCE8} %{SOURCE9} %{SOURCE10} ; do
for l in %{SOURCE9} %{SOURCE10} ; do
tar xfvz $l -C %{buildroot}%{_datadir}/%{oname}
done
@ -145,7 +146,9 @@ for l in %{SOURCE0} %{SOURCE1} %{SOURCE3} %{SOURCE5} %{SOURCE6} %{SOURCE7} \
done
unzip %{SOURCE67} -d %{buildroot}%{_datadir}/%{oname}/levels/Tutorials
7z x %{SOURCE2} -o%{buildroot}%{_datadir}/%{oname}/levels
for l in %{SOURCE2} %{SOURCE8} %{SOURCE68} ; do
7z x $l -o%{buildroot}%{_datadir}/%{oname}/levels
done
# Remove not needed files
find %{buildroot}%{_datadir}/%{oname}/levels -name '*.broken' -delete \
@ -161,6 +164,7 @@ rm -fr %{buildroot}%{_datadir}/%{oname}/levels/Contributions/Contributions_2004/
%post
# Correct Permissions
chmod 0664 -R %{_datadir}/%{oname}/levels/Contributions
chmod 0664 -R %{_datadir}/%{oname}/levels/Supaplex
%files
%{_datadir}/%{oname}