Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37719396
en ru br
Репозитории ALT

Группа :: Разработка/Ruby
Пакет: gem-rotp

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define        gemname rotp

Name:          gem-rotp
Version:       6.2.2
Release:       alt1
Summary:       A Ruby library for generating and verifying one time passwords
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/mdp/rotp
Vcs:           https://github.com/mdp/rotp.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby
%if_with check
BuildRequires: gem(rake) >= 13.0
BuildRequires: gem(rspec) >= 3.5
BuildRequires: gem(simplecov) >= 0.12
BuildRequires: gem(timecop) >= 0.8
BuildConflicts: gem(rake) >= 14
BuildConflicts: gem(rspec) >= 4
BuildConflicts: gem(simplecov) >= 1
BuildConflicts: gem(timecop) >= 1
%endif

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Obsoletes:     ruby-rotp < %EVR
Provides:      ruby-rotp = %EVR
Provides:      gem(rotp) = 6.2.2


%description
EA ruby library for generating and validating one time passwords (HOTP & TOTP)
according to RFC 4226 and RFC 6238.

ROTP is compatible with Google Authenticator available for Android and iPhone
and any other TOTP based implementations.

Many websites use this for multi-factor authentication, such as GMail, Facebook,
Amazon EC2, WordPress, and Salesforce.


%package       -n rotp
Version:       6.2.2
Release:       alt1
Summary:       A Ruby library for generating and verifying one time passwords executable(s)
Summary(ru_RU.UTF-8): п≤я│п©п╬п╩п╫я▐п╪п╨п╟ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ rotp
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(rotp) = 6.2.2

%description   -n rotp
A Ruby library for generating and verifying one time passwords
executable(s).

EA ruby library for generating and validating one time passwords (HOTP & TOTP)
according to RFC 4226 and RFC 6238.

ROTP is compatible with Google Authenticator available for Android and iPhone
and any other TOTP based implementations.

Many websites use this for multi-factor authentication, such as GMail, Facebook,
Amazon EC2, WordPress, and Salesforce.

%description   -n rotp -l ru_RU.UTF-8
п≤я│п©п╬п╩п╫я▐п╪п╨п╟ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ rotp.


%package       -n gem-rotp-doc
Version:       6.2.2
Release:       alt1
Summary:       A Ruby library for generating and verifying one time passwords documentation files
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ rotp
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(rotp) = 6.2.2

%description   -n gem-rotp-doc
A Ruby library for generating and verifying one time passwords documentation
files.

EA ruby library for generating and validating one time passwords (HOTP & TOTP)
according to RFC 4226 and RFC 6238.

ROTP is compatible with Google Authenticator available for Android and iPhone
and any other TOTP based implementations.

Many websites use this for multi-factor authentication, such as GMail, Facebook,
Amazon EC2, WordPress, and Salesforce.

%description   -n gem-rotp-doc -l ru_RU.UTF-8
п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ rotp.


%package       -n gem-rotp-devel
Version:       6.2.2
Release:       alt1
Summary:       A Ruby library for generating and verifying one time passwords development package
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ п╢п╩я▐ я─п╟п╥я─п╟п╠п╬я┌п╨п╦ я│п╟п╪п╬я├п╡п╣я┌п╟ rotp
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(rotp) = 6.2.2
Requires:      gem(rake) >= 13.0
Requires:      gem(rspec) >= 3.5
Requires:      gem(simplecov) >= 0.12
Requires:      gem(timecop) >= 0.8
Conflicts:     gem(rake) >= 14
Conflicts:     gem(rspec) >= 4
Conflicts:     gem(simplecov) >= 1
Conflicts:     gem(timecop) >= 1

%description   -n gem-rotp-devel
A Ruby library for generating and verifying one time passwords development
package.

EA ruby library for generating and validating one time passwords (HOTP & TOTP)
according to RFC 4226 and RFC 6238.

ROTP is compatible with Google Authenticator available for Android and iPhone
and any other TOTP based implementations.

Many websites use this for multi-factor authentication, such as GMail, Facebook,
Amazon EC2, WordPress, and Salesforce.

%description   -n gem-rotp-devel -l ru_RU.UTF-8
п╓п╟п╧п╩я▀ п╢п╩я▐ я─п╟п╥я─п╟п╠п╬я┌п╨п╦ я│п╟п╪п╬я├п╡п╣я┌п╟ rotp.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md
%ruby_gemspec
%ruby_gemlibdir

%files         -n rotp
%doc README.md
%_bindir/rotp

%files         -n gem-rotp-doc
%doc README.md
%ruby_gemdocdir

%files         -n gem-rotp-devel
%doc README.md


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin