[dsi] Initial import (#699843).

Damian L Brasher dbrasher at fedoraproject.org
Mon May 21 18:45:25 UTC 2012


commit e9ec581de04ae9acb716e6834ee642fb519db948
Author: Damian L Brasher <dlb at interlinux.co.uk>
Date:   Mon May 21 19:44:45 2012 +0100

    Initial import (#699843).

 .gitignore |    1 +
 dsi.spec   |   64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources    |    1 +
 3 files changed, 66 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3bd31e3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/dsi-1.0.7.tar.gz
diff --git a/dsi.spec b/dsi.spec
new file mode 100644
index 0000000..031d9a5
--- /dev/null
+++ b/dsi.spec
@@ -0,0 +1,64 @@
+Name:		dsi
+Version:	1.0.7
+Release:	3%{?dist}
+Summary:	Invading aliens type game
+Group:		Amusements/Games 
+License:	GPLv2+
+URL:		http://interlinux.org.uk
+Source0:	http://downloads.sourceforge.net/dspaceinvadors/%{name}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires:	SDL-devel >= 1.2.4
+BuildRequires:	SDL_image-devel
+BuildRequires:	SDL_mixer-devel
+BuildRequires:	desktop-file-utils
+       
+%description
+dsi is a simple game of invading aliens. You must stop those aliens from
+landing on you. It features: smooth scrolling, high scores, 5 levels, simple
+controls, sound effects, strategic game play, and a tiny footprint. The
+graphics can be customized out of the box, without requiring any recompiling.
+A simple definition file can be customized for coders.
+
+%prep
+%setup -q
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
+mv %{buildroot}%{_datadir}/applications/DSI.desktop \
+	%{buildroot}%{_datadir}/applications/%{name}.desktop
+
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/DSI
+%dir %{_sharedstatedir}/games/%{name}/
+%{_datadir}/%{name}/
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/pixmaps/alien.png
+%attr(664,root,games) %{_sharedstatedir}/games/%{name}/hiscore
+%doc COPYING README TODO ChangeLog
+
+%changelog
+* Sun May 06 2012 Damian L Brasher <dlb at interlinux.org.uk> 1.0.7-3
+- Red Hat Bugzilla Bug 966843 Review Request, Comment #18. 
+
+* Wed Oct 19 2011 Damian L Brasher <dlb at interlinux.org.uk> 1.0.7-2
+- Changes to bring in-line with package review guidelines. 
+
+* Tue Apr 26 2010 Damian L Brasher <dlb at interlinux.org.uk> 1.0.7-1
+- Code base has been heavily re-factored to improve underlying game engine. 
+
+* Wed Apr 14 2010 Damian L Brasher <dlb at interlinux.org.uk> 1.0.3-1
+- Version increment and files added. 
+
+* Tue Apr 13 2010 Damian L Brasher <dlb at interlinux.co.uk> 1.0.2
+- Initial version of the package.
diff --git a/sources b/sources
index e69de29..2c37cbe 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+eb7d6774ad01275efe1134356fc50947  dsi-1.0.7.tar.gz


More information about the scm-commits mailing list