]> git.pld-linux.org Git - packages/tmw.git/blobdiff - tmw.spec
- rel 5; build fixed
[packages/tmw.git] / tmw.spec
index e034341ace4272c2f232ddba84808b27eda3998b..daf3fcff9697765cd93caf6e70ca21464ae9092c 100644 (file)
--- a/tmw.spec
+++ b/tmw.spec
@@ -1,32 +1,37 @@
 %bcond_without opengl  #disable OpenGL support
 Summary:       A free Open Source 2D MMORPG
-Summary(pl.UTF-8):     Darmowa gra typu MMORPG 2D
+Summary(pl.UTF-8):     Gra typu MMORPG 2D o otwartych źródłach
 Name:          tmw
-Version:       0.0.24
-Release:       1
+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: d782ac4a73ac57b25df64efbe582b5ab
+Source0:       http://downloads.sourceforge.net/themanaworld/%{name}-%{version}.tar.bz2
+# Source0-md5: c843ef420aced82db1e51fa14e80174a
 Patch0:                %{name}-desktop.patch
-Patch1:                %{name}-OpenGL.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: autoconf
-BuildRequires: automake >= 1:1.9
+BuildRequires: SDL_ttf-devel
+BuildRequires: cmake
 BuildRequires: curl-devel
-BuildRequires: guichan-devel >= 0.7.0
+BuildRequires: gettext-devel
+BuildRequires: guichan-devel >= 0.8.0
+BuildRequires: libpng-devel
 BuildRequires: libxml2-devel
 BuildRequires: physfs-devel
 BuildRequires: pkgconfig
-# should be autodetected
-Requires:      curl
+BuildRequires: rpmbuild(macros) >= 1.600
 Requires:      SDL_image
 Requires:      SDL_mixer
 Requires:      SDL_net
+# should be autodetected
+Requires:      curl
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -56,33 +61,31 @@ dojrzałości serwera TMW używany jest darmowy serwer eAthena Ragnarok
 Online.
 
 %prep
-%setup -q
+%setup -q -c
 %patch0 -p1
-%patch1 -p0
+%patch1 -p1
 
 %build
-%{__aclocal}
-%{__autoconf}
-%{__autoheader}
-%{__automake}
-%configure \
-       %{?with_opengl:--with-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
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%files
+%files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog NEWS README
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/tmw
-%{_desktopdir}/tmw.desktop
-%{_mandir}/man6/%{name}.6*
-%{_pixmapsdir}/*
+%doc AUTHORS NEWS README
+%attr(755,root,root) %{_bindir}/mana
+%{_datadir}/mana
+%{_desktopdir}/mana.desktop
+%{_pixmapsdir}/mana.png
This page took 0.069408 seconds and 4 git commands to generate.