Name: gnome-hearts Version: 0.2 Release: 1%{?dist} Summary: Hearts game for the Gnome platform Group: Amusements/Games License: GPL URL: http://www.jejik.com/gnome-hearts/ Source0: http://www.jejik.com/files/gnome-hearts/gnome-hearts-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel, libglade2-devel Requires: libgnomeui, libglade2, python >= 2.3 %description An implementation of the classic hearts card game for the GNOME desktop, featuring configurable rulesets and editable computer opponents to satisfy widely diverging playing styles. Gnome Hearts is Free Software, released under the GNU General Public License and should be able to run on any computer that can run the GNOME desktop. The main (bookmarkable) address for this project is http://www.gnome-hearts.org. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc README NEWS AUTHORS TODO %{_bindir}/gnome-hearts %{_prefix}/lib/python2.?/site-packages/gnome-hearts %{_datadir}/applications/gnome-hearts.desktop %{_datadir}/gnome-hearts %{_datadir}/gnome/help/gnome-hearts %{_datadir}/locale/*/LC_MESSAGES/* %{_mandir}/man6/gnome-hearts.6* %{_datadir}/omf/gnome-hearts %{_datadir}/pixmaps/gnome-hearts.png %{_datadir}/pixmaps/gnome-hearts %changelog