40 lines
1.0 KiB
RPMSpec
40 lines
1.0 KiB
RPMSpec
|
Name: osinfo-db
|
||
|
Version: 20230308
|
||
|
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
|
||
|
* Tue Mar 28 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 20230308-1mamba
|
||
|
- package created using the webbuild interface
|