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

Group :: Desenvolvimento/C++
RPM: cpp-jwt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Name: cpp-jwt
Version: 1.4
Release: alt1

Summary: A C++14 library for JSON Web Tokens(JWT)
License: MIT
Group: Development/C++

Url: https://github.com/arun11299/%name
Packager: Nazarov Denis <nenderus at altlinux.org>

# https://github.com/arun11299/%name/archive/refs/tags/v%version/%name-%version.tar.gz

Source: %name-%version.tar

BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libgtest-devel
BuildRequires: libssl-devel

%description
For the uninitiated, JSON Web Token(JWT) is a JSON based standard (RFC-7519) for creating assertions or access tokens that consists of some claims (encoded within the assertion). This assertion can be used in some kind of bearer authentication mechanism that the server will provide to clients, and the clients can make use of the provided assertion for accessing resources.

%package -n lib%name-devel
Summary: A C++14 library for JSON Web Tokens(JWT)
Group: Development/C++

%description -n lib%name-devel
For the uninitiated, JSON Web Token(JWT) is a JSON based standard (RFC-7519) for creating assertions or access tokens that consists of some claims (encoded within the assertion). This assertion can be used in some kind of bearer authentication mechanism that the server will provide to clients, and the clients can make use of the provided assertion for accessing resources.

%prep
%setup

%build
%cmake
%cmake_build

%install
%cmake_install

%files -n lib%name-devel
%doc LICENSE README.md
%_includedir/jwt
%_libdir/cmake/%name

%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