1 |
Name: manaplus |
Name: manaplus |
2 |
Version: 1.2.3.4 |
Version: 1.2.6.24 |
3 |
Release: %mkrel 2 |
Release: %mkrel 1 |
4 |
Summary: A client for Evol Online and The Mana World: 2D MMORPG |
Summary: A client for Evol Online and The Mana World: 2D MMORPG |
5 |
Group: Games/Other |
Group: Games/Other |
6 |
License: GPLv2+ |
License: GPLv2+ |
7 |
Url: http://manaplus.evolonline.org/ |
Url: http://manaplus.evolonline.org/ |
8 |
Source0: http://download.evolonline.org/manaplus/download/%{version}/%{name}-%{version}.tar.xz |
Source0: http://download.evolonline.org/manaplus/download/%{version}/%{name}-%{version}.tar.xz |
9 |
Source1: http://download.evolonline.org/manaplus/download/%{version}/%{name}-%{version}.tar.xz.sig |
Source1: http://download.evolonline.org/manaplus/download/%{version}/%{name}-%{version}.tar.xz.sig |
|
# patches from the mageia2 branch |
|
|
Patch0001: 0001-Fix-possible-crash-in-npc-menu.patch |
|
|
Patch0002: 0002-add-DESTDIR-to-evol-make-file.-by-Al13n.patch |
|
|
Patch0003: 0003-Add-missing-mkdirs-to-evol-make-file.patch |
|
|
Patch0004: 0004-Fix-big-minimap-scrolling-with-moving-camera.patch |
|
|
Patch0005: 0005-Fix-context-menu-in-outfits-window.patch |
|
|
Patch0006: 0006-Restore-volume-in-disconnect-in-afk-mode.patch |
|
|
Patch0007: 0007-Add-mageia2-to-client-version.patch |
|
|
Patch0008: 0008-Validate-reading-keys-from-config.patch |
|
|
Patch0009: 0009-Add-new-dye-mode-S.patch |
|
|
Patch0010: 0010-Fix-tiles-animation-in-opengl-mode-in-non-fringe-lay.patch |
|
|
Patch0011: 0011-Fix-copy-to-clipboard-with-links.patch |
|
|
Patch0012: 0012-Fix-chat-item-links.-Some-times-links-worked-incorre.patch |
|
|
Patch0013: 0013-Add-pause-animation-tag.patch |
|
|
Patch0014: 0014-Extend-sequence-animation-tag.-Allow-set-in-attribut.patch |
|
|
Patch0015: 0015-Fix-move-issue-with-mouse.patch |
|
|
Patch0016: 0016-Change-implimentation-for-removeing-old-links-from-b.patch |
|
|
Patch0017: 0017-Add-missing-checks-to-map.cpp.patch |
|
|
Patch0018: 0018-Fix-incorrect-load-order.patch |
|
10 |
|
|
11 |
BuildRequires: SDL-devel |
BuildRequires: SDL-devel |
12 |
BuildRequires: SDL_mixer-devel |
BuildRequires: SDL_mixer-devel |
61 |
rm -rf %{buildroot} |
rm -rf %{buildroot} |
62 |
%makeinstall_std |
%makeinstall_std |
63 |
%make DESTDIR=%{buildroot} -C data/evol evol-client |
%make DESTDIR=%{buildroot} -C data/evol evol-client |
|
mkdir -p %{buildroot}%{_gamesbindir}/ |
|
|
cp -p %{_builddir}/%{name}-%{version}/manaplustest %{buildroot}%{_gamesbindir}/ |
|
64 |
|
|
65 |
%find_lang %{name} |
%find_lang %{name} |
66 |
|
|
71 |
%defattr(-,root,root,-) |
%defattr(-,root,root,-) |
72 |
%doc AUTHORS ChangeLog COPYING docs/*.txt NEWS README |
%doc AUTHORS ChangeLog COPYING docs/*.txt NEWS README |
73 |
%{_gamesbindir}/%{name} |
%{_gamesbindir}/%{name} |
|
%{_gamesbindir}/manaplustest |
|
74 |
%exclude %{_gamesdatadir}/%{name}/data/evol |
%exclude %{_gamesdatadir}/%{name}/data/evol |
75 |
%{_gamesdatadir}/%{name} |
%{_gamesdatadir}/%{name} |
76 |
%{_datadir}/pixmaps/%{name}.png |
%{_datadir}/pixmaps/%{name}.png |
77 |
%{_datadir}/applications/%{name}.desktop |
%{_datadir}/applications/%{name}.desktop |
78 |
%{_datadir}/applications/manaplustest.desktop |
%{_datadir}/applications/%{name}test.desktop |
79 |
%{_mandir}/man6/%{name}* |
%{_mandir}/man6/%{name}* |
80 |
|
|
81 |
%files -n evol-client |
%files -n evol-client |