commit 0de58c557819bfcc3cc68fc75146c6c58e40dc7b Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 11:11:09 2019 -0400 Package init diff --git a/osinfo-db-tools-1.2.0.tar.gz b/osinfo-db-tools-1.2.0.tar.gz new file mode 100644 index 0000000..c85218a Binary files /dev/null and b/osinfo-db-tools-1.2.0.tar.gz differ diff --git a/osinfo-db-tools.spec b/osinfo-db-tools.spec new file mode 100644 index 0000000..d14261f --- /dev/null +++ b/osinfo-db-tools.spec @@ -0,0 +1,50 @@ +Name: osinfo-db-tools +Version: 1.2.0 +Release: 3 +Summary: Tools to manage the osinfo database +License: GPLv2+ +URL: http://libosinfo.org/ +Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz + +BuildRequires: gcc glib2-devel intltool libarchive-devel perl-podlators +BuildRequires: libxml2-devel >= 2.6.0 +BuildRequires: libxslt-devel >= 1.0.0 + +%description +Osinfo-db-tools contains set of tools to assist administrators and +developers in managing the osinfo database. + +%package help +Summary: Help files for %{name} +BuildArch: noarch +%description help +Help files for %{name}. + +%prep +%autosetup -n %{name}-%{version} -p1 + +%build +%configure +%make_build V=1 + +%install +%make_install +%find_lang %{name} + +%files -f %{name}.lang +%{_bindir}/osinfo-db-export +%{_bindir}/osinfo-db-import +%{_bindir}/osinfo-db-path +%{_bindir}/osinfo-db-validate +%doc AUTHORS ChangeLog NEWS README +%license COPYING + +%files help +%{_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 +* Mon Aug 12 2019 openEuler Buildteam - 1.2.0-3 +- Package init