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