11 |
BuildRequires: SDL-devel |
BuildRequires: SDL-devel |
12 |
BuildRequires: SDL_mixer-devel |
BuildRequires: SDL_mixer-devel |
13 |
BuildRequires: SDL_image-devel |
BuildRequires: SDL_image-devel |
14 |
Buildrequires: SDL_net-devel |
BuildRequires: SDL_net-devel |
15 |
BuildRequires: SDL_ttf-devel |
BuildRequires: SDL_ttf-devel |
16 |
BuildRequires: SDL_gfx-devel |
BuildRequires: SDL_gfx-devel |
17 |
BuildRequires: physfs-devel |
BuildRequires: physfs-devel |
29 |
%description |
%description |
30 |
ManaPlus is extended client for Evol Online, The Mana World and similar |
ManaPlus is extended client for Evol Online, The Mana World and similar |
31 |
servers based on eAthena fork. |
servers based on eAthena fork. |
32 |
As a 2D style game, Evol Online aims to create a friendly environment where |
As a 2D style game, Evol Online aims to create a friendly environment where |
33 |
people can escape reality and interact with others while enjoying themselves |
people can escape reality and interact with others while enjoying themselves |
34 |
through a fantasy style game. |
through a fantasy style game. |
35 |
The Mana World (TMW) is a serious effort to create an innovative free and |
The Mana World (TMW) is a serious effort to create an innovative free and |
36 |
open source MMORPG. TMW uses 2D graphics and aims to create a large and |
open source MMORPG. TMW uses 2D graphics and aims to create a large and |
37 |
diverse interactive world. |
diverse interactive world. |
38 |
|
|
39 |
%package -n evol-client |
%package -n evol-client |
58 |
%make |
%make |
59 |
|
|
60 |
%install |
%install |
|
rm -rf %{buildroot} |
|
61 |
%makeinstall_std |
%makeinstall_std |
62 |
%make DESTDIR=%{buildroot} -C data/evol evol-client |
%make DESTDIR=%{buildroot} -C data/evol evol-client |
63 |
|
|
64 |
%find_lang %{name} |
%find_lang %{name} |
65 |
|
|
|
%clean |
|
|
rm -rf %{buildroot} |
|
|
|
|
66 |
%files -f %{name}.lang |
%files -f %{name}.lang |
|
%defattr(-,root,root,-) |
|
67 |
%doc AUTHORS ChangeLog COPYING docs/*.txt NEWS README |
%doc AUTHORS ChangeLog COPYING docs/*.txt NEWS README |
68 |
%{_gamesbindir}/%{name} |
%{_gamesbindir}/%{name} |
69 |
%exclude %{_gamesdatadir}/%{name}/data/evol |
%exclude %{_gamesdatadir}/%{name}/data/evol |
77 |
%{_datadir}/applications/evol.desktop |
%{_datadir}/applications/evol.desktop |
78 |
%{_datadir}/icons/evol-client.png |
%{_datadir}/icons/evol-client.png |
79 |
%{_gamesdatadir}/%{name}/data/evol |
%{_gamesdatadir}/%{name}/data/evol |
|
|
|