mirror of
https://abf.rosa.ru/djam/fheroes2.git
synced 2025-02-23 09:42:53 +00:00
Updated to release 0.9.3
This commit is contained in:
parent
c5ca7fe157
commit
5e62427144
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,3 +1,3 @@
|
||||||
sources:
|
sources:
|
||||||
fheroes2-0.9.2.tar.gz: e74bdfea2b7e093a86595b3884fa74950fecb6c0
|
fheroes2-0.9.3.tar.gz: 20d41b651958f8225fe56dfc4a5bf100d13a8895
|
||||||
fheroes2.png: 29369e838940593d9fe23321903f40d58f4f1d6c
|
fheroes2.png: 29369e838940593d9fe23321903f40d58f4f1d6c
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Summary: Free implementation of Heroes of the Might and Magic II engine
|
Summary: Free implementation of Heroes of the Might and Magic II engine
|
||||||
Name: fheroes2
|
Name: fheroes2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.9.2
|
Version: 0.9.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Games/Strategy
|
Group: Games/Strategy
|
||||||
|
@ -54,7 +54,7 @@ mkdir -p %{buildroot}%{_gamesdatadir}/%{name}/{data,maps}
|
||||||
mkdir -p %{buildroot}%{_datadir}/applications
|
mkdir -p %{buildroot}%{_datadir}/applications
|
||||||
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
||||||
|
|
||||||
# 2) install what we need where we need
|
# 2) install what we need where we need it
|
||||||
install -pm 755 src/dist/%{name} %{buildroot}%{_gamesbindir}/%{name}.bin
|
install -pm 755 src/dist/%{name} %{buildroot}%{_gamesbindir}/%{name}.bin
|
||||||
install -pm 755 %{SOURCE2} %{buildroot}%{_gamesbindir}/%{name}
|
install -pm 755 %{SOURCE2} %{buildroot}%{_gamesbindir}/%{name}
|
||||||
install -pm 644 %{name}.key %{buildroot}%{_gamesdatadir}/%{name}/
|
install -pm 644 %{name}.key %{buildroot}%{_gamesdatadir}/%{name}/
|
||||||
|
|
Loading…
Add table
Reference in a new issue