Compare commits
10 Commits
d3fcd1f992
...
946014a489
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
946014a489 | ||
|
|
8cc39ec7b9 | ||
|
|
7b2a1f03b8 | ||
|
|
ade2563a4e | ||
|
|
8173bc6b59 | ||
|
|
c0a3f1aac4 | ||
|
|
2db0fff49f | ||
|
|
faca8b0d56 | ||
|
|
04c037e510 | ||
|
|
00faa4215a |
Binary file not shown.
BIN
LMDB_0.9.31.tar.gz
Normal file
BIN
LMDB_0.9.31.tar.gz
Normal file
Binary file not shown.
31
lmdb.spec
31
lmdb.spec
@ -1,7 +1,6 @@
|
|||||||
%global commit_hash 8ad7be2510414b9506ec9f9e24f24d04d9b04a1a
|
|
||||||
Name: lmdb
|
Name: lmdb
|
||||||
Version: 0.9.29
|
Version: 0.9.31
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: An extraordinarily fast, memory-efficient database
|
Summary: An extraordinarily fast, memory-efficient database
|
||||||
License: OLDAP-2.8
|
License: OLDAP-2.8
|
||||||
URL: http://symas.com/lmdb/
|
URL: http://symas.com/lmdb/
|
||||||
@ -12,9 +11,10 @@ BuildRequires: gcc, make, doxygen,
|
|||||||
|
|
||||||
Patch0: lmdb-make.patch
|
Patch0: lmdb-make.patch
|
||||||
Patch1: lmdb-s390-check.patch
|
Patch1: lmdb-s390-check.patch
|
||||||
|
Patch2: support-specify-cc.patch
|
||||||
|
|
||||||
Provides: %{name}-libs
|
Provides: %{name}-libs
|
||||||
Obsoletes: %{name}-libs
|
Obsoletes: %{name}-libs < %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Symas LMDB is an extraordinarily fast, memory-efficient database
|
Symas LMDB is an extraordinarily fast, memory-efficient database
|
||||||
@ -33,7 +33,7 @@ that use %{name}
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n openldap-LMDB_%{version}-%{commit_hash} -p1
|
%autosetup -n openldap-LMDB_%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
pushd libraries/lib%{name}
|
pushd libraries/lib%{name}
|
||||||
@ -89,6 +89,21 @@ popd
|
|||||||
%license libraries/lib%{name}/LICENSE
|
%license libraries/lib%{name}/LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 13 2023 dillon chen <dillon.chen@gmail.com> - 0.9.31-1
|
||||||
|
- upgrade version to 0.9.31
|
||||||
|
|
||||||
|
* Mon Apr 17 2023 jammyjellyfish <jammyjellyfish255@outlook.com> - 0.9.30-3
|
||||||
|
- Support specify CC
|
||||||
|
|
||||||
|
* Fri Nov 25 2022 wangjiang <wangjiang37@h-partners.com> - 0.9.30-2
|
||||||
|
- fix obsoletes in spec
|
||||||
|
|
||||||
|
* Fri Nov 04 2022 wangjiang <wangjiang37@h-partners.com> - 0.9.30-1
|
||||||
|
- upgrade version to 0.9.30
|
||||||
|
|
||||||
|
* Tue May 10 2022 mylee <liweiganga@uniontech.com> - 0.9.29-3
|
||||||
|
- fix spec changelog date
|
||||||
|
|
||||||
* Thu Apr 14 2022 renhongxun <renhongxun@h-partners.com> - 0.9.29-2
|
* Thu Apr 14 2022 renhongxun <renhongxun@h-partners.com> - 0.9.29-2
|
||||||
- update license from openLDAP to OLDAP-2.8
|
- update license from openLDAP to OLDAP-2.8
|
||||||
|
|
||||||
@ -98,12 +113,12 @@ popd
|
|||||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.9.27-2
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.9.27-2
|
||||||
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Tue Jan 26 2021 liudabo<liudabo1@huawei.com> - 0.9.27-1
|
* Tue Jan 26 2021 liudabo <liudabo1@huawei.com> - 0.9.27-1
|
||||||
- upgrade version to 0.9.27
|
- upgrade version to 0.9.27
|
||||||
|
|
||||||
* Thu Jul 28 2020 xinghe<xinghe1@huawei.com> - 0.9.25-1
|
* Tue Jul 28 2020 xinghe <xinghe1@huawei.com> - 0.9.25-1
|
||||||
- update version to 0.9.25
|
- update version to 0.9.25
|
||||||
|
|
||||||
* Fri Sep 20 2019 caomeng<caomeng5@huawei.com> - 0.9.22-4
|
* Fri Sep 20 2019 caomeng <caomeng5@huawei.com> - 0.9.22-4
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
12
support-specify-cc.patch
Normal file
12
support-specify-cc.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
diff -up openldap-LMDB_0.9.30-d87d682b6db9c04c1bee34e5cadbbcae4e6d9a67/libraries/liblmdb/Makefile.orig2 openldap-LMDB_0.9.30-d87d682b6db9c04c1bee34e5cadbbcae4e6d9a67/libraries/liblmdb/Makefile
|
||||||
|
--- openldap-LMDB_0.9.30-d87d682b6db9c04c1bee34e5cadbbcae4e6d9a67/libraries/liblmdb/Makefile.orig2 2023-04-17 13:58:34.001243208 +0800
|
||||||
|
+++ openldap-LMDB_0.9.30-d87d682b6db9c04c1bee34e5cadbbcae4e6d9a67/libraries/liblmdb/Makefile 2023-04-17 14:01:51.153795000 +0800
|
||||||
|
@@ -18,7 +18,7 @@
|
||||||
|
# There may be other macros in mdb.c of interest. You should
|
||||||
|
# read mdb.c before changing any of them.
|
||||||
|
#
|
||||||
|
-CC = gcc
|
||||||
|
+CC ?= gcc
|
||||||
|
AR = ar
|
||||||
|
W = -W -Wall -Wno-unused-parameter -Wbad-function-cast -Wuninitialized
|
||||||
|
THREADS = -pthread
|
||||||
Loading…
x
Reference in New Issue
Block a user