[avoision/f14] initial commit

Tom Callaway spot at fedoraproject.org
Mon Jun 6 19:06:18 UTC 2011


commit fc6d397d5113bc3ee0a384b3e0963483c9c665e8
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Mon Jun 6 15:06:06 2011 -0400

    initial commit

 avoision.desktop |    9 +++++++++
 avoision.png     |  Bin 0 -> 415 bytes
 avoision.spec    |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 sources          |    1 +
 4 files changed, 59 insertions(+), 0 deletions(-)
---
diff --git a/avoision.desktop b/avoision.desktop
new file mode 100644
index 0000000..79b8c19
--- /dev/null
+++ b/avoision.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Avoision
+GenericName=Arcade style game of evade and capture
+Exec=avoision
+Icon=avoision
+StartupNotify=false
+Type=Application
+Categories=Game;ArcadeGame;
diff --git a/avoision.png b/avoision.png
new file mode 100644
index 0000000..88b7f49
Binary files /dev/null and b/avoision.png differ
diff --git a/avoision.spec b/avoision.spec
new file mode 100644
index 0000000..e998b9f
--- /dev/null
+++ b/avoision.spec
@@ -0,0 +1,49 @@
+Name:		avoision
+Version:	0.6
+Release:	2%{?dist}
+Summary:	Arcade style game of evade and capture
+Group:		Amusements/Games
+# Code is GPLv2+, music and graphics are CC-BY-SA
+License:	GPLv2+ and CC-BY-SA
+URL:		http://avsn.sourceforge.net/
+Source0:	http://downloads.sourceforge.net/project/avsn/%{name}-%{version}.tar.gz
+Source1:	%{name}.png
+Source2:	%{name}.desktop
+BuildRequires:	radius-engine-devel, desktop-file-utils, zip
+
+%description
+Avoision is a straightforward, yet captivating distillation of vintage arcade 
+entertainment requiring strategy, precision, and perseverance with a singular 
+objective: capture the red square while evading innumerable cruel, spiteful 
+white squares.
+
+%prep
+%setup -q
+chmod -x License.txt ChangeLog *.c
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+mkdir -p %{buildroot}%{_datadir}/pixmaps/
+install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/
+
+mkdir -p %{buildroot}%{_datadir}/applications
+desktop-file-install --dir %{buildroot}%{_datadir}/applications	%{SOURCE2}
+
+%files
+%defattr(-,root,root,-)
+%doc License.txt ChangeLog
+%{_bindir}/%{name}
+%{_datadir}/%{name}/
+%{_datadir}/applications/*.desktop
+%{_datadir}/pixmaps/%{name}.png
+
+%changelog
+* Tue Feb 22 2011 Tom Callaway <spot at fedoraproject.org> 0.6-2
+- add BuildRequires: zip
+
+* Tue Jan  4 2011 Tom Callaway <spot at fedoraproject.org> 0.6-1
+- initial package
diff --git a/sources b/sources
index e69de29..3ac62ef 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+5e6aa929624b385dc83fbd80c97d9529  avoision-0.6.tar.gz


More information about the scm-commits mailing list