%define name @PACKAGE@ %define version @VERSION@ %define release 1 Summary: The Maitretarot library Name: %{name} Version: %{version} Release: %{release} Serial: 0 Copyright: GPL Group: Games/Cards Source: http://www.nongnu.org/download/maitretarot/%{name}.pkg/%{version}/%{name}-%{version}.tar.gz URL: http://www.nongnu.org/maitretarot/ BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} Requires: glib2 libmaitretarot BuildRequires: glib2-devel libmaitretarot-devel %description Maitretarot is a tarot server game. It needs libmaitretarot that is a library for both the server and any client. %description -l fr Maitretarot est le serveur pour un jeu de tarot. Il nécessite libmaitretarot qui est une bibliothèque pour le serveur comme pour certains clients. %prep %setup -q %build %configure make %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README TODO %{_bindir}/* %changelog * Sun Dec 08 2002 Yves Mettier - First spec file