140 lines
4.5 KiB
RPMSpec
140 lines
4.5 KiB
RPMSpec
Name: tintin
|
|
Version: 2.01.2
|
|
Release: 2%{?dist}
|
|
Summary: TinTin++, aka tt++, is a free MUD client
|
|
Group: Applications/Internet
|
|
License: GPLv2+
|
|
URL: http://tintin.sourceforge.net/
|
|
Source0: http://garr.dl.sourceforge.net/project/%{name}/TinTin%2B%2B%20Source%20Code/%{version}/%{name}-%{version}.tar.gz
|
|
# Build
|
|
BuildRequires: bash
|
|
BuildRequires: binutils
|
|
BuildRequires: coreutils
|
|
BuildRequires: findutils
|
|
BuildRequires: gcc
|
|
BuildRequires: hostname
|
|
BuildRequires: make
|
|
BuildRequires: sed
|
|
# Runtime
|
|
BuildRequires: gnutls-devel
|
|
BuildRequires: ncurses-devel
|
|
BuildRequires: pcre-devel
|
|
BuildRequires: zlib-devel
|
|
|
|
%description
|
|
TinTin++, aka tt++, is a free MUD client for Mac OS X, Linux, and Windows. The
|
|
Windows port named WinTin++ (using the PuTTY terminal) is available for
|
|
those who do not use Cygwin (A Linux/Unix emulator for Windows) and runs on
|
|
Windows XP, Windows Vista, and Windows 7. Besides MUDs, TinTin++ also works
|
|
well with MUSH, Rogue, BBS, and Linux servers.
|
|
|
|
%package doc
|
|
Summary: TinTin++ documentation and examples
|
|
Group: Documentation
|
|
License: GPLv2+
|
|
BuildArch: noarch
|
|
|
|
%description doc
|
|
TinTin++, aka tt++, MUD client documentation and examples.
|
|
|
|
%prep
|
|
%setup -q -n tt
|
|
find . -type f -exec chmod 644 {} +
|
|
chmod a+x src/configure
|
|
|
|
%build
|
|
cd src
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
cd src
|
|
make install DESTDIR=%{buildroot}
|
|
|
|
%files
|
|
%license COPYING
|
|
%doc CREDITS FAQ README TODO
|
|
%doc mods
|
|
%{_bindir}/tt++
|
|
|
|
%files doc
|
|
%license COPYING
|
|
%doc SCRIPTS
|
|
%doc docs/*
|
|
|
|
%changelog
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.01.2-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
* Mon Jan 16 2017 Petr Šabata <contyk@redhat.com> - 2.01.2-1
|
|
- 2.01.2 bump
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.01.1-4
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
* Tue Dec 15 2015 Petr Šabata <contyk@redhat.com> - 2.01.1-3
|
|
- Build tintin++ with gnutls (#1291508)
|
|
- Correct the dep list; hopefully we got everything
|
|
|
|
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.01.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
* Mon Jan 05 2015 Petr Šabata <contyk@redhat.com> - 2.01.1-1
|
|
- 2.01.1 bump
|
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.01.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.01.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
* Fri Jan 03 2014 Petr Šabata <contyk@redhat.com> - 2.01.0-1
|
|
- 2.01 bump
|
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.00.9-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.00.9-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
* Wed Jan 02 2013 Petr Šabata <contyk@redhat.com> - 2.00.9-1
|
|
- 2.00.9 bump
|
|
- Fix the source file permissions once again
|
|
|
|
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.00.8-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 2.00.8-2
|
|
- Rebuild against PCRE 8.30
|
|
|
|
* Mon Jan 16 2012 Petr Šabata <contyk@redhat.com> - 2.00.8-1
|
|
- 2.00.8 bump
|
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.00.7-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
* Thu Jul 07 2011 Petr Sabata <contyk@redhat.com> - 2.00.7-1
|
|
- 2.00.7 bump
|
|
- Removing now obsolete defattr
|
|
|
|
* Mon Mar 14 2011 Petr Sabata <psabata@redhat.com> - 2.00.6-1
|
|
- 2.00.6 bump
|
|
- Removing obsolete attr definitions and utf8 conversion
|
|
- Upstream now supports DESTDIR, removing the DESTDIR patch
|
|
|
|
* Wed Feb 16 2011 Petr Sabata <psabata@redhat.com> - 2.00.5-4
|
|
- Changed documentation files structure, removed chmod's in favor of attr's
|
|
- Thanks to William Lima
|
|
|
|
* Tue Feb 15 2011 Petr Sabata <psabata@redhat.com> - 2.00.5-3
|
|
- igr.mods now gets converted to proper utf8
|
|
|
|
* Tue Feb 15 2011 Petr Sabata <psabata@redhat.com> - 2.00.5-2
|
|
- Source corrected
|
|
- Description spelling corrected
|
|
- TODO and Changelogs packaged, COPYING added to the doc package
|
|
- Changed build section, added DESTDIR patch
|
|
|
|
* Tue Feb 15 2011 Petr Sabata <psabata@redhat.com> - 2.00.5-1
|
|
- Package prepared for review
|