Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37733531
en ru br
ALT Linux repos
S:2.5.0-alt1

Group :: Development/Ruby
RPM: gem-jwt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define        pkgname jwt

Name:          gem-%pkgname
Version:       2.2.1
Release:       alt1
Summary:       A pure ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/jwt/ruby-jwt
Vcs:           https://github.com/jwt/ruby-jwt.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby

Obsoletes:     ruby-%pkgname
Provides:      ruby-%pkgname

%description
%summary.

%package       doc
Summary:       Documentation files for %gemname gem
Summary(ru_RU.UTF-8): Файлы сведений для самоцвета %gemname
Group:         Development/Documentation
BuildArch:     noarch

%description   doc
Documentation files for %gemname gem.

%description   doc -l ru_RU.UTF8
Файлы сведений для самоцвета %gemname.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README*
%ruby_gemspec
%ruby_gemlibdir

%files         doc
%ruby_gemdocdir

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin