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

Group :: Development/Ruby
RPM: gem-librarianp

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define        gemname librarianp

Name:          gem-librarianp
Version:       1.1.1
Release:       alt1
Summary:       A Framework for Bundlers. Fork to support librarian-puppet
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/voxpupuli/librarian
Vcs:           https://github.com/voxpupuli/librarian.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby
BuildRequires: gem(thor) >= 1.0 gem(thor) < 2
BuildRequires: gem(rake) >= 0
BuildRequires: gem(rspec) >= 3.0 gem(rspec) < 4
BuildRequires: gem(json) >= 0
BuildRequires: gem(fakefs) >= 1.0 gem(fakefs) < 2

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
Requires:      gem(thor) >= 1.0 gem(thor) < 2
Provides:      gem(librarianp) = 1.1.1


%description
Librarian is a framework for writing bundlers, which are tools that resolve,
fetch, install, and isolate a project's dependencies, in Ruby.

A bundler written with Librarian will expect you to provide a specfile listing
your project's declared dependencies, including any version constraints and
including the upstream sources for finding them. Librarian can resolve the spec,
write a lockfile listing the full resolution, fetch the resolved dependencies,
install them, and isolate them in your project.

A bundler written with Librarian will be similar in kind to Bundler, the bundler
for Ruby gems that many modern Rails applications use.


%package       -n gem-librarianp-doc
Version:       1.1.1
Release:       alt1
Summary:       A Framework for Bundlers. Fork to support librarian-puppet documentation files
Summary(ru_RU.UTF-8): Файлы сведений для самоцвета librarianp
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(librarianp) = 1.1.1

%description   -n gem-librarianp-doc
A Framework for Bundlers. Fork to support librarian-puppet documentation
files.

Librarian is a framework for writing bundlers, which are tools that resolve,
fetch, install, and isolate a project's dependencies, in Ruby.

A bundler written with Librarian will expect you to provide a specfile listing
your project's declared dependencies, including any version constraints and
including the upstream sources for finding them. Librarian can resolve the spec,
write a lockfile listing the full resolution, fetch the resolved dependencies,
install them, and isolate them in your project.

A bundler written with Librarian will be similar in kind to Bundler, the bundler
for Ruby gems that many modern Rails applications use.

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


%package       -n gem-librarianp-devel
Version:       1.1.1
Release:       alt1
Summary:       A Framework for Bundlers. Fork to support librarian-puppet development package
Summary(ru_RU.UTF-8): Файлы для разработки самоцвета librarianp
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(librarianp) = 1.1.1
Requires:      gem(rake) >= 0
Requires:      gem(rspec) >= 3.0 gem(rspec) < 4
Requires:      gem(json) >= 0
Requires:      gem(fakefs) >= 1.0 gem(fakefs) < 2

%description   -n gem-librarianp-devel
A Framework for Bundlers. Fork to support librarian-puppet development
package.

Librarian is a framework for writing bundlers, which are tools that resolve,
fetch, install, and isolate a project's dependencies, in Ruby.

A bundler written with Librarian will expect you to provide a specfile listing
your project's declared dependencies, including any version constraints and
including the upstream sources for finding them. Librarian can resolve the spec,
write a lockfile listing the full resolution, fetch the resolved dependencies,
install them, and isolate them in your project.

A bundler written with Librarian will be similar in kind to Bundler, the bundler
for Ruby gems that many modern Rails applications use.

%description   -n gem-librarianp-devel -l ru_RU.UTF-8
Файлы для разработки самоцвета librarianp.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md
%ruby_gemspec
%ruby_gemlibdir

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

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


%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