2024-01-05 17:32:44 +01:00
|
|
|
%define gemdir %(ruby -rrubygems -e'puts Gem.default_dir')
|
|
|
|
%define gemname %(echo %{name} | sed "s|^ruby-||")
|
|
|
|
Name: ruby-asciidoctor
|
2024-01-05 17:32:44 +01:00
|
|
|
Version: 2.0.16
|
2024-01-05 17:32:44 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: An implementation of AsciiDoc in Ruby
|
|
|
|
Group: Applications/Publishing
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://asciidoctor.org
|
|
|
|
Source: https://rubygems.org/downloads/asciidoctor-%{version}.gem
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: ruby-devel >= 2.7.2
|
|
|
|
Requires: ruby >= 2.7.2
|
|
|
|
Provides: asciidoctor
|
|
|
|
|
|
|
|
%description
|
|
|
|
An implementation of AsciiDoc in Ruby.
|
|
|
|
|
|
|
|
#% debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c -a0
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
gem install --no-user-install --ignore-dependencies -i "%{buildroot}%{gemdir}" \
|
|
|
|
-n "%{buildroot}%{_bindir}" "%{SOURCE0}"
|
|
|
|
|
|
|
|
install -D -m0644 %{gemname}-%{version}/man/asciidoctor.1 %{buildroot}%{_mandir}/man1/asciidoctor.1
|
|
|
|
|
|
|
|
rm %{buildroot}%{gemdir}/cache/%{gemname}-%{version}.gem
|
|
|
|
rm -rf %{buildroot}%{gemdir}/gems/%{gemname}-%{version}/man
|
|
|
|
rm -rf %{buildroot}%{gemdir}/doc/%{gemname}-%{version}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/asciidoctor
|
|
|
|
%dir %{gemdir}/gems/%{gemname}-%{version}
|
|
|
|
%{gemdir}/gems/%{gemname}-%{version}/*
|
|
|
|
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
|
|
|
|
%{_libdir}/ruby/gems/*/gems/%{gemname}-%{version}/.*
|
|
|
|
%{_mandir}/man1/asciidoctor.1*
|
|
|
|
%doc %{gemname}-%{version}/LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:32:44 +01:00
|
|
|
* Wed Aug 04 2021 Automatic Build System <autodist@mambasoft.it> 2.0.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:32:44 +01:00
|
|
|
* Sat Jun 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.15-1mamba
|
|
|
|
- package created using the webbuild interface
|