Author: lisu Date: Thu Dec 24 09:33:12 2009 GMT Module: packages Tag: DEVEL ---- Log message: - don't install server and client icons with main package
---- Files affected: packages/freeciv: freeciv.spec (1.125.2.1 -> 1.125.2.2) ---- Diffs: ================================================================ Index: packages/freeciv/freeciv.spec diff -u packages/freeciv/freeciv.spec:1.125.2.1 packages/freeciv/freeciv.spec:1.125.2.2 --- packages/freeciv/freeciv.spec:1.125.2.1 Thu Dec 24 10:08:39 2009 +++ packages/freeciv/freeciv.spec Thu Dec 24 10:33:07 2009 @@ -1,6 +1,6 @@ # $Revision$, $Date$ # -# TODO: ftp://ftp.freeciv.org seems to be dead, so spec downloads stdsounds3.tar.gz and +# TODO: ftp://ftp.freeciv.org seems to be dead, so spec downloads stdsounds3.tar.gz and # freeland-normal-2.0.0.tar.gz from DISTFILES until somebody find better external source # # Conditional build: @@ -141,7 +141,6 @@ %files -f %{name}.lang %defattr(644,root,root,755) %doc AUTHORS README ChangeLog NEWS -%{_pixmapsdir}/* %dir %{_datadir}/%{name} %{_datadir}/%{name}/helpdata.txt @@ -156,6 +155,8 @@ %{_datadir}/%{name}/scenario %{_datadir}/%{name}/*.serv %{_mandir}/man6/freeciv-server.6* +%{_iconsdir}/hicolor/*/apps/freeciv-server.png +%{_pixmapsdir}/freeciv-server.png %{?with_ggz_server:%dir %{_sysconfdir}/ggzd} %{?with_ggz_server:%dir %{_sysconfdir}/ggzd/games} %{?with_ggz_server:%dir %{_sysconfdir}/ggzd/rooms} @@ -183,7 +184,8 @@ %{_datadir}/%{name}/wonders %{_mandir}/man6/freeciv-client.6* %{_mandir}/man6/freeciv-gtk2.6* -%{_iconsdir}/hicolor/*/apps/* +%{_iconsdir}/hicolor/*/apps/freeciv-client.png +%{_pixmapsdir}/freeciv-client.png %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -191,6 +193,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.125.2.2 2009/12/24 09:33:07 lisu +- don't install server and client icons with main package + Revision 1.125.2.1 2009/12/24 09:08:39 lisu - updated to 2.2.0-beta1 - can't connect to ftp://ftp.freeciv.org so now additional packages are taken from DISTFILES ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/freeciv/freeciv.spec?r1=1.125.2.1&r2=1.125.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
