[naev-data/el6] Initial commit

Jonathan Dieter jdieter at fedoraproject.org
Wed Jun 29 13:22:00 UTC 2011


commit 6036bce7425d7eef82be67e36a333186e39ff263
Author: Jonathan Dieter <jdieter at lesbg.com>
Date:   Wed Jun 29 16:20:16 2011 +0300

    Initial commit
    
    Signed-off-by: Jonathan Dieter <jdieter at lesbg.com>

 .gitignore     |    1 +
 naev-data.spec |   42 ++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 44 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3b7c579 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/ndata-0.5.0
diff --git a/naev-data.spec b/naev-data.spec
new file mode 100644
index 0000000..ff1c1b9
--- /dev/null
+++ b/naev-data.spec
@@ -0,0 +1,42 @@
+Name:           naev-data
+Version:        0.5.0
+Release:        3
+Summary:        Data files for NAEV
+License:        GPLv3 or GPLv3+ or GPLv2+ or Public Domain or CC-BY or CC-BY-SA
+Group:          Amusements/Games
+URL:            http://code.google.com/p/naev/
+Source1:        http://sourceforge.net/projects/naev/files/naev-%{version}/ndata-%{version}
+Requires:       %{name} = %{version}
+BuildArch:      noarch
+
+%description
+NAEV is a 2D space trading and combat game, in a similar vein to Escape
+Velocity.
+
+NAEV is played from a top-down perspective, featuring fast-paced combat, many
+ships, a large variety of equipment and a large galaxy to explore. The game is
+highly open-ended, letting you proceed at your own pace.
+
+This package contains the data files needed to play the game
+
+%install
+mkdir -p %{buildroot}%{_datadir}/naev
+install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/naev
+
+%files
+%{_datadir}/naev
+
+%changelog
+* Tue Jun 28 2011 Jonathan Dieter <jdieter at lesbg.com> - 0.5.0-3
+- Fix license
+- Remove unneeded defattr
+
+* Mon Jun 27 2011 Jonathan Dieter <jdieter at lesbg.com> - 0.5.0-2
+- Spec file cleanup
+
+* Sun Jun  5 2011 Jonathan Dieter <jdieter at lesbg.com> - 0.5.0-1
+- Convert openSUSE Build Service RPM to Fedora RPM
+- Split data into separate source rpm
+
+* Wed Jun  9 2010 dbuck <noone at example.com> - 0.4.2-1
+- initial build
diff --git a/sources b/sources
index e69de29..462d498 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4ab3a4364d746fe11b72bda03349b3b0  ndata-0.5.0


More information about the scm-commits mailing list