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

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

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

%define        gemname gssapi

Name:          gem-gssapi
Version:       1.3.1
Release:       alt1.1
Summary:       A Ruby FFI wrapper around GSSAPI
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/zenchild/gssapi
Vcs:           https://github.com/zenchild/gssapi.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(pry-byebug) >= 0
BuildRequires: gem(ffi) >= 1.0.1
%endif

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Requires:      gem(ffi) >= 1.0.1
Provides:      gem(gssapi) = 1.3.1


%description
This is a wrapper around the system GSSAPI library (MIT only at this time). It
exposes the low-level GSSAPI methods like gss_init_sec_context and gss_wrap and
also provides an easier to use wrapper on top of this for common usage
scenarios.

I'm going to try and maintain most of the docs in the Github WIKI for this
project so please check there for documentation and
examples.

https://github.com/zenchild/gssapi/wiki

Also check out the examples directory for some stubbed out client/server
examples.


%package       -n gem-gssapi-doc
Version:       1.3.1
Release:       alt1.1
Summary:       A Ruby FFI wrapper around GSSAPI documentation files
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ я│п╡п╣п╢п╣п╫п╦п╧ п╢п╩я▐ я│п╟п╪п╬я├п╡п╣я┌п╟ gssapi
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(gssapi) = 1.3.1

%description   -n gem-gssapi-doc
A Ruby FFI wrapper around GSSAPI documentation files.

This is a wrapper around the system GSSAPI library (MIT only at this time). It
exposes the low-level GSSAPI methods like gss_init_sec_context and gss_wrap and
also provides an easier to use wrapper on top of this for common usage
scenarios.

I'm going to try and maintain most of the docs in the Github WIKI for this
project so please check there for documentation and
examples.

https://github.com/zenchild/gssapi/wiki

Also check out the examples directory for some stubbed out client/server
examples.

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


%package       -n gem-gssapi-devel
Version:       1.3.1
Release:       alt1.1
Summary:       A Ruby FFI wrapper around GSSAPI development package
Summary(ru_RU.UTF-8): п╓п╟п╧п╩я▀ п╢п╩я▐ я─п╟п╥я─п╟п╠п╬я┌п╨п╦ я│п╟п╪п╬я├п╡п╣я┌п╟ gssapi
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(gssapi) = 1.3.1
Requires:      gem(pry-byebug) >= 0

%description   -n gem-gssapi-devel
A Ruby FFI wrapper around GSSAPI development package.

This is a wrapper around the system GSSAPI library (MIT only at this time). It
exposes the low-level GSSAPI methods like gss_init_sec_context and gss_wrap and
also provides an easier to use wrapper on top of this for common usage
scenarios.

I'm going to try and maintain most of the docs in the Github WIKI for this
project so please check there for documentation and
examples.

https://github.com/zenchild/gssapi/wiki

Also check out the examples directory for some stubbed out client/server
examples.

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


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md
%ruby_gemspec
%ruby_gemlibdir

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

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


%changelog

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

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