Compare commits
No commits in common. "2b51a6c62bda121a298218cf317b55b8f3820f1a" and "88280175e5d86710a628a9e73ce1cabe86155a43" have entirely different histories.
2b51a6c62b
...
88280175e5
Binary file not shown.
@ -1,86 +0,0 @@
|
|||||||
%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
|
|
||||||
@ -1,4 +0,0 @@
|
|||||||
version_control: github
|
|
||||||
src_repo: asciidoctor/asciidoctor
|
|
||||||
tag_prefix: "^v"
|
|
||||||
separator: "."
|
|
||||||
Loading…
x
Reference in New Issue
Block a user