[berusky2-data] initial upload

Martin Stransky stransky at fedoraproject.org
Wed Sep 7 21:29:04 UTC 2011


commit caf056148b1507e0bc8e8c910a276d2fa2209159
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Wed Sep 7 23:28:46 2011 +0200

    initial upload

 .gitignore         |    1 +
 berusky2-data.spec |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3426690 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/berusky2-data-0.5.tar.gz
diff --git a/berusky2-data.spec b/berusky2-data.spec
new file mode 100644
index 0000000..166d1e1
--- /dev/null
+++ b/berusky2-data.spec
@@ -0,0 +1,50 @@
+%global game_name berusky2
+
+Summary:        A datafile for Berusky
+Name:           berusky2-data
+Version:        0.5
+Release:        1%{?dist}
+License:        GPLv2+
+Group:          Amusements/Games
+Source:         http://downloads.sourceforge.net/%{game_name}/%{name}-%{version}.tar.gz
+URL:            http://www.anakreon.cz/en/Berusky2.htm
+BuildArch:      noarch
+
+
+%description
+This package contains the game data for %{game_name}, i.e. files with graphics,
+levels, game rules and configuration.
+
+
+%prep
+%setup -q
+
+
+%install
+mkdir -p %{buildroot}%{_datadir}/%{game_name}
+
+mv bitmap \
+   data \
+   game \
+   game_data \
+   items \
+   materials \
+   out \
+   textures \
+   %{buildroot}%{_datadir}/%{game_name}
+
+
+%files
+%{_datadir}/%{game_name}
+
+
+%changelog
+* Tue Aug 30 2011 Martin Stransky <stransky at redhat.com> 0.5-1
+- new upstream tarball
+- spec clean up (by Richard Shaw)
+
+* Sat Aug 20 2011 Martin Stransky <stransky at redhat.com> 0.4-1
+- ini file and save/profile dir were moved to binary package
+
+* Mon Aug 15 2011 Martin Stransky <stransky at redhat.com> 0.3-1
+- initial build
diff --git a/sources b/sources
index e69de29..d32cb05 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e8dac0afd3d185155cee2419b6cc318c  berusky2-data-0.5.tar.gz


More information about the scm-commits mailing list