SHA256
1
0
forked from pool/osinfo-db
osinfo-db/osinfo-db.spec
Charles Arnold 4dafe69999 - bsc#1030538 - osinf-db: casp-1.xml should be called casp-1.0.xml
add-casp-support.patch
- Update to version 20170225
  osinfo-db-20170225.tar.xz
- Dropped patches now in new tarball
  99f7e666-fix-opensuse-derives-from-information.patch
  470b7652-add-opensuse-device-information.patch
  3c621fd8-add-opensuse-date-information.patch
  e77abec7-add-opensuse-resource-information.patch
  67c74e5f-add-opensuse-leap-42.2-support.patch
  f0d44d88-add-missing-sle10-distros.patch
  9a35cea7-fix-sle-derives-from-information.patch
  50091807-add-sle-device-information.patch
  9dec2be8-add-sle-date-information.patch
  1a7ce161-add-sle-resource-information.patch
  99ae3d72-add-sle12sp2-support.patch

- fate#322156 - Virtualization: Supported Virtualizated Guests
  add-win2k16-support.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/osinfo-db?expand=0&rev=30
2017-03-23 16:03:13 +00:00

67 lines
1.9 KiB
RPMSpec

#
# spec file for package osinfo-db
#
# Copyright (c) 2017 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: 20170225
Release: 0
Summary: Osinfo database files
License: LGPL-2.1+ and GPL-2.0+
Group: System/Management
BuildArch: noarch
Url: http://libosinfo.org/
Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz
Patch20: add-opensuse-leap-42.3-support.patch
Patch21: add-sle12sp3-support.patch
Patch22: add-casp-support.patch
Patch23: add-win2k16-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
%patch20 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%build
cd %{_builddir}
tar -cJf x.tar.xz osinfo-db-%{version}
%install
osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo "%{_builddir}/x.tar.xz"
%files
%defattr(-,root,root,-)
%dir %{_datadir}/osinfo/
%{_datadir}/osinfo/VERSION
%{_datadir}/osinfo/LICENSE
%{_datadir}/osinfo/datamap
%{_datadir}/osinfo/device
%{_datadir}/osinfo/os
%{_datadir}/osinfo/platform
%{_datadir}/osinfo/install-script
%{_datadir}/osinfo/schema
%changelog