tinyfugue/tinyfugue.spec

82 lines
2.2 KiB
RPMSpec
Raw Normal View History

2007-02-15 09:33:25 +00:00
%define packageversion 50b8
2007-01-10 04:32:23 +00:00
Name: tinyfugue
Version: 5.0
2009-01-18 13:24:02 +00:00
Release: 0.10.b8%{?dist}
Summary: A MU* client
2007-01-10 04:32:23 +00:00
Group: Applications/Internet
2008-09-08 21:13:10 +00:00
License: GPLv2+
2007-02-15 09:33:25 +00:00
URL: http://tinyfugue.sourceforge.net/
Source: http://dl.sourceforge.net/tinyfugue/tf-%{packageversion}.tar.gz
2007-01-10 04:32:23 +00:00
Patch0: tf-50b7.build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
2007-01-10 04:32:23 +00:00
BuildRequires: ncurses-devel
BuildRequires: pcre-devel
BuildRequires: openssl-devel
%description
TinyFugue is the ubiquitous MUD/MOO/MUSH/MUCK/etc client for UNIX. This client
allows you to interact with multiple worlds simultaneously, create command
macros, and create hooks and triggers for automated responses to game messages.
%prep
%setup -q -n tf-%{packageversion}
# TinyFugue's build system is abysmal. Kluge it to honor $DESTDIR
%patch0 -p1
%build
%configure --enable-core
make %{?_smp_mflags}
%install
2007-01-10 04:32:23 +00:00
rm -rf %{buildroot}
2007-02-15 09:33:25 +00:00
install -d %{buildroot}%{_prefix}
2007-01-10 04:32:23 +00:00
make install DESTDIR=%{buildroot}
2007-02-15 09:33:25 +00:00
install -D -p -m 644 src/tf.1.nroffman %{buildroot}%{_mandir}/man1/tf.1
%clean
2007-01-10 04:32:23 +00:00
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
2007-01-10 04:32:23 +00:00
%doc CHANGES COPYING CREDITS README
%{_bindir}/tf
%{_datadir}/tf-lib/
%{_mandir}/man1/tf.1*
%changelog
2009-01-18 13:24:02 +00:00
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 5.0-0.10.b8
- rebuild with new openssl
2008-09-08 21:13:10 +00:00
* Mon Sep 8 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 5.0-0.9.b8
- fix license tag
2008-02-19 23:34:36 +00:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5.0-0.8.b8
- Autorebuild for GCC 4.3
2007-12-05 22:18:39 +00:00
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 5.0-7
- Rebuild for deps
2007-02-15 09:33:25 +00:00
* Thu Feb 15 2007 Callum Lerwick <seg@haxxed.com> - 5.0-0.6.b8
- New upstream version.
2007-01-10 04:32:23 +00:00
* Tue Jan 09 2007 Callum Lerwick <seg@haxxed.com> - 5.0-0.6.b7
- Add ncurses-devel BR, fixes #221762.
2006-09-05 08:10:11 +00:00
* Tue Sep 05 2006 Callum Lerwick <seg@haxxed.com> - 5.0-0.5.b7
- Bump for FC6 mass rebuild.
* Wed Apr 05 2006 Callum Lerwick <seg@haxxed.com> - 5.0-0.4.b7
- Pass --enable-core to configure so we get a useful debuginfo package.
2006-03-06 03:38:50 +00:00
* Sun Mar 05 2006 Callum Lerwick <seg@haxxed.com> - 5.0-0.3.b7
- Added {?dist} to Release.
* Wed Feb 22 2006 Callum Lerwick <seg@haxxed.com> - 5.0-0.2.b7
- Removed Epoch.
* Sun Jan 29 2006 Callum Lerwick <seg@haxxed.com> - 0:5.0-0.1.b7
- Initial packaging.