2016-10-10 20:26:33 +02:00
|
|
|
#
|
|
|
|
# spec file for package osinfo-db-tools
|
|
|
|
#
|
2022-03-01 19:02:17 +01:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2016-10-10 20:26:33 +02:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2017-01-24 22:54:45 +01:00
|
|
|
Name: osinfo-db-tools
|
2022-03-01 19:02:17 +01:00
|
|
|
Version: 1.10.0
|
2017-01-24 22:54:45 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Tools for managing the osinfo database
|
2017-06-13 22:51:35 +02:00
|
|
|
License: LGPL-2.1+ and GPL-2.0+
|
|
|
|
Group: System/Management
|
2018-06-20 19:48:55 +02:00
|
|
|
Url: https://releases.pagure.org/libosinfo/
|
2019-12-02 19:45:31 +01:00
|
|
|
Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: gettext-devel
|
2017-06-13 22:51:35 +02:00
|
|
|
BuildRequires: glib2-devel
|
2019-02-04 19:48:56 +01:00
|
|
|
BuildRequires: json-glib-devel
|
2019-12-02 19:45:31 +01:00
|
|
|
BuildRequires: libarchive-devel
|
2021-09-27 16:53:34 +02:00
|
|
|
BuildRequires: pkgconfig(libsoup-2.4)
|
2017-06-13 22:51:35 +02:00
|
|
|
BuildRequires: libxml2-devel >= 2.6.0
|
|
|
|
BuildRequires: libxslt-devel >= 1.0.0
|
2019-12-02 19:45:31 +01:00
|
|
|
BuildRequires: meson
|
|
|
|
#BuildRequires: perl
|
2016-10-10 20:26:33 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2017-06-13 22:51:35 +02:00
|
|
|
This package provides tools for managing the osinfo database of
|
|
|
|
information about operating systems for use with virtualization
|
2016-10-10 20:26:33 +02:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2019-12-02 19:45:31 +01:00
|
|
|
%meson
|
|
|
|
%meson_build
|
2016-10-10 20:26:33 +02:00
|
|
|
|
|
|
|
%install
|
2019-12-02 19:45:31 +01:00
|
|
|
%meson_install
|
2017-06-13 22:51:35 +02:00
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
2019-12-02 19:45:31 +01:00
|
|
|
%doc NEWS README
|
2017-06-13 22:51:35 +02:00
|
|
|
%{_bindir}/osinfo-db-export
|
|
|
|
%{_bindir}/osinfo-db-import
|
|
|
|
%{_bindir}/osinfo-db-path
|
|
|
|
%{_bindir}/osinfo-db-validate
|
|
|
|
%{_mandir}/man1/osinfo-db-export.1*
|
|
|
|
%{_mandir}/man1/osinfo-db-import.1*
|
|
|
|
%{_mandir}/man1/osinfo-db-path.1*
|
|
|
|
%{_mandir}/man1/osinfo-db-validate.1*
|
2016-10-10 20:26:33 +02:00
|
|
|
|
|
|
|
%changelog
|