From 3ba522895c9791f61f2ffbcf10dce4394fd177cb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 01 2017 03:46:52 +0000 Subject: import osinfo-db-tools-1.1.0-1.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4cf0b5a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/osinfo-db-tools-1.1.0.tar.gz diff --git a/.osinfo-db-tools.metadata b/.osinfo-db-tools.metadata new file mode 100644 index 0000000..7889862 --- /dev/null +++ b/.osinfo-db-tools.metadata @@ -0,0 +1 @@ +de393dd2e1872a39c6d37219f830eb74de101d81 SOURCES/osinfo-db-tools-1.1.0.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/osinfo-db-tools.spec b/SPECS/osinfo-db-tools.spec new file mode 100644 index 0000000..1101605 --- /dev/null +++ b/SPECS/osinfo-db-tools.spec @@ -0,0 +1,50 @@ +# -*- rpm-spec -*- + +Summary: Tools for managing the osinfo database +Name: osinfo-db-tools +Version: 1.1.0 +Release: 1%{?dist} +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 +* Wed Oct 26 2016 Daniel P. Berrange - 1.1.0-1 +- Update to 1.1.0 release + +* Fri Jul 29 2016 Daniel P. Berrange - 1.0.0-1 +- Initial package after split from libosinfo (rhbz #1361594)