2024-01-05 17:32:52 +01:00
|
|
|
Name: ruby-facter
|
2024-01-05 17:32:52 +01:00
|
|
|
Version: 4.2.2
|
2024-01-05 17:32:52 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: A library for collecting facts about your system
|
2024-01-05 17:32:52 +01:00
|
|
|
Group: System/Libraries
|
2024-01-05 17:32:52 +01:00
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 17:32:52 +01:00
|
|
|
URL: https://puppet.com/
|
2024-01-05 17:32:52 +01:00
|
|
|
Source: https://rubygems.org/downloads/facter-%{version}.gem
|
|
|
|
License: Apache License 2.0
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 17:32:52 +01:00
|
|
|
BuildRequires: ruby-devel >= 2.5.1
|
|
|
|
Requires: ruby >= 2.5.1
|
2024-01-05 17:32:52 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
A library for collecting facts about your system.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 17:32:52 +01:00
|
|
|
gemdir="$(ruby -rrubygems -e'puts Gem.default_dir')"
|
2024-01-05 17:32:52 +01:00
|
|
|
|
|
|
|
gem install --no-user-install --ignore-dependencies -i "%{buildroot}$gemdir" \
|
2024-01-05 17:32:52 +01:00
|
|
|
-n "%{buildroot}/usr/bin" "%{SOURCE0}"
|
2024-01-05 17:32:52 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/facter
|
|
|
|
%{_libdir}/ruby/gems/*/cache/facter-%{version}.gem
|
|
|
|
%dir %{_libdir}/ruby/gems/*/gems/facter-%{version}
|
|
|
|
%{_libdir}/ruby/gems/*/gems/facter-%{version}/*
|
|
|
|
%{_libdir}/ruby/gems/*/specifications/facter-%{version}.gemspec
|
2024-01-05 17:32:52 +01:00
|
|
|
%dir %{_libdir}/ruby/gems/*/doc/facter-%{version}
|
|
|
|
%{_libdir}/ruby/gems/*/doc/facter-%{version}/*
|
2024-01-05 17:32:52 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:32:52 +01:00
|
|
|
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 4.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:32:52 +01:00
|
|
|
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 4.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:32:52 +01:00
|
|
|
* Wed Jun 02 2021 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:32:52 +01:00
|
|
|
* Fri Apr 23 2021 Automatic Build System <autodist@mambasoft.it> 4.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:32:52 +01:00
|
|
|
* Wed Apr 14 2021 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:32:52 +01:00
|
|
|
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 4.0.52-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:32:52 +01:00
|
|
|
* Sat Mar 06 2021 Automatic Build System <autodist@mambasoft.it> 4.0.51-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:32:52 +01:00
|
|
|
* Tue Jul 17 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.1-1mamba
|
|
|
|
- update to 2.5.1
|
|
|
|
|
2024-01-05 17:32:52 +01:00
|
|
|
* Wed Dec 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.3-1mamba
|
|
|
|
- package created using the webbuild interface
|