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

Group :: Development/Ruby
RPM: gem-csv

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define        gemname csv

Name:          gem-csv
Version:       3.2.6
Release:       alt1
Summary:       CSV Reading and Writing
License:       Ruby or BSD-2-Clause
Group:         Development/Ruby
Url:           https://github.com/ruby/csv
Vcs:           https://github.com/ruby/csv.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(bundler) >= 0
BuildRequires: gem(rake) >= 0
BuildRequires: gem(benchmark_driver) >= 0
BuildRequires: gem(test-unit) >= 3.3.5
%endif

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
%ruby_use_gem_dependency test-unit >= 3.3.5,test-unit < 4
Provides:      gem(csv) = 3.2.6


%description
This library provides a complete interface to CSV files and data. It offers
tools to enable you to read and write to and from Strings or IO objects, as
needed.


%package       -n gem-csv-doc
Version:       3.2.6
Release:       alt1
Summary:       CSV Reading and Writing documentation files
Summary(ru_RU.UTF-8): Файлы сведений для самоцвета csv
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(csv) = 3.2.6

%description   -n gem-csv-doc
CSV Reading and Writing documentation files.

This library provides a complete interface to CSV files and data. It offers
tools to enable you to read and write to and from Strings or IO objects, as
needed.

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


%package       -n gem-csv-devel
Version:       3.2.6
Release:       alt1
Summary:       CSV Reading and Writing development package
Summary(ru_RU.UTF-8): Файлы для разработки самоцвета csv
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(csv) = 3.2.6
Requires:      gem(bundler) >= 0
Requires:      gem(rake) >= 0
Requires:      gem(benchmark_driver) >= 0
Requires:      gem(test-unit) >= 3.3.5

%description   -n gem-csv-devel
CSV Reading and Writing development package.

This library provides a complete interface to CSV files and data. It offers
tools to enable you to read and write to and from Strings or IO objects, as
needed.

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


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md
%ruby_gemspec
%ruby_gemlibdir

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

%files         -n gem-csv-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