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

Group :: Development/Ruby
RPM: gem-linked-list

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define  pkgname linked-list

Name:    gem-%pkgname
Version: 0.0.13
Release: alt1

Summary: Ruby implementation of Doubly Linked List, following some Ruby idioms.
License: MIT
Group:   Development/Ruby
Url:     https://github.com/spectator/linked-list

Packager:  Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch: noarch

Source:  %pkgname-%version.tar

BuildRequires(pre): rpm-build-ruby

%description
%summary

%package doc
Summary: Documentation files for %name gem
Group: Development/Documentation
BuildArch: noarch

%description doc
Documentation files for %{name}.

%prep
%setup -n %pkgname-%version

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%ruby_gemspec
%ruby_gemlibdir
%doc *.md

%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