[tmw] Initial import (#860697).

Martin Gieseking mgieseki at fedoraproject.org
Thu Oct 4 06:55:14 UTC 2012


commit a58deccb18aa18fba12b5069a9d4cc5e691e11b4
Author: Martin Gieseking <martin.gieseking at uos.de>
Date:   Thu Oct 4 08:54:40 2012 +0200

    Initial import (#860697).

 .gitignore |    1 +
 sources    |    1 +
 tmw.spec   |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..5c32ba6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/tmw-branding-20110911.tar.gz
diff --git a/sources b/sources
index e69de29..39cd33f 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+799ffbb24290816c0a2521305c87fbd0  tmw-branding-20110911.tar.gz
diff --git a/tmw.spec b/tmw.spec
new file mode 100644
index 0000000..664b92d
--- /dev/null
+++ b/tmw.spec
@@ -0,0 +1,61 @@
+Name:           tmw
+Version:        20110911
+Release:        2%{?dist}
+Summary:        The Mana World is a 2D MMORPG
+
+License:        GPLv2
+URL:            http://themanaworld.org
+Source0:        http://downloads.sourceforge.net/themanaworld/tmw-branding/%{name}-branding-%{version}.tar.gz
+BuildArch:      noarch
+
+Obsoletes:      manaworld <= 0.5.2
+
+BuildRequires:  desktop-file-utils
+Requires:       mana
+
+%description
+The Mana World (TMW for short) is an innovative, free and open source MMORPG.
+Besides the official game server, this client can connect to multiple
+community-grown servers, which provide varied environments and further
+challenge. In TMW, the players solve quests, fight monsters, practice skills
+and study magic. Social activities include parties, trading and limited PvP in
+designated areas. While there are no limits to solo play, collaborative
+behavior such as healing others, fighting together and banding up against
+tougher monsters are rewarded in the game. The Mana World graphics have been
+inspired by 2D pixel art at its prime of the late 1990s, when many RPG
+classics, such as Secret of Mana for the Super Nintendo Entertainment System,
+were released.
+
+
+%prep
+%setup -q -n %{name}-branding-%{version}
+rm -f data/icons/*.{icns,ico}
+
+
+%build
+# nothing to build
+
+
+%install
+install -D -p -m 755 %{name} %{buildroot}%{_bindir}/%{name}
+install -D -p -m 644 data/icons/%{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
+install -D -p -m 644 %{name}.mana %{buildroot}%{_datadir}/%{name}/%{name}.mana
+mv data/ %{buildroot}%{_datadir}/%{name}/
+desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{name}.desktop
+
+
+%files
+%doc COPYING 
+%{_bindir}/%{name}
+%{_datadir}/%{name}/
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/%{name}.png
+
+
+%changelog
+* Tue Oct 02 2012 Martin Gieseking <martin.gieseking at uos.de> 20110911-2
+- added explicit version to Obsolotes: manaworld
+
+* Tue Sep 25 2012 Martin Gieseking <martin.gieseking at uos.de> 20110911-1
+- initial package
+


More information about the scm-commits mailing list