rpms/gnome-games/devel gnome-games.spec,1.94,1.95

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 7 16:26:51 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gnome-games/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv11387

Modified Files:
	gnome-games.spec 
Log Message:
fix file lists



Index: gnome-games.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- gnome-games.spec	7 Nov 2006 14:16:17 -0000	1.94
+++ gnome-games.spec	7 Nov 2006 16:26:49 -0000	1.95
@@ -1,3 +1,5 @@
+%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+
 %define gettext_package gnome-games
 
 %define build_card 1
@@ -280,11 +282,19 @@
 %{_datadir}/sol-games
 %{_datadir}/blackjack
 %endif
+%{_datadir}/glchess
+%{_datadir}/gnome-sudoku
 %{_datadir}/omf/gnome-games
 %{_datadir}/icons/hicolor/
 %config %{_sysconfdir}/sound/events/*
 %config(noreplace) %attr(664, games, games) /var/lib/games/*
 
+%dir %{python_sitelib}/glchess
+%{python_sitelib}/glchess/*.py*
+dir %{python_sitelib}/gnome-sudoku
+%{python_sitelib}/gnome-sudoku/*.py*
+
+# gconf schemas
 %dir %{_sysconfdir}/gconf/schemas
 %if %{build_card}
 %{_sysconfdir}/gconf/schemas/aisleriot.schemas
@@ -310,6 +320,9 @@
 %{_bindir}/blackjack
 %{_bindir}/sol
 %endif
+%{_bindir}/glchess
+%{_bindir}/gnuchess
+%{_bindir}/gnome-sudoku
 
 %{_datadir}/ggz
 




More information about the fedora-cvs-commits mailing list