]> git.pld-linux.org Git - packages/tmw.git/blobdiff - tmw.spec
- rel 5; build fixed
[packages/tmw.git] / tmw.spec
index 247c80e119b88631b72c6b0bbb616466cc339fe5..daf3fcff9697765cd93caf6e70ca21464ae9092c 100644 (file)
--- a/tmw.spec
+++ b/tmw.spec
@@ -2,30 +2,31 @@
 Summary:       A free Open Source 2D MMORPG
 Summary(pl.UTF-8):     Gra typu MMORPG 2D o otwartych źródłach
 Name:          tmw
-Version:       0.0.29.1
-Release:       2
+Version:       0.5.2
+Release:       5
 License:       GPL v2+
 Group:         X11/Applications/Games
-Source0:       http://dl.sourceforge.net/themanaworld/%{name}-%{version}.tar.gz
-# Source0-md5: 263de26c8545a261c6b82b7ae639f733
+Source0:       http://downloads.sourceforge.net/themanaworld/%{name}-%{version}.tar.bz2
+# Source0-md5: c843ef420aced82db1e51fa14e80174a
 Patch0:                %{name}-desktop.patch
-Patch1:                %{name}-OpenGL.patch
-Patch2:                %{name}-guichan_sdl.patch
+Patch1:                %{name}-build.patch
 URL:           http://themanaworld.org/
 %{?with_opengl:BuildRequires:  OpenGL-GLU-devel}
 %{?with_opengl:BuildRequires:  OpenGL-devel}
+BuildRequires: SDL_gfx-devel
 BuildRequires: SDL_image-devel
 BuildRequires: SDL_mixer-devel
 BuildRequires: SDL_net-devel
 BuildRequires: SDL_ttf-devel
-BuildRequires: autoconf
-BuildRequires: automake >= 1:1.9
+BuildRequires: cmake
 BuildRequires: curl-devel
+BuildRequires: gettext-devel
 BuildRequires: guichan-devel >= 0.8.0
+BuildRequires: libpng-devel
 BuildRequires: libxml2-devel
 BuildRequires: physfs-devel
 BuildRequires: pkgconfig
-BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: rpmbuild(macros) >= 1.600
 Requires:      SDL_image
 Requires:      SDL_mixer
 Requires:      SDL_net
@@ -48,37 +49,32 @@ we'll be making releases of our server too so anybody will be free to
 set up their own server and start building their own online world.
 
 %description -l pl.UTF-8
-The Mana World (TMW) to poważna próba stworzenia innowacyjnej
-darmowej gry MMORPG z otwartymi źródłami. TMW używa grafiki 2D i
-ma stworzyć duży i różnorodny interaktywny świat. Jest
-licencjonowana na warunkach GPL, dzięki czemu nigdy nie zostanie
-zabrana.
+The Mana World (TMW) to poważna próba stworzenia innowacyjnej darmowej
+gry MMORPG z otwartymi źródłami. TMW używa grafiki 2D i ma stworzyć
+duży i różnorodny interaktywny świat. Jest licencjonowana na warunkach
+GPL, dzięki czemu nigdy nie zostanie zabrana.
 
 Projekt obejmuje rozwój zarówno klienta jak i serwera, a także
-tworzenie świata online. Aktualnie są tworzone wydania alpha
-klienta, natomiast serwer jest we wczesnym etapie rozwoju. Do czasu
-osiągnięcia dojrzałości serwera TMW używany jest darmowy serwer
-eAthena Ragnarok Online.
+tworzenie świata online. Aktualnie są tworzone wydania alpha klienta,
+natomiast serwer jest we wczesnym etapie rozwoju. Do czasu osiągnięcia
+dojrzałości serwera TMW używany jest darmowy serwer eAthena Ragnarok
+Online.
 
 %prep
-%setup -q
+%setup -q -c
 %patch0 -p1
-%patch1 -p0
-%patch2 -p1
+%patch1 -p1
 
 %build
-%{__aclocal} -I m4
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
-       --with%{!?with_opengl:out}-opengl
+install -d build
+cd build
+%cmake ..
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -C build install \
        DESTDIR=$RPM_BUILD_ROOT
 
 %find_lang %{name} --all-name
@@ -89,8 +85,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/tmw
-%{_desktopdir}/tmw.desktop
-%{_mandir}/man6/%{name}.6*
-%{_pixmapsdir}/*
+%attr(755,root,root) %{_bindir}/mana
+%{_datadir}/mana
+%{_desktopdir}/mana.desktop
+%{_pixmapsdir}/mana.png
This page took 0.057874 seconds and 4 git commands to generate.