%define packageversion 50b7 Name: tinyfugue Version: 5.0 Release: 0.6.b7%{?dist} Summary: A MU* client Group: Applications/Internet License: GPL URL: http://tf.tcp.com/ Source: http://ftp.tcp.com/pub/mud/Clients/tinyfugue/tf-%{packageversion}.tar.gz Patch0: tf-50b7.build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel BuildRequires: pcre-devel BuildRequires: openssl-devel %description TinyFugue is the ubiquitous MUD/MOO/MUSH/MUCK/etc client for UNIX. This client allows you to interact with multiple worlds simultaneously, create command macros, and create hooks and triggers for automated responses to game messages. %prep %setup -q -n tf-%{packageversion} # TinyFugue's build system is abysmal. Kluge it to honor $DESTDIR %patch0 -p1 %build %configure --enable-core make %{?_smp_mflags} %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_prefix} make install DESTDIR=%{buildroot} install -pD src/tf.1.nroffman %{buildroot}%{_mandir}/man1/tf.1 %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc CHANGES COPYING CREDITS README %{_bindir}/tf %{_datadir}/tf-lib/ %{_mandir}/man1/tf.1* %changelog * Tue Jan 09 2007 Callum Lerwick - 5.0-0.6.b7 - Add ncurses-devel BR, fixes #221762. * Tue Sep 05 2006 Callum Lerwick - 5.0-0.5.b7 - Bump for FC6 mass rebuild. * Wed Apr 05 2006 Callum Lerwick - 5.0-0.4.b7 - Pass --enable-core to configure so we get a useful debuginfo package. * Sun Mar 05 2006 Callum Lerwick - 5.0-0.3.b7 - Added {?dist} to Release. * Wed Feb 22 2006 Callum Lerwick - 5.0-0.2.b7 - Removed Epoch. * Sun Jan 29 2006 Callum Lerwick - 0:5.0-0.1.b7 - Initial packaging.