- New upstream version.

This commit is contained in:
Callum Lerwick 2007-02-15 09:33:25 +00:00
parent 3fe533d7d1
commit dbf07583ae
3 changed files with 11 additions and 8 deletions

View File

@ -1 +1 @@
tf-50b7.tar.gz
tf-50b8.tar.gz

View File

@ -1 +1 @@
6652b7eda8a200d28e8184c1659137a2 tf-50b7.tar.gz
3e994e791966d274f63b0e61abf2ef59 tf-50b8.tar.gz

View File

@ -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 <seg@haxxed.com> - 5.0-0.6.b8
- New upstream version.
* Tue Jan 09 2007 Callum Lerwick <seg@haxxed.com> - 5.0-0.6.b7
- Add ncurses-devel BR, fixes #221762.