[berusky2-data/f15] Initial commit

Martin Stransky stransky at fedoraproject.org
Thu Sep 8 05:11:19 UTC 2011


commit ae5859fae50db56b38afdb64ccc70076c874fa52
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Thu Sep 8 07:11:05 2011 +0200

    Initial commit

 berusky2-data.spec |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources            |    1 +
 2 files changed, 51 insertions(+), 0 deletions(-)
---
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