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

Group :: Development/Ruby
RPM: gem-opener

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define        gemname opener

Name:          gem-opener
Version:       0.1.0
Release:       alt1.1
Summary:       A 33-line alternative to Ruby's launchy gem
License:       Ruby
Group:         Development/Ruby
Url:           https://github.com/sunaku/opener
Vcs:           https://github.com/sunaku/opener.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

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

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Provides:      gem(opener) = 0.1.0


%description
Opener is a Ruby library for opening things in an cross-platform way.

It is a tiny (33 lines of code) alternative to the launchy library.


%package       -n gem-opener-doc
Version:       0.1.0
Release:       alt1.1
Summary:       A 33-line alternative to Ruby's launchy gem documentation files
Summary(ru_RU.UTF-8): Файлы сведений для самоцвета opener
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(opener) = 0.1.0

%description   -n gem-opener-doc
A 33-line alternative to Ruby's launchy gem documentation files.

Opener is a Ruby library for opening things in an cross-platform way.

It is a tiny (33 lines of code) alternative to the launchy library.

%description   -n gem-opener-doc -l ru_RU.UTF-8
Файлы сведений для самоцвета opener.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.markdown
%ruby_gemspec
%ruby_gemlibdir

%files         -n gem-opener-doc
%doc README.markdown
%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