package created using the webbuild interface [release 20230308-1mamba;Tue Mar 28 2023]
This commit is contained in:
parent
c7590adea8
commit
a74270fda0
@ -1,2 +1,4 @@
|
|||||||
# osinfo-db
|
# osinfo-db
|
||||||
|
|
||||||
|
Osinfo database of information about operating systems for virtualization provisioning tools.
|
||||||
|
|
||||||
|
39
osinfo-db.spec
Normal file
39
osinfo-db.spec
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user