tintin/tintin.spec

77 lines
2.1 KiB
RPMSpec
Raw Normal View History

2011-02-17 14:37:52 +00:00
Name: tintin
2011-07-07 11:48:35 +00:00
Version: 2.00.7
2011-03-14 09:57:06 +00:00
Release: 1%{?dist}
2011-02-17 14:37:52 +00:00
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
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
%build
cd src
%configure
make %{?_smp_mflags}
%install
cd src
make install DESTDIR=%{buildroot}
2011-02-17 14:42:26 +00:00
cd ../mods
2011-02-17 14:37:52 +00:00
%files
2011-03-14 09:57:06 +00:00
%doc COPYING
%doc CREDITS FAQ INSTALL README
%doc mods
2011-02-17 14:37:52 +00:00
%{_bindir}/tt++
%files doc
2011-03-14 09:57:06 +00:00
%doc COPYING
%doc SCRIPTS
%doc docs/*
2011-02-17 14:37:52 +00:00
%changelog
2011-07-07 11:48:35 +00:00
* Thu Jul 07 2011 Petr Sabata <contyk@redhat.com> - 2.00.7-1
- 2.00.7 bump
- Removing now obsolete defattr
2011-03-14 09:57:06 +00:00
* 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
2011-02-17 14:42:26 +00:00
* 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
2011-02-17 14:37:52 +00:00
* 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