/[packages]/backports/4/manaplus/current/SPECS/manaplus.spec
ViewVC logotype

Contents of /backports/4/manaplus/current/SPECS/manaplus.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97725 - (show annotations) (download)
Fri May 13 00:42:18 2011 UTC (12 years, 10 months ago) by alien
Original Path: cauldron/manaplus/current/SPECS/manaplus.spec
File size: 2166 byte(s)
- Change displayed client version to mageia
- Add spanish help translation
1 Name: manaplus
2 Version: 1.1.5.1
3 Release: %mkrel 4
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 Patch0002: 0002-Fix-chat-tab-size-issue-if-enabled-hiding-chat-input.patch
12 Patch0003: 0003-Improved-algorithm-for-cleaning-sdltext-cache.patch
13 Patch0004: 0004-Change-client-display-version-to-1.1.5.1.mageia1.patch
14 Patch0005: 0005-Add-spanish-help-translation.patch
15
16 BuildRequires: SDL-devel
17 BuildRequires: SDL_mixer-devel
18 Buildrequires: SDL_net-devel
19 BuildRequires: SDL_ttf-devel
20 BuildRequires: SDL_gfx-devel
21 BuildRequires: physfs-devel
22 BuildRequires: curl-devel
23 BuildRequires: guichan-devel
24 BuildRequires: libxml2-devel
25 BuildRequires: libpng-devel
26 BuildRequires: gettext-devel
27
28 Provides: evolonline-client = %{version}-%{release}
29 Provides: manaworld-client = %{version}-%{release}
30
31 Suggests: mumble
32
33 %description
34 ManaPlus is extended client for Evol Online, The Mana World and similar
35 servers based on eAthena fork.
36 As a 2D style game, Evol Online aims to create a friendly environment where
37 people can escape reality and interact with others while enjoying themselves
38 through a fantasy style game.
39 The Mana World (TMW) is a serious effort to create an innovative free and
40 open source MMORPG. TMW uses 2D graphics and aims to create a large and
41 diverse interactive world.
42
43 %prep
44 %setup -q -n manaplus
45 %apply_patches
46
47 %build
48 autoreconf -i
49 %configure2_5x --bindir=%{_gamesbindir} \
50 --datadir=%{_gamesdatadir} \
51 --disable-rpath
52 %make
53
54 %install
55 rm -rf %{buildroot}
56 %makeinstall_std
57
58 %find_lang %{name}
59
60 %clean
61 rm -rf %{buildroot}
62
63 %files -f %{name}.lang
64 %defattr(-,root,root,-)
65 %doc AUTHORS ChangeLog COPYING docs/*.txt NEWS README
66 %{_gamesbindir}/%{name}
67 %{_gamesdatadir}/%{name}
68 %{_datadir}/pixmaps/%{name}.png
69 %{_datadir}/applications/%{name}.desktop
70 %{_mandir}/man6/%{name}*
71
72

  ViewVC Help
Powered by ViewVC 1.1.30