Author: lisu Date: Sat Jan 27 10:59:58 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - initial release
---- Files affected: SPECS: paratim.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/paratim.spec diff -u /dev/null SPECS/paratim.spec:1.1 --- /dev/null Sat Jan 27 11:59:58 2007 +++ SPECS/paratim.spec Sat Jan 27 11:59:53 2007 @@ -0,0 +1,53 @@ +# $Revision$, $Date$ +Summary: Remake of the old DOS game Paratrooper +Summary(pl): Remake starej dosowej gry Paratrooper +Name: paratim +Version: 0.1.2 +Release: 1 +License: GPL v2+ +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/paratim/%{name}-%{version}.tar.bz2 +# Source0-md5: 96eb704cf93134a25ae977f1f474c308 +URL: http://paratim.sourceforge.net/ +BuildRequires: SDL-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Paratim (Paratrooper Improved) is a remake of the old DOS game +Paratrooper. + +%description -l pl +Paratim (Paratrooper Improved) jest remakiem starej dosowej gry +Paratrooper. + +%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 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 <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2007/01/27 10:59:53 lisu +- initial release + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
