2016-08-04 15:42:15 +00:00
|
|
|
# -*- rpm-spec -*-
|
|
|
|
|
|
|
|
Summary: Tools for managing the osinfo database
|
|
|
|
Name: osinfo-db-tools
|
2016-10-26 08:48:58 +00:00
|
|
|
Version: 1.1.0
|
2018-02-08 18:00:50 +00:00
|
|
|
Release: 5%{?dist}
|
2016-08-04 15:42:15 +00:00
|
|
|
License: GPLv2+
|
|
|
|
Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz
|
|
|
|
URL: http://libosinfo.org/
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: libxml2-devel >= 2.6.0
|
|
|
|
BuildRequires: libxslt-devel >= 1.0.0
|
|
|
|
BuildRequires: libarchive-devel
|
|
|
|
BuildRequires: /usr/bin/pod2man
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package provides tools for managing the osinfo database of
|
|
|
|
information about operating systems for use with virtualization
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%__make %{?_smp_mflags} V=1
|
|
|
|
|
|
|
|
%install
|
|
|
|
%__make install DESTDIR=%{buildroot}
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%doc AUTHORS ChangeLog NEWS README
|
|
|
|
%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
|
2018-02-08 18:00:50 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-03 04:41:09 +00:00
|
|
|
* 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
|
|
|
|
|
2017-07-27 01:59:43 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-11 01:05:11 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-10-26 08:48:58 +00:00
|
|
|
* Wed Oct 26 2016 Daniel P. Berrange <berrange@redhat.com> - 1.1.0-1
|
|
|
|
- Update to 1.1.0 release
|
|
|
|
|
2016-08-04 15:42:15 +00:00
|
|
|
* Fri Jul 29 2016 Daniel P. Berrange <berrange@redhat.com> - 1.0.0-1
|
|
|
|
- Initial package after split from libosinfo (rhbz #1361594)
|