!4 update version to 1.8.0

From: @zou_lin77
Reviewed-by: @xiezhipeng1
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2021-01-27 17:26:27 +08:00 committed by Gitee
commit 220b9f79a2
3 changed files with 14 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,12 @@
Name: osinfo-db-tools Name: osinfo-db-tools
Version: 1.2.0 Version: 1.8.0
Release: 4 Release: 1
Summary: Tools to manage the osinfo database Summary: Tools to manage the osinfo database
License: GPLv2+ License: GPLv2+
URL: http://libosinfo.org/ URL: http://libosinfo.org/
Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
BuildRequires: meson json-glib-devel libsoup-devel python3 python3-pytest python3-requests
BuildRequires: gcc glib2-devel intltool libarchive-devel perl-podlators BuildRequires: gcc glib2-devel intltool libarchive-devel perl-podlators
BuildRequires: libxml2-devel >= 2.6.0 BuildRequires: libxml2-devel >= 2.6.0
BuildRequires: libxslt-devel >= 1.0.0 BuildRequires: libxslt-devel >= 1.0.0
@ -24,11 +25,14 @@ Help files for %{name}.
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
%configure %meson
%make_build V=1 %meson_build
%check
%meson_test
%install %install
%make_install %meson_install
%find_lang %{name} %find_lang %{name}
%files -f %{name}.lang %files -f %{name}.lang
@ -36,7 +40,7 @@ Help files for %{name}.
%{_bindir}/osinfo-db-import %{_bindir}/osinfo-db-import
%{_bindir}/osinfo-db-path %{_bindir}/osinfo-db-path
%{_bindir}/osinfo-db-validate %{_bindir}/osinfo-db-validate
%doc AUTHORS ChangeLog NEWS README %doc NEWS README
%license COPYING %license COPYING
%files help %files help
@ -46,6 +50,9 @@ Help files for %{name}.
%{_mandir}/man1/osinfo-db-validate.1* %{_mandir}/man1/osinfo-db-validate.1*
%changelog %changelog
* Sat Jan 23 2021 zoulin <zoulin@huawei.com> - 1.8.0-1
- update version to 1.8.0
* Tue Sep 8 2020 linwei <linwei54@openeuler.org> - 1.2.0-4 * Tue Sep 8 2020 linwei <linwei54@openeuler.org> - 1.2.0-4
- Modify the URL of Source - Modify the URL of Source