1 |
Name: manaplus |
2 |
Version: 1.1.5.1 |
3 |
Release: %mkrel 2 |
4 |
Summary: A client for Evol Online and The Mana World: 2D MMORPG |
5 |
Group: Games/Other |
6 |
License: GPLv2+ |
7 |
Url: http://manaplus.evolonline.org/ |
8 |
Source0: http://download.evolonline.org/manaplus/download/%{version}/%{name}-%{version}.tar.bz2 |
9 |
# upstream patches from git://gitorious.org/manaplus/manaplus.git branch "mageiabranch" format-patched against v1.1.5.1 |
10 |
Patch0001: 0001-Fix-monsters-selection-if-monster-added-to-priority-.patch |
11 |
|
12 |
BuildRequires: SDL-devel |
13 |
BuildRequires: SDL_mixer-devel |
14 |
Buildrequires: SDL_net-devel |
15 |
BuildRequires: SDL_ttf-devel |
16 |
BuildRequires: SDL_gfx-devel |
17 |
BuildRequires: physfs-devel |
18 |
BuildRequires: curl-devel |
19 |
BuildRequires: guichan-devel |
20 |
BuildRequires: libxml2-devel |
21 |
BuildRequires: libpng-devel |
22 |
BuildRequires: gettext-devel |
23 |
|
24 |
Provides: evolonline-client = %{version}-%{release} |
25 |
Provides: manaworld-client = %{version}-%{release} |
26 |
|
27 |
Suggests: mumble |
28 |
|
29 |
%description |
30 |
ManaPlus is extended client for Evol Online, The Mana World and similar |
31 |
servers based on eAthena fork. |
32 |
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 |
34 |
through a fantasy style game. |
35 |
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 |
37 |
diverse interactive world. |
38 |
|
39 |
%prep |
40 |
%setup -q -n manaplus |
41 |
%apply_patches |
42 |
|
43 |
%build |
44 |
autoreconf -i |
45 |
%configure2_5x --bindir=%{_gamesbindir} \ |
46 |
--datadir=%{_gamesdatadir} \ |
47 |
--disable-rpath |
48 |
%make |
49 |
|
50 |
%install |
51 |
rm -rf %{buildroot} |
52 |
%makeinstall_std |
53 |
|
54 |
%find_lang %{name} |
55 |
|
56 |
%clean |
57 |
rm -rf %{buildroot} |
58 |
|
59 |
%files -f %{name}.lang |
60 |
%defattr(-,root,root,-) |
61 |
%doc AUTHORS ChangeLog COPYING docs/*.txt NEWS README |
62 |
%{_gamesbindir}/%{name} |
63 |
%{_gamesdatadir}/%{name} |
64 |
%{_datadir}/pixmaps/%{name}.png |
65 |
%{_datadir}/applications/%{name}.desktop |
66 |
%{_mandir}/man6/%{name}* |
67 |
|
68 |
|