Build tintin++ with gnutls (#1291508)
This commit is contained in:
parent
e5922814e8
commit
7a04d65f86
44
tintin.spec
44
tintin.spec
@ -1,13 +1,25 @@
|
||||
Name: tintin
|
||||
Version: 2.01.1
|
||||
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
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: zlib-devel
|
||||
Name: tintin
|
||||
Version: 2.01.1
|
||||
Release: 3%{?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
|
||||
@ -17,10 +29,10 @@ 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
|
||||
Summary: TinTin++ documentation and examples
|
||||
Group: Documentation
|
||||
License: GPLv2+
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
TinTin++, aka tt++, MUD client documentation and examples.
|
||||
@ -51,6 +63,10 @@ make install DESTDIR=%{buildroot}
|
||||
%doc docs/*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user