Author: lisu Date: Sat Dec 2 10:47:02 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.16 - patch no longer needed - GPL v2+ license - .desktop file added - more pl
---- Files affected: SPECS: pangzero.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/pangzero.spec diff -u SPECS/pangzero.spec:1.3 SPECS/pangzero.spec:1.4 --- SPECS/pangzero.spec:1.3 Sun Oct 8 13:35:59 2006 +++ SPECS/pangzero.spec Sat Dec 2 11:46:57 2006 @@ -2,13 +2,13 @@ Summary: Pang Zero - clone of Super Pang Summary(pl): Pang Zero - klon Super Panga Name: pangzero -Version: 0.15 +Version: 0.16 Release: 1 -License: GPL +License: GPL v2+ Group: Applications/Games Source0: http://dl.sourceforge.net/pangzero/%{name}-%{version}.tar.gz -# Source0-md5: 3bf5ba7b5b794c68fa39b3f618941ddf -Patch0: %{name}-SDL.patch +# Source0-md5: e573171210308cadf66671f4854bbdce +Source1: %{name}.desktop URL: http://apocalypse.rulez.org/pangzero BuildRequires: autoconf BuildRequires: automake @@ -16,14 +16,17 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Pang Zero is a clone and enhancement of Super Pang. +Pang Zero is a clone of Super Pang, a fast-paced action game that +involves popping balloons with a harpoon. Currently, up to six people +can play together. %description -l pl -Pang Zero jest ulepszonym klonem Super Panga. +Pang Zero jest klonem Super Panga, szypkiej gry akcji, w której gracz +przebija balony za pomocą harpuna. Aktualnie w grze może uczestniczyć +sześciu graczy. %prep %setup -q -%patch0 -p1 %build %{__aclocal} @@ -35,10 +38,14 @@ %install rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +install data/icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/pangzero.png + %clean rm -rf $RPM_BUILD_ROOT @@ -47,6 +54,8 @@ %doc AUTHORS ChangeLog NEWS README TODO %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} +%{_desktopdir}/%{name}.desktop +%{_pixmapsdir}/%{name}.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -54,6 +63,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/12/02 10:46:57 lisu +- up to 0.16 +- patch no longer needed +- GPL v2+ license +- .desktop file added +- more pl + Revision 1.3 2006/10/08 11:35:59 jackass - up to 0.15 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/pangzero.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
