55 lines
1.6 KiB
RPMSpec
55 lines
1.6 KiB
RPMSpec
Name: osinfo-db
|
|
Version: 20240510
|
|
Release: 1mamba
|
|
Summary: Osinfo database of information about operating systems for virtualization provisioning tools
|
|
Group: System/Database
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://libosinfo.org/
|
|
Source: https://releases.pagure.org/libosinfo/osinfo-db-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: osinfo-db-tools
|
|
|
|
%description
|
|
Osinfo database of information about operating systems for virtualization provisioning tools.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
osinfo-db-import --root %{buildroot} --system %{SOURCE0}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%dir %{_datadir}/osinfo
|
|
%{_datadir}/osinfo/*
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Sun May 12 2024 Automatic Build System <autodist@openmamba.org> 20240510-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Dec 16 2023 Automatic Build System <autodist@mambasoft.it> 20231215-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Oct 28 2023 Automatic Build System <autodist@mambasoft.it> 20231027-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 20 2023 Automatic Build System <autodist@mambasoft.it> 20230719-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 20230518-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Mar 28 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 20230308-1mamba
|
|
- package created using the webbuild interface
|