fix build error
This commit is contained in:
parent
e61d115167
commit
d3313e5be8
@ -2,12 +2,12 @@
|
|||||||
Name: mongo-c-driver
|
Name: mongo-c-driver
|
||||||
Summary: Client library written in C for MongoDB
|
Summary: Client library written in C for MongoDB
|
||||||
Version: 1.13.1
|
Version: 1.13.1
|
||||||
Release: 2
|
Release: 3
|
||||||
License: ASL 2.0 and ISC and MIT and zlib
|
License: ASL 2.0 and ISC and MIT and zlib
|
||||||
URL: https://github.com/mongodb/mongo-c-driver
|
URL: https://github.com/mongodb/mongo-c-driver
|
||||||
Source0: https://github.com/mongodb/mongo-c-driver/releases/download/1.13.1/mongo-c-driver-1.13.1.tar.gz
|
Source0: https://github.com/mongodb/mongo-c-driver/releases/download/1.13.1/mongo-c-driver-1.13.1.tar.gz
|
||||||
BuildRequires: cmake >= 3.1 openssl-devel pkgconfig(libsasl2) pkgconfig(zlib)
|
BuildRequires: cmake >= 3.1 openssl-devel pkgconfig(libsasl2) pkgconfig(zlib)
|
||||||
BuildRequires: pkgconfig(snappy) pkgconfig(icu-uc) perl-interpreter python python2-sphinx
|
BuildRequires: pkgconfig(snappy) pkgconfig(icu-uc) perl-interpreter python python3-sphinx
|
||||||
%if %{with_tests}
|
%if %{with_tests}
|
||||||
BuildRequires: mongodb-server openssl
|
BuildRequires: mongodb-server openssl
|
||||||
%endif
|
%endif
|
||||||
@ -109,5 +109,8 @@ exit $ret
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 21 2020 gulining<gulining1@huawei.com> - 1.13.1-3
|
||||||
|
- fix build error
|
||||||
|
|
||||||
* Wed Jan 8 2020 gulining<gulining1@huawei.com> - 1.13.1-2
|
* Wed Jan 8 2020 gulining<gulining1@huawei.com> - 1.13.1-2
|
||||||
- Pakcage init
|
- Pakcage init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user