Author: lisu Date: Sun Oct 29 11:52:51 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: cob.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/cob.spec diff -u /dev/null SPECS/cob.spec:1.1 --- /dev/null Sun Oct 29 12:52:51 2006 +++ SPECS/cob.spec Sun Oct 29 12:52:46 2006 @@ -0,0 +1,54 @@ +# $Revision$, $Date$ +Summary: Remake of Sinclair Spectrum painting game +Summary(pl): Remake gry na Spectruma +Name: cob +Version: 0.9 +Release: 1 +License: GPL v2+ +Group: X11/Applications/Games +Source0: http://www.autismuk.freeserve.co.uk/%{name}-%{version}.tar.gz +# Source0-md5: ece428dade7d905e644d66e54b93da40 +URL: http://www.autismuk.freeserve.co.uk/ +BuildRequires: SDL-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Cruising on Broadway is a painting-type game where you have to roam +the grid avoiding the 'chasers' - a bit like the arcade game Amidar. +It is based on the Sinclair Spectrum game of the same name. + +%description -l pl +Cruising on Broadway jest grą, w której należy poruszać się po siatce +i unikać "łapaczy" - przypomina to trochę grę zręcznościową Amidar. +Gra oprata jest na grze dla Sinclair Spectrum o tym samym tytule. + +%prep +%setup -q + +%build +%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 README +%attr(755,root,root) %{_bindir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/10/29 11:52:46 lisu +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
