]> git.pld-linux.org Git - packages/mongo-c-driver.git/commitdiff
- updated to 1.23.3, fixed libdir in .pc file auto/th/mongo-c-driver-1.23.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 Apr 2023 07:25:48 +0000 (09:25 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 29 Apr 2023 07:25:48 +0000 (09:25 +0200)
mongo-c-driver.spec

index 638939abd40ba4e845739bc6d87fd3e028717107..cf582e952bdf9422fcbdb786cc21c808435fa5cb 100644 (file)
 Summary:       Client library written in C for MongoDB
 Summary(pl.UTF-8):     Biblioteka kliencka do MongoDB napisana w C
 Name:          mongo-c-driver
-Version:       1.23.2
+Version:       1.23.3
 Release:       1
 License:       Apache v2.0
 Group:         Libraries
 #Source0Download: https://github.com/mongodb/mongo-c-driver/releases/
 Source0:       https://github.com/mongodb/mongo-c-driver/releases/download/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: a06b6520531993746c0dfba8763749c1
+# Source0-md5: c131ba2fc518c732781226bfda05cd27
 URL:           https://github.com/mongodb/mongo-c-driver
 BuildRequires: cmake >= 3.1
 %{?with_sasl:BuildRequires:    cyrus-sasl-devel}
@@ -136,6 +136,7 @@ Dokumentacja API biblioteki libbson.
 install -d cmake-build
 cd cmake-build
 %cmake \
+       -DCMAKE_INSTALL_LIBDIR=%{_lib} \
        -DENABLE_AUTOMATIC_INIT_AND_CLEANUP=OFF \
        -DENABLE_BSON=ON \
        -DENABLE_EXAMPLES=ON \
This page took 0.843381 seconds and 4 git commands to generate.