Compare commits
10 Commits
88280175e5
...
2b51a6c62b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b51a6c62b | ||
|
|
041cd365ec | ||
|
|
51552aba23 | ||
|
|
0c80fd1072 | ||
|
|
4c6a72ac8d | ||
|
|
55760e31cf | ||
|
|
1b7013dbfb | ||
|
|
c8919dad0b | ||
|
|
8a21077b7a | ||
|
|
c34eb6a66d |
BIN
asciidoctor-2.0.18.tar.gz
Normal file
BIN
asciidoctor-2.0.18.tar.gz
Normal file
Binary file not shown.
86
rubygem-asciidoctor.spec
Normal file
86
rubygem-asciidoctor.spec
Normal file
@ -0,0 +1,86 @@
|
||||
%global gem_name asciidoctor
|
||||
Name: rubygem-asciidoctor
|
||||
Version: 2.0.18
|
||||
Release: 1
|
||||
Summary: An implementation of the AsciiDoc text processor and publishing
|
||||
License: MIT
|
||||
URL: https://github.com/asciidoctor/asciidoctor
|
||||
Source0: https://github.com/asciidoctor/asciidoctor/archive/v%{version}/%{gem_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: ruby(release) rubygems-devel ruby(rubygems)
|
||||
Requires: ruby(release)
|
||||
Provides: asciidoctor = %{version} rubygem(asciidoctor) = %{version}
|
||||
|
||||
%description
|
||||
Asciidoctor reads and parses text written in the AsciiDoc syntax, then feeds the parse tree to a
|
||||
set of built-in converters to produce HTML5, DocBook 5 (or 4.5) or man(ual) page output. You have
|
||||
the option of using your own converter or loading Tilt-supported templates to customize the generated
|
||||
output or produce additional formats.
|
||||
|
||||
%package help
|
||||
Summary: Rubygem-asciidoctor documentation
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
Provides: %{name}-doc = %{version}-%{release}
|
||||
Obsoletes: %{name}-doc < %{version}-%{release}
|
||||
|
||||
%description help
|
||||
This package provides help documents for rubygem-asciidoctor.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{gem_name}-%{version} -p1
|
||||
|
||||
sed -i -e 's/#\(s\.test_files\)/\1/' %{gem_name}.gemspec
|
||||
sed -i -e 's|#!/usr/bin/env ruby|#!/usr/bin/ruby|' bin/%{gem_name}
|
||||
|
||||
%build
|
||||
gem build %{gem_name}.gemspec
|
||||
%gem_install -n %{gem_name}-%{version}.gem
|
||||
|
||||
%check
|
||||
|
||||
%install
|
||||
install -d %{buildroot}%{gem_dir}
|
||||
cp -a .%{gem_dir}/* %{buildroot}%{gem_dir}/
|
||||
|
||||
install -d %{buildroot}%{_bindir}
|
||||
cp -a .%{_bindir}/* %{buildroot}%{_bindir}/
|
||||
|
||||
install -d %{buildroot}%{_mandir}/man1
|
||||
cp -a .%{gem_instdir}/man/*.1 %{buildroot}%{_mandir}/man1/
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%dir %{gem_instdir}
|
||||
%exclude %{gem_cache}
|
||||
%exclude %{gem_instdir}/asciidoctor.gemspec
|
||||
%exclude %{gem_instdir}/man
|
||||
%exclude %{gem_instdir}/test
|
||||
%exclude %{gem_instdir}/features
|
||||
%exclude %{gem_instdir}/LICENSE
|
||||
%doc %{gem_instdir}/CHANGELOG.adoc
|
||||
%doc %{gem_instdir}/README.*
|
||||
%lang(de) %doc %{gem_instdir}/README-de.*
|
||||
%lang(fr) %doc %{gem_instdir}/README-fr.*
|
||||
%lang(jp) %doc %{gem_instdir}/README-jp.*
|
||||
%lang(zh_CN) %doc %{gem_instdir}/README-zh_CN.*
|
||||
%{gem_instdir}/data
|
||||
%{_bindir}/*
|
||||
%{gem_instdir}/bin
|
||||
%{gem_libdir}
|
||||
%{gem_spec}
|
||||
|
||||
%files help
|
||||
%doc %{gem_docdir}
|
||||
%{_mandir}/man1/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Feb 02 2023 wenchaofan <349464272@qq.com> - 2.0.18-1
|
||||
- Update to 2.0.18
|
||||
* Tue Dec 01 2020 lingsheng <lingsheng@huawei.com> - 2.0.12-1
|
||||
- Update to 2.0.12
|
||||
|
||||
* Wed Jan 8 2020 duyeyu <duyeyu@huawei.com> - 1.5.6.1-5
|
||||
- Package init
|
||||
4
rubygem-asciidoctor.yaml
Normal file
4
rubygem-asciidoctor.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: asciidoctor/asciidoctor
|
||||
tag_prefix: "^v"
|
||||
separator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user