2012-01-11 14:21:07 +00:00
|
|
|
%global packageversion 50b8
|
2006-02-28 19:28:42 +00:00
|
|
|
|
2007-01-10 04:32:23 +00:00
|
|
|
Name: tinyfugue
|
2006-02-28 19:28:42 +00:00
|
|
|
Version: 5.0
|
2013-08-04 04:05:00 +00:00
|
|
|
Release: 0.20.b8%{?dist}
|
2006-02-28 19:28:42 +00:00
|
|
|
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/
|
2009-11-07 10:33:34 +00:00
|
|
|
Source: http://downloads.sourceforge.net/tinyfugue/tf-%{packageversion}.tar.gz
|
2007-01-10 04:32:23 +00:00
|
|
|
Patch0: tf-50b7.build.patch
|
2011-10-12 14:17:34 +00:00
|
|
|
Patch1: tf-50b8.x86_64.patch
|
2012-02-10 13:00:54 +00:00
|
|
|
# https://sourceforge.net/tracker/?func=detail&aid=3486514&group_id=186112&atid=915972
|
2012-02-10 12:40:43 +00:00
|
|
|
Patch2: tf-50b8.pcre.patch
|
2007-01-10 04:32:23 +00:00
|
|
|
BuildRequires: ncurses-devel
|
|
|
|
BuildRequires: pcre-devel
|
|
|
|
BuildRequires: openssl-devel
|
2006-02-28 19:28:42 +00:00
|
|
|
|
|
|
|
%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
|
2011-10-12 14:17:34 +00:00
|
|
|
# x86_64 fix (#743468)
|
|
|
|
%patch1 -p1
|
2012-02-10 12:40:43 +00:00
|
|
|
# Unbundle the old PCRE and update to 8.30
|
|
|
|
%patch2 -p1
|
|
|
|
rm -rf src/pcre-2.08
|
2006-02-28 19:28:42 +00:00
|
|
|
|
|
|
|
%build
|
2006-04-05 07:07:00 +00:00
|
|
|
%configure --enable-core
|
2006-02-28 19:28:42 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
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
|
2006-02-28 19:28:42 +00:00
|
|
|
|
|
|
|
%files
|
2007-01-10 04:32:23 +00:00
|
|
|
%doc CHANGES COPYING CREDITS README
|
2006-02-28 19:28:42 +00:00
|
|
|
%{_bindir}/tf
|
|
|
|
%{_datadir}/tf-lib/
|
|
|
|
%{_mandir}/man1/tf.1*
|
|
|
|
|
|
|
|
%changelog
|
2013-08-04 04:05:00 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-0.20.b8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-15 01:41:38 +00:00
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-0.19.b8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-21 23:34:53 +00:00
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-0.18.b8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-10 12:40:43 +00:00
|
|
|
* Fri Feb 10 2012 Petr Šabata <contyk@redhat.com> - 5.0-0.17.b8
|
|
|
|
- Unbundle pcre-2.08 (duh) and patch for 8.30
|
2012-02-10 12:00:31 +00:00
|
|
|
|
2012-01-14 06:44:58 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-0.16.b8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-10-12 14:17:34 +00:00
|
|
|
* Wed Oct 12 2011 Petr Sabata <contyk@redhat.com> - 5.0-0.15.b8
|
|
|
|
- Don't crash on /ps @ x86_64 (#743468)
|
|
|
|
|
2011-02-09 19:35:58 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-0.14.b8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-08-21 16:09:08 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 5.0-0.13.b8
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-07-27 05:59:06 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-0.12.b8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 20:49:46 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.0-0.11.b8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
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.
|
|
|
|
|
2006-04-05 07:07:00 +00:00
|
|
|
* 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.
|
|
|
|
|
2006-02-28 19:28:42 +00:00
|
|
|
* 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.
|