Author: lisu Date: Thu Nov 2 00:49:25 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: glparchis.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/glparchis.spec diff -u /dev/null SPECS/glparchis.spec:1.1 --- /dev/null Thu Nov 2 01:49:25 2006 +++ SPECS/glparchis.spec Thu Nov 2 01:49:19 2006 @@ -0,0 +1,63 @@ +# $Revision$, $Date$ +Summary: A 3D game of Parcheesi +Summary(pl): Trójwymiarowa gra w chińczyka +Name: glparchis +Version: 20061101 +Release: 1 +License: GPL v2+ +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/glparchis/%{name}-%{version}.tar.gz +# Source0-md5: fd42345bf9093c87b2105f41ec2bf30e +URL: http://glparchis.sourceforge.net/ +BuildRequires: SDL-devel +BuildRequires: SDL-image-devel +BuildRequires: SDL_mixer-devel +BuildRequires: SDL_ttf-devel +Buildrequires: autoconf +BuildRequires: automake +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +glParchis is a 3D game of Parcheesi. + +%description -l pl +glParchis jest trójwymiarową grą w chińczyka. + +%prep +%setup -q +sed -i '[EMAIL PROTECTED]/[EMAIL PROTECTED]@' src/textura.cpp + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS* TODO +%attr(755,root,root) %{_bindir}/* +%{_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 2006/11/02 00:49:19 lisu +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
