[tmw-music] Initial import (#860703).

Martin Gieseking mgieseki at fedoraproject.org
Thu Oct 4 16:41:52 UTC 2012


commit c75ffbe4d4141098d30b8921ee31250d09f8cc69
Author: Martin Gieseking <martin.gieseking at uos.de>
Date:   Thu Oct 4 18:40:44 2012 +0200

    Initial import (#860703).

 .gitignore     |    1 +
 sources        |    1 +
 tmw-music.spec |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..54ad833 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/tmwmusic-0.3.tar.gz
diff --git a/sources b/sources
index e69de29..67bc248 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+6a811e367ba9fbec0f1a77009eed1079  tmwmusic-0.3.tar.gz
diff --git a/tmw-music.spec b/tmw-music.spec
new file mode 100644
index 0000000..b9fa75a
--- /dev/null
+++ b/tmw-music.spec
@@ -0,0 +1,52 @@
+Name:           tmw-music
+Version:        0.3
+Release:        5%{?dist}
+Summary:        Music files for The Mana World
+
+License:        GPLv2
+URL:            http://themanaworld.org
+Source0:        http://downloads.sourceforge.net/themanaworld/TMW%20Music/%{version}/tmwmusic-%{version}.tar.gz
+BuildArch:      noarch
+
+Obsoletes:      manaworld-music <= 0.3-4
+Provides:       manaworld-music = %{version}-%{release}
+
+Requires:       tmw
+
+%description
+This package contains the optional music files for The Mana World (TMW). 
+TMW 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 tmwmusic-%{version}
+
+
+%build
+# nothing to build
+
+
+%install
+mkdir -p %{buildroot}%{_datadir}/tmw/
+mv data/ %{buildroot}%{_datadir}/tmw/
+
+
+%files
+%doc COPYING README
+%{_datadir}/tmw/data/music/
+
+
+%changelog
+* Tue Sep 25 2012 Martin Gieseking <martin.gieseking at uos.de> 0.3-5
+- initial package (replaces manaworld-music)
+


More information about the scm-commits mailing list