From 25cd0f9c7f99f83f51e67805e5124c0a24c1cfb1 Mon Sep 17 00:00:00 2001 From: Callum Lerwick Date: Jan 10 2007 05:16:34 +0000 Subject: - Add ncurses-devel BR, fixes #221762. --- diff --git a/tinyfugue.spec b/tinyfugue.spec index 577ee68..db87385 100644 --- a/tinyfugue.spec +++ b/tinyfugue.spec @@ -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 - 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.