Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37904445
en ru br
ALT Linux repos
S:0.1.4-alt2

Group :: Development/Ruby
RPM: gem-parse-cron

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define        gemname parse-cron

Name:          gem-parse-cron
Version:       0.1.4
Release:       alt2
Summary:       Parse crontab syntax to determine scheduled run times
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/siebertm/parse-cron
Vcs:           https://github.com/siebertm/parse-cron.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby
BuildRequires: libruby-devel
BuildRequires: gem(rspec) >= 2.6.0 gem(rspec) < 4

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
%ruby_use_gem_dependency rspec >= 3.10.0,rspec < 4
Obsoletes:     ruby-parse-cron < %EVR
Provides:      ruby-parse-cron = %EVR
Provides:      gem(parse-cron) = 0.1.4


%description
Parse crontab syntax to determine scheduled run times. The goal of this gem is
to parse a crontab timing specification and determine when the job should be
run. It is not a scheduler, it does not run the jobs.


%package       -n gem-parse-cron-doc
Version:       0.1.4
Release:       alt2
Summary:       Parse crontab syntax to determine scheduled run times documentation files
Summary(ru_RU.UTF-8): Файлы сведений для самоцвета parse-cron
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(parse-cron) = 0.1.4

%description   -n gem-parse-cron-doc
Parse crontab syntax to determine scheduled run times documentation
files.

Parse crontab syntax to determine scheduled run times. The goal of this gem is
to parse a crontab timing specification and determine when the job should be
run. It is not a scheduler, it does not run the jobs.

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


%package       -n gem-parse-cron-devel
Version:       0.1.4
Release:       alt2
Summary:       Parse crontab syntax to determine scheduled run times development package
Summary(ru_RU.UTF-8): Файлы для разработки самоцвета parse-cron
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(parse-cron) = 0.1.4
Requires:      gem(rspec) >= 2.6.0 gem(rspec) < 4

%description   -n gem-parse-cron-devel
Parse crontab syntax to determine scheduled run times development
package.

Parse crontab syntax to determine scheduled run times. The goal of this gem is
to parse a crontab timing specification and determine when the job should be
run. It is not a scheduler, it does not run the jobs.

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


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README.md
%ruby_gemspec
%ruby_gemlibdir

%files         -n gem-parse-cron-doc
%doc README.md
%ruby_gemdocdir

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