Author: arvenil Date: Sun Oct 14 22:23:05 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 0.9.5.1 - removed BR: python-GooeyPy and include gooeypy dir (see NOTE) - removed %doc LICENSE beacouse license already defined (License: GPL v2+) - [EMAIL PROTECTED]@[EMAIL PROTECTED] - adapter
---- Files affected: SPECS: snowballz.spec (1.5 -> 1.6) ---- Diffs: ================================================================ Index: SPECS/snowballz.spec diff -u SPECS/snowballz.spec:1.5 SPECS/snowballz.spec:1.6 --- SPECS/snowballz.spec:1.5 Thu Oct 11 21:04:13 2007 +++ SPECS/snowballz.spec Mon Oct 15 00:23:00 2007 @@ -1,22 +1,23 @@ # $Revision$, $Date$ -# # TODO: # - icon # +# NOTE: +# - this software use own GooeyPy with own modifications and new features +# so it can't use GooeyPy from package (python-GooeyPy.spec) Summary: The fun, free snowballing computer game Summary(pl.UTF-8): Zabawna, darmowa gra komputerowa w śnieżki Name: snowballz -Version: 0.9.5 +Version: 0.9.5.1 Release: 0.1 License: GPL v2+ Group: X11/Applications/Games Source0: http://joey101.net/snowballz/files/%{name}-%{version}.tar.gz -# Source0-md5: fdfd21827b5adb3fb751d84dab8c04ec +# Source0-md5: 197e3281cc85f9fe89a45c622e08ba0d # Source 1: %{name}.desktop URL: http://joey101.net/snowballz/ BuildRequires: rpm-pythonprov Requires: python -Requires: python-GooeyPy Requires: python-Numeric Requires: python-PyOpenGL Requires: python-Rabbyt @@ -26,8 +27,8 @@ %description Take command of your army of penguins as you blaze your path to -victory! March through snow laden forests to conquer new frontiers -and grow your small army. Ambush enemy lines with blasts of freezing +victory! March through snow laden forests to conquer new frontiers and +grow your small army. Ambush enemy lines with blasts of freezing snowballs. But don't neglect your home, invaders are just over the next snow drift! Gather fish for your cold penguins to munch on as they warm up in your cozy igloo. It's a snowy world you don't want to @@ -57,15 +58,15 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_datadir}/%{name},%{_bindir}} -cat <<'EOF' >$RPM_BUILD_ROOT%{_bindir}/snowballz.sh +cat <<'EOF' >$RPM_BUILD_ROOT%{_bindir}/%{name} #!/bin/sh -cd %{_datadir}/snowballz +cd %{_datadir}/%{name} exec python snowballz.pyc $@ EOF cp -fr buildings $RPM_BUILD_ROOT%{_datadir}/%{name} cp -fr data $RPM_BUILD_ROOT%{_datadir}/%{name} -#cp -fr gooeypy $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -fr gooeypy $RPM_BUILD_ROOT%{_datadir}/%{name} cp -fr maps $RPM_BUILD_ROOT%{_datadir}/%{name} cp -fr plugins $RPM_BUILD_ROOT%{_datadir}/%{name} cp -f *.py $RPM_BUILD_ROOT%{_datadir}/%{name} @@ -79,8 +80,8 @@ %files %defattr(644,root,root,755) -%doc AUTHORS LICENSE README.txt -%attr(755,root,root) %{_bindir}/snowballz.sh +%doc AUTHORS README.txt +%attr(755,root,root) %{_bindir}/%{name} %{_datadir}/%{name} #%{_desktopdir}/%{name}.desktop #%{_pixmapsdir}/%{name}.png @@ -91,6 +92,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2007/10/14 22:23:00 arvenil +- up to 0.9.5.1 +- removed BR: python-GooeyPy and include gooeypy dir (see NOTE) +- removed %doc LICENSE beacouse license already defined (License: GPL v2+) +- [EMAIL PROTECTED]@[EMAIL PROTECTED] +- adapter + Revision 1.5 2007/10/11 19:04:13 lisu - 0.9.5 - remove BR: python-PIL ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/snowballz.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
