1 |
alien |
60834 |
Name: manaplus |
2 |
alien |
105502 |
Version: 1.1.6.12 |
3 |
|
|
Release: %mkrel 1 |
4 |
alien |
82020 |
Summary: A client for Evol Online and The Mana World: 2D MMORPG |
5 |
alien |
60834 |
Group: Games/Other |
6 |
|
|
License: GPLv2+ |
7 |
alien |
82020 |
Url: http://manaplus.evolonline.org/ |
8 |
|
|
Source0: http://download.evolonline.org/manaplus/download/%{version}/%{name}-%{version}.tar.bz2 |
9 |
alien |
60834 |
|
10 |
|
|
BuildRequires: SDL-devel |
11 |
|
|
BuildRequires: SDL_mixer-devel |
12 |
|
|
Buildrequires: SDL_net-devel |
13 |
|
|
BuildRequires: SDL_ttf-devel |
14 |
alien |
61040 |
BuildRequires: SDL_gfx-devel |
15 |
alien |
60834 |
BuildRequires: physfs-devel |
16 |
|
|
BuildRequires: curl-devel |
17 |
|
|
BuildRequires: guichan-devel |
18 |
|
|
BuildRequires: libxml2-devel |
19 |
|
|
BuildRequires: libpng-devel |
20 |
alien |
61040 |
BuildRequires: gettext-devel |
21 |
alien |
60834 |
|
22 |
alien |
82020 |
Provides: evolonline-client = %{version}-%{release} |
23 |
alien |
60834 |
Provides: manaworld-client = %{version}-%{release} |
24 |
|
|
|
25 |
alien |
82020 |
Suggests: mumble |
26 |
|
|
|
27 |
alien |
60834 |
%description |
28 |
alien |
82020 |
ManaPlus is extended client for Evol Online, The Mana World and similar |
29 |
|
|
servers based on eAthena fork. |
30 |
|
|
As a 2D style game, Evol Online aims to create a friendly environment where |
31 |
|
|
people can escape reality and interact with others while enjoying themselves |
32 |
|
|
through a fantasy style game. |
33 |
|
|
The Mana World (TMW) is a serious effort to create an innovative free and |
34 |
|
|
open source MMORPG. TMW uses 2D graphics and aims to create a large and |
35 |
|
|
diverse interactive world. |
36 |
alien |
60834 |
|
37 |
|
|
%prep |
38 |
alien |
61040 |
%setup -q -n manaplus |
39 |
alien |
95209 |
%apply_patches |
40 |
alien |
60834 |
|
41 |
|
|
%build |
42 |
alien |
61040 |
autoreconf -i |
43 |
|
|
%configure2_5x --bindir=%{_gamesbindir} \ |
44 |
alien |
60834 |
--datadir=%{_gamesdatadir} \ |
45 |
|
|
--disable-rpath |
46 |
|
|
%make |
47 |
|
|
|
48 |
|
|
%install |
49 |
|
|
rm -rf %{buildroot} |
50 |
|
|
%makeinstall_std |
51 |
|
|
|
52 |
|
|
%find_lang %{name} |
53 |
|
|
|
54 |
|
|
%clean |
55 |
|
|
rm -rf %{buildroot} |
56 |
|
|
|
57 |
|
|
%files -f %{name}.lang |
58 |
|
|
%defattr(-,root,root,-) |
59 |
|
|
%doc AUTHORS ChangeLog COPYING docs/*.txt NEWS README |
60 |
|
|
%{_gamesbindir}/%{name} |
61 |
|
|
%{_gamesdatadir}/%{name} |
62 |
|
|
%{_datadir}/pixmaps/%{name}.png |
63 |
|
|
%{_datadir}/applications/%{name}.desktop |
64 |
|
|
%{_mandir}/man6/%{name}* |
65 |
|
|
|
66 |
|
|
|