/[packages]/cauldron/manaplus/current/SPECS/manaplus.spec
ViewVC logotype

Annotation of /cauldron/manaplus/current/SPECS/manaplus.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97725 - (hide annotations) (download)
Fri May 13 00:42:18 2011 UTC (13 years, 5 months ago) by alien
File size: 2166 byte(s)
- Change displayed client version to mageia
- Add spanish help translation
1 alien 60834 Name: manaplus
2 alien 94054 Version: 1.1.5.1
3 alien 97725 Release: %mkrel 4
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 95209 # 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 alien 96497 Patch0002: 0002-Fix-chat-tab-size-issue-if-enabled-hiding-chat-input.patch
12     Patch0003: 0003-Improved-algorithm-for-cleaning-sdltext-cache.patch
13 alien 97725 Patch0004: 0004-Change-client-display-version-to-1.1.5.1.mageia1.patch
14     Patch0005: 0005-Add-spanish-help-translation.patch
15 alien 60834
16     BuildRequires: SDL-devel
17     BuildRequires: SDL_mixer-devel
18     Buildrequires: SDL_net-devel
19     BuildRequires: SDL_ttf-devel
20 alien 61040 BuildRequires: SDL_gfx-devel
21 alien 60834 BuildRequires: physfs-devel
22     BuildRequires: curl-devel
23     BuildRequires: guichan-devel
24     BuildRequires: libxml2-devel
25     BuildRequires: libpng-devel
26 alien 61040 BuildRequires: gettext-devel
27 alien 60834
28 alien 82020 Provides: evolonline-client = %{version}-%{release}
29 alien 60834 Provides: manaworld-client = %{version}-%{release}
30    
31 alien 82020 Suggests: mumble
32    
33 alien 60834 %description
34 alien 82020 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 alien 60834
43     %prep
44 alien 61040 %setup -q -n manaplus
45 alien 95209 %apply_patches
46 alien 60834
47     %build
48 alien 61040 autoreconf -i
49     %configure2_5x --bindir=%{_gamesbindir} \
50 alien 60834 --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