mohammedisam pushed to gball (el6). "Initial import (#1173846)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 29 12:10:32 UTC 2015


>From 2b0d6e36a199eb3cfcea16198ffa7c9b29f9fb5e Mon Sep 17 00:00:00 2001
From: Mohammed Isam <mohammed_isam1984 at yahoo.com>
Date: Tue, 28 Apr 2015 17:35:33 +0400
Subject: Initial import (#1173846)


diff --git a/.gitignore b/.gitignore
index e69de29..8b17bce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/gball-1.1.tar.gz
diff --git a/gball.spec b/gball.spec
new file mode 100644
index 0000000..2cc8adc
--- /dev/null
+++ b/gball.spec
@@ -0,0 +1,61 @@
+Name:		gball
+Version:	1.1
+Release:	2%{?dist}
+Summary:	The Console Ball and Racket Game
+
+License:	GPLv3+
+URL:		http://sites.google.com/site/mohammedisam2000/home/projects
+Source0:	%{url}/%{name}-%{version}.tar.gz
+
+Requires(post): info
+Requires(preun): info
+#Requires:	gnudos
+BuildRequires:	gnudos-devel
+
+%description
+GBall is a simple yet nice implementation of the well known ball and 
+racket game. It is designed to run under the GNU/Linux console 
+(including terminal emulators). The aim of the game is simple: control 
+your racket and move it around to bounce the ball and hit all the bricks.
+If the ball hits a wall, it will bounce. If it fell down the screen without
+bouncing on the racket, you lose.
+The game includes 10 levels with an option to play levels randomly, 
+and a high score board.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+%make_install
+
+install -m 0644 -p -D info/gball.info* %{buildroot}%{_infodir}/gball.info
+
+%post
+/sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
+
+%preun
+if [ $1 = 0 ] ; then
+  /sbin/install-info --delete %{_infodir}/%{name}.info* %{_infodir}/dir || :
+fi
+
+%files
+%{_bindir}/*
+%{_mandir}/man1/*
+%{_infodir}/*
+%{_docdir}/gball
+
+%license COPYING
+
+%changelog
+* Tue Apr 28 2015 Mohammed Isam <mohammed_isam1984 at yahoo.com> 1.1-2
+- Fixed spec file issues
+
+* Sun Apr 26 2015 Mohammed Isam <mohammed_isam1984 at yahoo.com> 1.1-1
+- Fixed spec file issues
+
+* Wed Nov 19 2014 Mohammed Isam <mohammed_isam1984 at yahoo.com> 1.0-1
+- First release
diff --git a/sources b/sources
index e69de29..e5d1041 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ea8d105844c7be1463faf9b44e13bca0  gball-1.1.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gball.git/commit/?h=el6&id=2b0d6e36a199eb3cfcea16198ffa7c9b29f9fb5e


More information about the scm-commits mailing list