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

Group :: Development/Ruby
RPM: gem-wikicloth

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define        gemname wikicloth

Name:          gem-wikicloth
Version:       0.8.3.1
Release:       alt1
Summary:       Ruby implementation of the MediaWiki markup language
License:       MIT
Group:         Development/Ruby
Url:           https://github.com/nricciar/wikicloth
Vcs:           https://github.com/nricciar/wikicloth.git
Packager:      Ruby Maintainers Team <ruby at packages.altlinux.org>
BuildArch:     noarch

Source:        %name-%version.tar
BuildRequires(pre): rpm-build-ruby
BuildRequires: gem(builder) >= 0
BuildRequires: gem(expression_parser) >= 0
BuildRequires: gem(twitter-text) >= 2.1
BuildRequires: gem(nokogiri) >= 0
BuildRequires: gem(htmlentities) >= 0
BuildRequires: gem(test-unit) >= 0
BuildRequires: gem(activesupport) >= 0
BuildRequires: gem(i18n) >= 0
BuildRequires: gem(rake) >= 0
BuildRequires: gem(rdoc) >= 0
BuildRequires: gem(simplecov) >= 0

%add_findreq_skiplist %ruby_gemslibdir/**/*
%add_findprov_skiplist %ruby_gemslibdir/**/*
%ruby_use_gem_version wikicloth:%version
Requires:      gem(builder) >= 0
Requires:      gem(expression_parser) >= 0
Requires:      gem(twitter-text) >= 2.1
Requires:      gem(nokogiri) >= 0
Requires:      gem(htmlentities) >= 0
Provides:      gem(wikicloth) = 0.8.3.1


%description
Ruby implementation of the MediaWiki markup language.


%package       -n gem-wikicloth-doc
Version:       0.8.3.1
Release:       alt1
Summary:       Ruby implementation of the MediaWiki markup language documentation files
Summary(ru_RU.UTF-8): Файлы сведений для самоцвета wikicloth
Group:         Development/Documentation
BuildArch:     noarch

Requires:      gem(wikicloth) = 0.8.3.1

%description   -n gem-wikicloth-doc
Ruby implementation of the MediaWiki markup language documentation
files.

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


%package       -n gem-wikicloth-devel
Version:       0.8.3.1
Release:       alt1
Summary:       Ruby implementation of the MediaWiki markup language development package
Summary(ru_RU.UTF-8): Файлы для разработки самоцвета wikicloth
Group:         Development/Ruby
BuildArch:     noarch

Requires:      gem(wikicloth) = 0.8.3.1
Requires:      gem(test-unit) >= 0 gem(test-unit) < 4
Requires:      gem(activesupport) >= 0 gem(activesupport) < 7
Requires:      gem(i18n) >= 0
Requires:      gem(rake) >= 0 gem(rake) < 14
Requires:      gem(rdoc) >= 0 gem(rdoc) < 7
Requires:      gem(simplecov) >= 0 gem(simplecov) < 1

%description   -n gem-wikicloth-devel
Ruby implementation of the MediaWiki markup language development
package.

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


%prep
%setup

%build
%ruby_build

%install
%ruby_install

%check
%ruby_test

%files
%doc README README.textile
%ruby_gemspec
%ruby_gemlibdir

%files         -n gem-wikicloth-doc
%doc README README.textile
%ruby_gemdocdir

%files         -n gem-wikicloth-devel
%doc README README.textile


%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