132 lines
4.5 KiB
RPMSpec
132 lines
4.5 KiB
RPMSpec
Name: ruby-nokogiri
|
|
Version: 1.16.5
|
|
Release: 1mamba
|
|
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
|
|
BuildRequires: ruby-devel >= 1:3.2.0
|
|
BuildRequires: ruby-mini_portile2
|
|
Requires: ruby >= 1:3.2.0
|
|
|
|
%description
|
|
An HTML, XML, SAX, and Reader parser.
|
|
|
|
%debug_package
|
|
|
|
%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
|
|
* Tue May 14 2024 Automatic Build System <autodist@openmamba.org> 1.16.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Apr 11 2024 Automatic Build System <autodist@openmamba.org> 1.16.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Mar 17 2024 Automatic Build System <autodist@openmamba.org> 1.16.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 05 2024 Automatic Build System <autodist@openmamba.org> 1.16.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 04 2024 Automatic Build System <autodist@openmamba.org> 1.16.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Dec 28 2023 Automatic Build System <autodist@mambasoft.it> 1.16.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Nov 18 2023 Automatic Build System <autodist@mambasoft.it> 1.15.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 12 2023 Automatic Build System <autodist@mambasoft.it> 1.15.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 06 2023 Automatic Build System <autodist@mambasoft.it> 1.15.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 25 2023 Automatic Build System <autodist@mambasoft.it> 1.15.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat May 20 2023 Automatic Build System <autodist@mambasoft.it> 1.15.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 18 2023 Automatic Build System <autodist@mambasoft.it> 1.15.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 12 2023 Automatic Build System <autodist@mambasoft.it> 1.14.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Apr 12 2023 Automatic Build System <autodist@mambasoft.it> 1.14.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Feb 14 2023 Automatic Build System <autodist@mambasoft.it> 1.14.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 31 2023 Automatic Build System <autodist@mambasoft.it> 1.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jan 13 2023 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|
|
|
|
* Wed Oct 19 2022 Automatic Build System <autodist@mambasoft.it> 1.13.9-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jul 24 2022 Automatic Build System <autodist@mambasoft.it> 1.13.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 1.13.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 09 2022 Automatic Build System <autodist@mambasoft.it> 1.13.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu May 05 2022 Automatic Build System <autodist@mambasoft.it> 1.13.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* 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
|