2019-09-30 11:11:09 -04:00
|
|
|
Name: osinfo-db-tools
|
2022-03-03 16:50:40 +08:00
|
|
|
Version: 1.10.0
|
2021-01-23 16:38:58 +08:00
|
|
|
Release: 1
|
2019-09-30 11:11:09 -04:00
|
|
|
Summary: Tools to manage the osinfo database
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://libosinfo.org/
|
2021-01-23 16:38:58 +08:00
|
|
|
Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
|
2019-09-30 11:11:09 -04:00
|
|
|
|
2021-01-23 16:38:58 +08:00
|
|
|
BuildRequires: meson json-glib-devel libsoup-devel python3 python3-pytest python3-requests
|
2019-09-30 11:11:09 -04:00
|
|
|
BuildRequires: gcc glib2-devel intltool libarchive-devel perl-podlators
|
|
|
|
|
BuildRequires: libxml2-devel >= 2.6.0
|
|
|
|
|
BuildRequires: libxslt-devel >= 1.0.0
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Osinfo-db-tools contains set of tools to assist administrators and
|
|
|
|
|
developers in managing the osinfo database.
|
|
|
|
|
|
|
|
|
|
%package help
|
|
|
|
|
Summary: Help files for %{name}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
%description help
|
|
|
|
|
Help files for %{name}.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
|
|
|
|
|
|
%build
|
2021-01-23 16:38:58 +08:00
|
|
|
%meson
|
|
|
|
|
%meson_build
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%meson_test
|
2019-09-30 11:11:09 -04:00
|
|
|
|
|
|
|
|
%install
|
2021-01-23 16:38:58 +08:00
|
|
|
%meson_install
|
2019-09-30 11:11:09 -04:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%{_bindir}/osinfo-db-export
|
|
|
|
|
%{_bindir}/osinfo-db-import
|
|
|
|
|
%{_bindir}/osinfo-db-path
|
|
|
|
|
%{_bindir}/osinfo-db-validate
|
2021-01-23 16:38:58 +08:00
|
|
|
%doc NEWS README
|
2019-09-30 11:11:09 -04:00
|
|
|
%license COPYING
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man1/osinfo-db-export.1*
|
|
|
|
|
%{_mandir}/man1/osinfo-db-import.1*
|
|
|
|
|
%{_mandir}/man1/osinfo-db-path.1*
|
|
|
|
|
%{_mandir}/man1/osinfo-db-validate.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-03-03 16:50:40 +08:00
|
|
|
* Thu Mar 3 2022 panxiaohe <panxh.life@foxmail.com> - 1.10.0-1
|
|
|
|
|
- update version to 1.10.0
|
|
|
|
|
|
2021-01-23 16:38:58 +08:00
|
|
|
* Sat Jan 23 2021 zoulin <zoulin@huawei.com> - 1.8.0-1
|
|
|
|
|
- update version to 1.8.0
|
|
|
|
|
|
2020-09-08 19:38:42 +08:00
|
|
|
* Tue Sep 8 2020 linwei <linwei54@openeuler.org> - 1.2.0-4
|
|
|
|
|
- Modify the URL of Source
|
|
|
|
|
|
2019-09-30 11:11:09 -04:00
|
|
|
* Mon Aug 12 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.2.0-3
|
|
|
|
|
- Package init
|