Blame SPECS/osinfo-db-tools.spec

0da723
# -*- rpm-spec -*-
0da723
0da723
Summary: Tools for managing the osinfo database
0da723
Name: osinfo-db-tools
0da723
Version: 1.1.0
0da723
Release: 1%{?dist}
0da723
License: GPLv2+
0da723
Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz
0da723
URL: http://libosinfo.org/
0da723
BuildRequires: intltool
0da723
BuildRequires: glib2-devel
0da723
BuildRequires: libxml2-devel >= 2.6.0
0da723
BuildRequires: libxslt-devel >= 1.0.0
0da723
BuildRequires: libarchive-devel
0da723
BuildRequires: /usr/bin/pod2man
0da723
0da723
%description
0da723
This package provides tools for managing the osinfo database of
0da723
information about operating systems for use with virtualization
0da723
0da723
%prep
0da723
%setup -q
0da723
0da723
%build
0da723
%configure
0da723
%__make %{?_smp_mflags} V=1
0da723
0da723
%install
0da723
%__make install DESTDIR=%{buildroot}
0da723
0da723
%find_lang %{name}
0da723
0da723
%files -f %{name}.lang
0da723
%doc AUTHORS ChangeLog NEWS README
0da723
%license COPYING
0da723
%{_bindir}/osinfo-db-export
0da723
%{_bindir}/osinfo-db-import
0da723
%{_bindir}/osinfo-db-path
0da723
%{_bindir}/osinfo-db-validate
0da723
%{_mandir}/man1/osinfo-db-export.1*
0da723
%{_mandir}/man1/osinfo-db-import.1*
0da723
%{_mandir}/man1/osinfo-db-path.1*
0da723
%{_mandir}/man1/osinfo-db-validate.1*
0da723
0da723
%changelog
0da723
* Wed Oct 26 2016 Daniel P. Berrange <berrange@redhat.com> - 1.1.0-1
0da723
- Update to 1.1.0 release
0da723
0da723
* Fri Jul 29 2016 Daniel P. Berrange <berrange@redhat.com> - 1.0.0-1
0da723
- Initial package after split from libosinfo (rhbz #1361594)