SPECS: tmw.spec - 0.0.21 - tmw-desktop.patch added - BRs sorted - ...
lisu
lisu at pld-linux.org
Tue Oct 24 18:02:17 CEST 2006
Author: lisu Date: Tue Oct 24 16:02:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- 0.0.21
- tmw-desktop.patch added
- BRs sorted
- BR: guichan-devel must be at least 0.5.0 version (the game doesn't work with older versions)
- auto* added
- NEWS file added
---- Files affected:
SPECS:
tmw.spec (1.16 -> 1.17)
---- Diffs:
================================================================
Index: SPECS/tmw.spec
diff -u SPECS/tmw.spec:1.16 SPECS/tmw.spec:1.17
--- SPECS/tmw.spec:1.16 Tue Aug 29 14:13:53 2006
+++ SPECS/tmw.spec Tue Oct 24 18:02:11 2006
@@ -2,18 +2,21 @@
Summary: A free Open Source 2D MMORPG
Summary(pl): Darmowa gra typu MMORPG 2D
Name: tmw
-Version: 0.0.20
+Version: 0.0.21
Release: 1
License: GPL v2
Group: X11/Applications/Games
Source0: http://dl.sourceforge.net/themanaworld/%{name}-%{version}.tar.gz
-# Source0-md5: fa6af4284774d12c98efd6d77bdd4bd7
+# Source0-md5: e13a748b8e279fa694db5eb14ac4a8a9
+Patch0: %{name}-desktop.patch
URL: http://themanaworld.org/
-BuildRequires: curl-devel
BuildRequires: SDL_image-devel
BuildRequires: SDL_mixer-devel
BuildRequires: SDL_net-devel
-BuildRequires: guichan-devel
+BuildRequires: autoconf
+BuildRequires: automake >= 1.9
+BuildRequires: curl-devel
+BuildRequires: guichan-devel >= 0.5.0
BuildRequires: libxml2-devel
BuildRequires: physfs-devel
BuildRequires: pkgconfig
@@ -52,8 +55,13 @@
%prep
%setup -q
+%patch0 -p1
%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
%configure
%{__make} \
CFLAGS="%{rpmcflags}"
@@ -69,7 +77,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README
+%doc AUTHORS ChangeLog NEWS README
%attr(755,root,root) %{_bindir}/*
%{_datadir}/tmw
%{_desktopdir}/tmw.desktop
@@ -81,6 +89,14 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.17 2006/10/24 16:02:11 lisu
+- 0.0.21
+- tmw-desktop.patch added
+- BRs sorted
+- BR: guichan-devel must be at least 0.5.0 version (the game doesn't work with older versions)
+- auto* added
+- NEWS file added
+
Revision 1.16 2006/08/29 12:13:53 spider
- up to 0.0.20
- It is important to note that due to these engine changes, it is required to update to 0.0.20. Older versions will no longer work properly.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/tmw.spec?r1=1.16&r2=1.17&f=u
More information about the pld-cvs-commit
mailing list