Author: lisu Date: Wed Jun 17 11:48:57 2009 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.9.0 - embedded intro video
---- Files affected: packages/fillets-ng: fillets-ng.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: packages/fillets-ng/fillets-ng.spec diff -u packages/fillets-ng/fillets-ng.spec:1.11 packages/fillets-ng/fillets-ng.spec:1.12 --- packages/fillets-ng/fillets-ng.spec:1.11 Fri Jan 9 14:34:55 2009 +++ packages/fillets-ng/fillets-ng.spec Wed Jun 17 13:48:52 2009 @@ -1,7 +1,7 @@ # $Revision$, $Date$ -%define _game_ver 0.8.1 -%define _data_ver 0.8.1 +%define _game_ver 0.9.0 +%define _data_ver 0.9.0 Summary: Fish Fillets - Next Generation Summary(pl.UTF-8): Fish Fillets - Next Generation (linuksowy port gry) @@ -11,13 +11,11 @@ License: GPL v2+ Group: X11/Applications/Games Source0: http://dl.sourceforge.net/fillets/%{name}-%{version}.tar.gz -# Source0-md5: d581b18c648336cf7fd0f0551068625a +# Source0-md5: e3796febd2fd876467d4283d95cbc9a5 Source1: http://dl.sourceforge.net/fillets/%{name}-data-%{_data_ver}.tar.gz -# Source1-md5: 5919ce057626d3ee565cc7cc71a80f7b +# Source1-md5: 5d733a990212a4b038d1ee76f700c54e Source2: %{name}.desktop Source3: %{name}.png -Source4: http://fillets.sourceforge.net/intro.avi -# Source4-md5: 1bb4daa05062cd0c8f867320d70e84d9 URL: http://fillets.sourceforge.net/ BuildRequires: SDL-devel >= 1.2.0 BuildRequires: SDL_image-devel @@ -119,13 +117,13 @@ %{_bindir}/fillets.bin systemdir=%{_gamedatadir} \$@ EOF -install %{SOURCE4} $RPM_BUILD_ROOT%{_gamedatadir} +install %{name}-data-%{_data_ver}/images/menu/intro.mpg $RPM_BUILD_ROOT%{_gamedatadir} cat > $RPM_BUILD_ROOT%{_desktopdir}/fillets-ng-intro.desktop << EOF [Desktop Entry] Name=Fish Fillets Intro Comment=Fish Fillets NG - Introduction Comment[pl]=Fish Fillets NG - Wprowadzenie -Exec=mplayer -fs %{_gamedatadir}/intro.avi +Exec=mplayer -fs %{_gamedatadir}/intro.mpg Icon=fillets-ng.png Terminal=false Type=Application @@ -136,6 +134,7 @@ find $RPM_BUILD_ROOT%{_gamedatadir} -type d -fprintf %{name}.dirs '%%%%dir %{_gamedatadir}/%%P\n' +rm -rf $RPM_BUILD_ROOT%{_gamedatadir}/images/menu/intro.mpg %clean rm -rf $RPM_BUILD_ROOT @@ -151,7 +150,7 @@ %doc AUTHORS ChangeLog NEWS TODO %attr(755,root,root) %{_bindir}/* %dir %{_datadir}/%{name} -%{_mandir}/man*/* +%{_mandir}/man6/fillets.* %{_desktopdir}/%{name}.desktop %{_pixmapsdir}/%{name}.png @@ -178,7 +177,7 @@ %files intro %defattr(644,root,root,755) -%{_gamedatadir}/intro.avi +%{_gamedatadir}/intro.mpg %{_desktopdir}/%{name}-intro.desktop %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -187,6 +186,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2009/06/17 11:48:52 lisu +- updated to 0.9.0 +- embedded intro video + Revision 1.11 2009/01/09 13:34:55 lisu - up to 0.8.1 - add polish comment to *.desktops ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fillets-ng/fillets-ng.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
