From 797a8e8bef09070377365c97ab0176d76f5e5409 Mon Sep 17 00:00:00 2001 From: Callum Lerwick Date: Feb 15 2007 09:45:45 +0000 Subject: - New upstream version. --- diff --git a/.cvsignore b/.cvsignore index 8618d13..651acfe 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tf-50b7.tar.gz +tf-50b8.tar.gz diff --git a/sources b/sources index 00001a2..9033896 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6652b7eda8a200d28e8184c1659137a2 tf-50b7.tar.gz +3e994e791966d274f63b0e61abf2ef59 tf-50b8.tar.gz diff --git a/tinyfugue.spec b/tinyfugue.spec index db87385..cd46f88 100644 --- a/tinyfugue.spec +++ b/tinyfugue.spec @@ -1,14 +1,14 @@ -%define packageversion 50b7 +%define packageversion 50b8 Name: tinyfugue Version: 5.0 -Release: 0.6.b7%{?dist} +Release: 0.6.b8%{?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 +URL: http://tinyfugue.sourceforge.net/ +Source: http://dl.sourceforge.net/tinyfugue/tf-%{packageversion}.tar.gz Patch0: tf-50b7.build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -32,9 +32,9 @@ make %{?_smp_mflags} %install rm -rf %{buildroot} -mkdir -p %{buildroot}%{_prefix} +install -d %{buildroot}%{_prefix} make install DESTDIR=%{buildroot} -install -pD src/tf.1.nroffman %{buildroot}%{_mandir}/man1/tf.1 +install -D -p -m 644 src/tf.1.nroffman %{buildroot}%{_mandir}/man1/tf.1 %clean rm -rf %{buildroot} @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{_mandir}/man1/tf.1* %changelog +* Thu Feb 15 2007 Callum Lerwick - 5.0-0.6.b8 +- New upstream version. + * Tue Jan 09 2007 Callum Lerwick - 5.0-0.6.b7 - Add ncurses-devel BR, fixes #221762.