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

Group :: Development/Ruby
RPM: gem-will_paginate

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# vim: set ft=spec: -*- rpm-spec -*-
%define        pkgname will-paginate
%define        gemname will_paginate

Name:          gem-%gemname
Version:       3.3.0
Release:       alt1
Summary:       Pagination library for Rails, Sinatra, Merb, DataMapper, and more
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/mislav/will_paginate
Vcs:           https://github.com/mislav/will_paginate.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/**/*
Obsoletes:     ruby-%gemname < %EVR
Provides:      ruby-%gemname = %EVR

%description
will_paginate is a pagination library that integrates with Ruby on Rails,
Sinatra, Merb, DataMapper and Sequel.

%description   -l ru_RU.UTF8
will_paginate есть самоцвет остраничивания, которая может быть состроена с
Рельсами, Синатрою, Мербом, Датамапером и Секвелом.


%package       doc
Summary:       Documentation files for %gemname gem
Summary(ru_RU.UTF-8): Файлы сведений для самоцвета %gemname
Group:         Development/Documentation
BuildArch:     noarch

%description   doc
Documentation files for %gemname gem.

%description   doc -l ru_RU.UTF8
Файлы сведений для самоцвета %gemname.


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README*
%ruby_gemspec
%ruby_gemlibdir

%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