Blame SPECS/osinfo-db-tools.spec

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