# Note that this is NOT a relocatable package # $Id: ede.spec.in,v 1.1.1.1 2004/01/20 17:11:05 karijes Exp $ %define name ede-games %define version 1.0 %define release 1ede %define localstatedir /var/lib %define pakdir %{name}-%{version} Name: %{name} Version: %{version} Release: %{release} Source: %{name}-%{version}.tar.bz2 Summary: Collection of games for Equinox Desktop Environment URL: http://ede.sourceforge.net/ License: GPL Group: Games/Arcade BuildRoot: %{_tmppath}/%{name}-%{version}-root Prereq: /sbin/install-info %description The EDE Games Collection is mostly simple passtime games. At the moment it contains: ecasino - a card game eColourKiller - game of clearing colored nibbles emastermind - mastermind game equbix - 3d puzzle exbill - a port of famous xbill %prep %setup -q %build # This doesn't work - Vedran # autoconf # % configure ./build.gcc --prefix=%{_prefix} %make %install [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %makeinstall_std %find_lang %name %clean [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT %post %postun %files -f %{name}.lang %doc AUTHORS COPYING ChangeLog NEWS README %defattr (-, root, root) %{_bindir}/* %{_datadir}/ede/apps/* # %{_datadir}/locale/*/*/* - this is now dealt with find_lang %changelog * Sat Jan 29 2005 Vedran Ljubovic 1.0-1ede - Initial release