2024-01-05 17:33:46 +01:00
|
|
|
Name: ruby-nokogiri
|
2024-01-05 17:33:48 +01:00
|
|
|
Version: 1.13.10
|
|
|
|
Release: 2mamba
|
2024-01-05 17:33:46 +01:00
|
|
|
Summary: An HTML, XML, SAX, and Reader parser
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://nokogiri.org
|
|
|
|
Source: https://rubygems.org/downloads/nokogiri-%{version}.gem
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: liblzma-devel
|
|
|
|
BuildRequires: libruby-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 17:33:48 +01:00
|
|
|
BuildRequires: ruby-devel >= 1:3.2.0
|
2024-01-05 17:33:46 +01:00
|
|
|
BuildRequires: ruby-mini_portile2
|
2024-01-05 17:33:48 +01:00
|
|
|
Requires: ruby >= 1:3.2.0
|
2024-01-05 17:33:46 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
An HTML, XML, SAX, and Reader parser.
|
|
|
|
|
2024-01-05 17:33:48 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-05 17:33:46 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -c
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"
|
|
|
|
gem install --no-user-install --ignore-dependencies -i "%{buildroot}$gemdir" -n "%{buildroot}/usr/bin" %{SOURCE0}
|
|
|
|
rm -rf %{buildroot}${gemdir}/cache
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/nokogiri
|
|
|
|
%dir %{_libdir}/ruby/gems/*/extensions/*/*/nokogiri-%{version}
|
|
|
|
%{_libdir}/ruby/gems/*/extensions/*/*/nokogiri-%{version}/*
|
|
|
|
%dir %{_libdir}/ruby/gems/*/doc/nokogiri-%{version}
|
|
|
|
%{_libdir}/ruby/gems/*/doc/nokogiri-%{version}/*
|
|
|
|
%dir %{_libdir}/ruby/gems/*/gems/nokogiri-%{version}
|
|
|
|
%{_libdir}/ruby/gems/*/gems/nokogiri-%{version}/*
|
|
|
|
%{_libdir}/ruby/gems/*/specifications/nokogiri-%{version}.gemspec
|
|
|
|
%doc nokogiri-%{version}/LICENSE.md
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:33:48 +01:00
|
|
|
* Tue Jan 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.10-2mamba
|
|
|
|
- rebuilt with ruby 3.2.0
|
|
|
|
|
|
|
|
* Tue Dec 27 2022 Automatic Build System <autodist@mambasoft.it> 1.13.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:33:48 +01:00
|
|
|
* Wed Oct 19 2022 Automatic Build System <autodist@mambasoft.it> 1.13.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:33:47 +01:00
|
|
|
* Sun Jul 24 2022 Automatic Build System <autodist@mambasoft.it> 1.13.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:33:47 +01:00
|
|
|
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 1.13.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:33:47 +01:00
|
|
|
* Mon May 09 2022 Automatic Build System <autodist@mambasoft.it> 1.13.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:33:46 +01:00
|
|
|
* Thu May 05 2022 Automatic Build System <autodist@mambasoft.it> 1.13.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:33:46 +01:00
|
|
|
* Sun Apr 24 2022 Automatic Build System <autodist@mambasoft.it> 1.13.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 23 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.3-1mamba
|
|
|
|
- package created using the webbuild interface
|