- Add ncurses-devel BR, fixes #221762.

This commit is contained in:
Callum Lerwick 2007-01-10 04:32:23 +00:00
parent 7122d5916b
commit 3fe533d7d1
1 changed files with 19 additions and 13 deletions

View File

@ -1,17 +1,20 @@
%define packageversion 50b7
Name: tinyfugue
Name: tinyfugue
Version: 5.0
Release: 0.5.b7%{?dist}
Release: 0.6.b7%{?dist}
Summary: A MU* client
Group: Applications/Internet
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
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: pcre-devel openssl-devel
BuildRequires: ncurses-devel
BuildRequires: pcre-devel
BuildRequires: openssl-devel
%description
TinyFugue is the ubiquitous MUD/MOO/MUSH/MUCK/etc client for UNIX. This client
@ -28,22 +31,25 @@ macros, and create hooks and triggers for automated responses to game messages.
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_prefix}
make install DESTDIR=$RPM_BUILD_ROOT
install -pD src/tf.1.nroffman $RPM_BUILD_ROOT%{_mandir}/man1/tf.1
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 $RPM_BUILD_ROOT
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc CHANGES COPYING CREDITS README
%{_bindir}/tf
%{_datadir}/tf-lib/
%{_mandir}/man1/tf.1*
%doc CHANGES COPYING CREDITS README
%changelog
* Tue Jan 09 2007 Callum Lerwick <seg@haxxed.com> - 5.0-0.6.b7
- Add ncurses-devel BR, fixes #221762.
* Tue Sep 05 2006 Callum Lerwick <seg@haxxed.com> - 5.0-0.5.b7
- Bump for FC6 mass rebuild.