SPECS: open-invaders.spec (NEW) - initial release
lisu
lisu at pld-linux.org
Mon Jun 25 23:06:00 CEST 2007
Author: lisu Date: Mon Jun 25 21:06:00 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial release
---- Files affected:
SPECS:
open-invaders.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/open-invaders.spec
diff -u /dev/null SPECS/open-invaders.spec:1.1
--- /dev/null Mon Jun 25 23:06:00 2007
+++ SPECS/open-invaders.spec Mon Jun 25 23:05:55 2007
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+Summary: Clone of Space Invaders game
+Summary(pl.UTF-8): Klon gry Space Invaders
+Name: open-invaders
+Version: 0.2
+Release: 0.1
+License: GPL v2+
+Group: X11/Applications/Games
+Source0: http://www.jamyskis.net/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: 96cc02444606020360fa3762635f8c98
+URL: http://www.jamyskis.net/invaders.php
+BuildRequires: allegro-devel >= 4.2.1
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: dumb-devel >= 0.9.3
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+open-invaders is a GPL'd clone of Space Invaders game, written in C++
+using the Allegro library.
+
+%description -l pl.UTF-8
+open-invaders jest klonem gry Space Invaders opartym na licencji GPL,
+napisanym w C++ używając biblioteki Allegro.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%{_datadir}/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/06/25 21:05:55 lisu
+- initial release
+
================================================================
More information about the pld-cvs-commit
mailing list