!6 openEuler-createrepo_c

Merge pull request !6 from Liquor/master
This commit is contained in:
openeuler-ci-bot 2020-07-27 14:53:21 +08:00 committed by Gitee
commit 7e94419d1b
3 changed files with 8 additions and 6 deletions

Binary file not shown.

BIN
createrepo_c-0.16.0.tar.gz Normal file

Binary file not shown.

View File

@ -38,17 +38,16 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.15.0
Release: 5
Version: 0.16.0
Release: 1
License: GPLv2+
URL: https://github.com/rpm-software-management/createrepo_c
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: gcc gdb
BuildRequires: gcc
BuildRequires: bzip2-devel
BuildRequires: doxygen
BuildRequires: expat-devel
BuildRequires: file-devel
BuildRequires: glib2-devel >= 2.22.0
BuildRequires: libcurl-devel
@ -74,7 +73,7 @@ BuildRequires: bash-completion
Requires: rpm >= 4.9.0
%endif
%if %{with drpm}
BuildRequires: drpm-devel >= 0.3.0
BuildRequires: drpm-devel >= 0.4.0
%endif
%if 0%{?openEuler} || 0%{?fedora} || 0%{?rhel} > 7
@ -166,7 +165,7 @@ popd
%endif
%check
%if %{with python2}
%if 0%{?openEuler} == 0 && %{with python2}
pushd build-py2
%if %{without python3}
# Compile C tests
@ -262,6 +261,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
%endif
%changelog
* Sat Jul 25 2020 Liquor <lirui130@huawei.com> - 0.16.0-1
- update 0.16.0
* Wed Apr 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.15.0-5
- Type:bugfix
- ID:NA