osinfo-db-tools/SPECS/osinfo-db-tools.spec

102 lines
3.1 KiB
RPMSpec
Raw Permalink Normal View History

2019-05-07 10:56:46 +00:00
# -*- rpm-spec -*-
Summary: Tools for managing the osinfo database
Name: osinfo-db-tools
2021-05-18 07:00:18 +00:00
Version: 1.9.0
2020-11-03 12:06:29 +00:00
Release: 1%{?dist}
2019-05-07 10:56:46 +00:00
License: GPLv2+
2020-11-03 12:06:29 +00:00
Source: https://releases.pagure.io/libosinfo/%{name}-%{version}.tar.xz
2019-05-07 10:56:46 +00:00
URL: http://libosinfo.org/
2019-11-05 19:03:33 +00:00
### Patches ###
2020-11-03 12:06:29 +00:00
BuildRequires: meson
BuildRequires: gcc
BuildRequires: gettext-devel
BuildRequires: git
2019-05-07 10:56:46 +00:00
BuildRequires: glib2-devel
BuildRequires: libxml2-devel >= 2.6.0
BuildRequires: libxslt-devel >= 1.0.0
BuildRequires: libarchive-devel
2020-11-03 12:06:29 +00:00
BuildRequires: libsoup-devel
2019-11-05 19:03:33 +00:00
BuildRequires: json-glib-devel
2020-11-03 12:06:29 +00:00
BuildRequires: /usr/bin/pod2man
2019-11-05 19:03:33 +00:00
BuildRequires: python3
BuildRequires: python3-pytest
BuildRequires: python3-requests
2019-05-07 10:56:46 +00:00
%description
This package provides tools for managing the osinfo database of
information about operating systems for use with virtualization
%prep
2020-11-03 12:06:29 +00:00
%autosetup -S git
2019-11-05 19:03:33 +00:00
2019-05-07 10:56:46 +00:00
%build
2020-11-03 12:06:29 +00:00
%meson
%meson_build
2019-05-07 10:56:46 +00:00
2019-11-05 19:03:33 +00:00
%check
2020-11-03 12:06:29 +00:00
%meson_test
2019-11-05 19:03:33 +00:00
2019-05-07 10:56:46 +00:00
%install
2020-11-03 12:06:29 +00:00
%meson_install
2019-05-07 10:56:46 +00:00
%find_lang %{name}
%files -f %{name}.lang
2020-11-03 12:06:29 +00:00
%doc NEWS README
2019-05-07 10:56:46 +00:00
%license COPYING
%{_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*
%changelog
2021-05-18 07:00:18 +00:00
* Thu Feb 04 2021 Danilo C. L. de Paula <ddepaula@redhat.com> - 1.9.0-1
- Resolves: rhbz#1903301 - rebase osinfo-db-tools to latest fedora's
2020-11-03 12:06:29 +00:00
* Sun May 31 2020 Fabiano Fidêncio <fidencio@redhat.com> - 1.8.0-1
- Resolves: rhbz#1842019 - Rebase to the latest upstream release
2019-11-05 19:03:33 +00:00
* Wed May 22 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.5.0-4
- Related: rhbz#1712426 - New defects found in
osinfo-db-tools-1.5.0-2.el8
* Wed May 22 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.5.0-3
- Resolves: rhbz#1712426 - New defects found in
osinfo-db-tools-1.5.0-2.el8
* Mon May 20 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.5.0-2
- Resolves: rhbz#1681879 - osinfo-db-tools changes blocked until gating
tests are added
* Fri May 10 2019 Fabiano Fidêncio <fidencio@redhat.com> - 1.5.0-1
- Update to 1.3.0 release
- Resolves: rhbz#1699989 - Rebase to the latest upstream release
2019-05-07 10:56:46 +00:00
* Wed Jun 20 2018 Daniel P. Berrangé <berrange@redhat.com> - 1.2.0-1
- Update to 1.2.0 release
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Wed Oct 26 2016 Daniel P. Berrange <berrange@redhat.com> - 1.1.0-1
- Update to 1.1.0 release
* Fri Jul 29 2016 Daniel P. Berrange <berrange@redhat.com> - 1.0.0-1
- Initial package after split from libosinfo (rhbz #1361594)