forked from pool/osinfo-db
f98a81be7d
OBS-URL: https://build.opensuse.org/package/show/Virtualization/osinfo-db?expand=0&rev=15
75 lines
2.2 KiB
RPMSpec
75 lines
2.2 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: 20161026
|
|
Release: 0
|
|
Summary: Osinfo database files
|
|
License: LGPL-2.1+ and GPL-2.0+
|
|
BuildArch: noarch
|
|
URL: http://libosinfo.org/
|
|
Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz
|
|
Patch10: fix-opensuse-derives-from.patch
|
|
Patch11: add-opensuse-device-information.patch
|
|
Patch12: add-opensuse-leap-42.2-support.patch
|
|
Patch13: add-opensuse-leap-42.3-support.patch
|
|
Patch14: add-missing-sle10-distros.patch
|
|
Patch15: fix-sle-derives-from.patch
|
|
Patch16: add-sle-device-information.patch
|
|
Patch17: add-sle12sp2-support.patch
|
|
Patch18: add-sle12sp3-support.patch
|
|
BuildRequires: intltool
|
|
BuildRequires: osinfo-db-tools
|
|
|
|
%description
|
|
The osinfo database provides information about operating systems and
|
|
hypervisor platforms to facilitate the automated configuration and
|
|
provisioning of new virtual machines
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch10 -p1
|
|
%patch11 -p1
|
|
%patch12 -p1
|
|
%patch13 -p1
|
|
%patch14 -p1
|
|
%patch15 -p1
|
|
%patch16 -p1
|
|
%patch17 -p1
|
|
%patch18 -p1
|
|
|
|
%build
|
|
cd %{_builddir}
|
|
tar cJf %{SOURCE0} osinfo-db-%{version}
|
|
|
|
%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
|
|
%dir %{_defaultdocdir}/osinfo/
|
|
%{_defaultdocdir}/osinfo/LICENSE
|
|
|
|
%changelog
|