Author: lisu Date: Thu Aug 27 08:10:23 2009 GMT Module: packages Tag: HEAD ---- Log message: - new spec file
---- Files affected: packages/zaz: zaz.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/zaz/zaz.spec diff -u /dev/null packages/zaz/zaz.spec:1.1 --- /dev/null Thu Aug 27 10:10:23 2009 +++ packages/zaz/zaz.spec Thu Aug 27 10:10:18 2009 @@ -0,0 +1,74 @@ +# $Revision$, $Date$ +Summary: An arcade action puzzle game +Summary(pl.UTF-8): Zręcznościowa gra logiczna +Name: zaz +Version: 0.2.8 +Release: 1 +License: GPL v3+ +Group: X11/Applications/Games +Source0: http://dl.sourceforge.net/zaz/%{name}-%{version}.tar.gz +# Source0-md5: 7509cf2b777ffedf92e801c5d4c5fff0 +Patch0: %{name}-desktop.patch +Patch1: %{name}-usless_files.patch +URL: http://zaz.sourceforge.net/ +BuildRequires: OpenGL-GLU-devel +BuildRequires: OpenGL-devel +BuildRequires: SDL_image-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: ftgl-devel +BuildRequires: libdrm-devel +BuildRequires: libogg-devel +BuildRequires: libtheora-devel +BuildRequires: libvorbis-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Zaz is an arcade action puzzle game where the objective is to get rid +of all incoming balls by rearranging their order. Currently it +includes 6 different levels. + +%description -l pl.UTF-8 +Zaz to zręcznościowa gra logiczna, w której celem jet pozbycie się +wszystkich kul zmieniając ich ustawienie. Aktualnie gra zawiera 6 +różnych poziomów. + +%prep +%setup -q +%patch0 -p1 +%patch1 -p1 + +%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 ChangeLog +%attr(755,root,root) %{_bindir}/zaz +%{_datadir}/%{name} +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}.xpm + +%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 2009/08/27 08:10:18 lisu +- new spec file + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
