SPECS: naughts_and_crosses.spec (NEW) - initial
lisu
lisu at pld-linux.org
Fri Jul 6 19:25:37 CEST 2007
Author: lisu Date: Fri Jul 6 17:25:37 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
naughts_and_crosses.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/naughts_and_crosses.spec
diff -u /dev/null SPECS/naughts_and_crosses.spec:1.1
--- /dev/null Fri Jul 6 19:25:37 2007
+++ SPECS/naughts_and_crosses.spec Fri Jul 6 19:25:32 2007
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary: Simple tic-tac-toe game
+Summary(pl.UTF-8): Prosta gra w kółko i krzyżyk
+Name: naughts_and_crosses
+Version: 0.83
+Release: 1
+License: GPL v2+
+Group: X11/Applications/Games
+Source0: http://www.jamyskis.net/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: 6a49a4c569dd44ec4e43e44ab0b21fd2
+URL: http://www.jamyskis.net/invaders.php
+BuildRequires: allegro-devel >= 4.2.0
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a simple tic-tac-toe game.
+
+%description -l pl.UTF-8
+Prosta gra w kółko i krzyżyk.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__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 doc/{AUTHORS,ChangeLog,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/07/06 17:25:32 lisu
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list