Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37563523
en ru br
ALT Linux repositórios
S:0.97-alt3

Group :: Comunicações
RPM: stun

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define download_name stund

Name: stun
Version: 0.97
Release: alt3

Summary: Implements a simple Stun Client

License: Vovida Software License 1.0
Group: Communications
Url: http://sourceforge.net/projects/stun

# Source-url: http://downloads.sourceforge.net/%name/%download_name-%version.tgz

Source: %name-%version.tar
Patch: patch0.diff

BuildRequires: gcc-c++

%description
Implements a simple STUN client.
The STUN protocol (Simple Traversal of UDP through NATs) is described in the
IETF RFC 3489, available at http://www.ietf.org/rfc/rfc3489.txt

%package server
Group: Communications
Summary: Implements the Stun Server

%description server
Implements a simple STUN server.
The STUN protocol (Simple Traversal of UDP through NATs) is described in the
IETF RFC 3489, available at http://www.ietf.org/rfc/rfc3489.txt

%prep
%setup
%patch0 -p0

%build
%make_build

%install
install -D client %buildroot%_bindir/stun-client
install -D server %buildroot%_sbindir/stun-server

%files
%doc rfc3489.txt
%_bindir/stun-client

%files server
%doc readme.txt
%doc rfc3489.txt
%_sbindir/stun-server

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009