File TinyFugle.spec of Package TinyFugle
Name: TinyFugle
Version: 5.0b8
Release: 1%{?dist}
Summary: A screen-oriented MUD client, for use with any type of text MUD
Group: Amusements/Games/RPG
License: GPLv2+
URL: http://tinyfugle.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/tinyfugue/tinyfugue/5.0%20beta%208/tf-50b8.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-build
BuildRequires: openssl-devel ncurses-devel pcre-devel
%description
TinyFugue, aka "tf", is a flexible, screen-oriented MUD client, for use with
any type of text MUD.
%prep
%setup -n tf-50b8 -q
%build
%configure
make %{?_smp_mflags}
%install
# The install instructions in the package don't work. This does.
%__mkdir -p "%{buildroot}/%{_bindir}" "%{buildroot}/%{_datadir}"
bindir="%{buildroot}/%{_bindir}" datadir="%{buildroot}/%{_datadir}" make -e install
%clean
%__rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
/usr/bin/tf
/usr/share/tf-lib
%doc
/usr/share/tf-lib/CHANGES
/usr/share/tf-lib/README
%changelog
* Mon Oct 18 2010 Rob Fortune <rob.fortune@live.com> - 5.0b8-1
- Vanilla build