forked from pool/osinfo-db
799e3a2593
The osinfo database provides information about operating systems and hypervisor platforms to facilitate the automated configuration and provisioning of new virtual machines OBS-URL: https://build.opensuse.org/package/show/Virtualization/osinfo-db?expand=0&rev=1
48 lines
1.5 KiB
RPMSpec
48 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package osinfo-db
|
|
#
|
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
Name: osinfo-db
|
|
Version: 20160728
|
|
Release: 0
|
|
Summary: osinfo database files
|
|
License: LGPLv2+
|
|
URL: http://libosinfo.org/
|
|
Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz
|
|
BuildRequires: intltool
|
|
BuildRequires: osinfo-db-tools
|
|
Requires: hwdata
|
|
|
|
%description
|
|
The osinfo database provides information about operating systems and
|
|
hypervisor platforms to facilitate the automated configuration and
|
|
provisioning of new virtual machines
|
|
|
|
%install
|
|
osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo %{SOURCE0}
|
|
|
|
%files
|
|
%dir %{_datadir}/osinfo/
|
|
%{_datadir}/osinfo/VERSION
|
|
%{_datadir}/osinfo/datamap
|
|
%{_datadir}/osinfo/device
|
|
%{_datadir}/osinfo/os
|
|
%{_datadir}/osinfo/platform
|
|
%{_datadir}/osinfo/install-script
|
|
%{_datadir}/osinfo/schema
|
|
|
|
%changelog
|