|
|
@ -1,33 +1,23 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 4;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: lmdb
|
|
|
|
Name: lmdb
|
|
|
|
Version: 0.9.32
|
|
|
|
Version: 0.9.29
|
|
|
|
Release: %autorelease
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Summary: Memory-mapped key-value database
|
|
|
|
Summary: Memory-mapped key-value database
|
|
|
|
License: OLDAP-2.8
|
|
|
|
License: OpenLDAP
|
|
|
|
URL: https://www.symas.com/lmdb
|
|
|
|
URL: http://symas.com/mdb
|
|
|
|
|
|
|
|
|
|
|
|
# Main source is retrieved from OpenLDAP GitLab
|
|
|
|
# Main source is retrieved from OpenLDAP GitLab
|
|
|
|
%global forgeurl https://git.openldap.org/openldap/openldap
|
|
|
|
%global forgeurl https://git.openldap.org/openldap/openldap
|
|
|
|
%global tag LMDB_%{version}
|
|
|
|
%global tag LMDB_%{version}
|
|
|
|
%global archivename openldap-%{tag}
|
|
|
|
# Tag checkout includes commit in archive name
|
|
|
|
%global archiveext tar.gz
|
|
|
|
%global commit 8ad7be2510414b9506ec9f9e24f24d04d9b04a1a
|
|
|
|
%global archiveurl %{forgeurl}/-/archive/%{tag}/%{archivename}.%{archiveext}
|
|
|
|
# The files themselves are in several subdirectories and need to be prefixed wit this.
|
|
|
|
%forgemeta
|
|
|
|
%global archive_path libraries/lib%{name}
|
|
|
|
|
|
|
|
|
|
|
|
Source: %{forgesource}
|
|
|
|
Source0: %{forgeurl}/-/archive/%{tag}.tar.gz
|
|
|
|
Source: lmdb.pc.in
|
|
|
|
Source1: lmdb.pc.in
|
|
|
|
# Patch description in the corresponding file
|
|
|
|
# Patch description in the corresponding file
|
|
|
|
Patch: lmdb-make.patch
|
|
|
|
Patch0: lmdb-make.patch
|
|
|
|
Patch: lmdb-s390-check.patch
|
|
|
|
Patch1: lmdb-s390-check.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
@ -45,7 +35,7 @@ Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
|
|
|
|
%description libs
|
|
|
|
%description libs
|
|
|
|
The %{name}-libs package contains shared libraries necessary for running
|
|
|
|
The %{name}-libs package contains shared libraries necessary for running
|
|
|
|
applications that use the %{name} embedded database.
|
|
|
|
applications that use %{name}.
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Summary: Development files for %{name}
|
|
|
@ -64,11 +54,8 @@ The %{name}-doc package contains automatically generated documentation for %{nam
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
# forgeautosetup does not pass the -n argument
|
|
|
|
%autosetup -p1 -n openldap-%{tag}-%{commit}
|
|
|
|
%autosetup -n %{archivename} -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# The files themselves are in several subdirectories and need to be prefixed wit this.
|
|
|
|
|
|
|
|
%global archive_path libraries/lib%{name}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
pushd %{archive_path}
|
|
|
|
pushd %{archive_path}
|
|
|
@ -135,59 +122,12 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.29-3
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.9.32-4
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 12 2024 Super User <pkoncity@redhat.com> - 0.9.32-3
|
|
|
|
|
|
|
|
- Add gating.yaml and .fmf plan for RHEL gating
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.9.32-2
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 30 2024 Jan Staněk <jstanek@redhat.com> - 0.9.32-1
|
|
|
|
|
|
|
|
- Update to version 0.9.32 (rhbz#2261350)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.31-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.31-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Jonathan Wakely <jwakely@fedoraproject.org> - 0.9.31-3
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.9.29-2
|
|
|
|
- Expand description for lmdb-libs subpackage
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.31-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 11 2023 Jan Staněk <jstanek@redhat.com> - 0.9.31-1
|
|
|
|
|
|
|
|
- Update to version 0.9.31 (rhbz#2221768)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Radovan Sroka <rsroka@redhat.com> - 0.9.30-2
|
|
|
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 09 2023 Jan Staněk <jstanek@redhat.com> - 0.9.30-1
|
|
|
|
|
|
|
|
- Update to version 0.9.30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 09 2023 Jan Staněk <jstanek@redhat.com> - 0.9.29-7
|
|
|
|
|
|
|
|
- Fix source file definition and handling
|
|
|
|
|
|
|
|
- Use archive name expected by GitLab, then the archive does not contain
|
|
|
|
|
|
|
|
whole commit reference.
|
|
|
|
|
|
|
|
- Use standard %%forgemeta macros, although some detail neede to be fill in
|
|
|
|
|
|
|
|
– GitLab handling is not detected from URL.
|
|
|
|
|
|
|
|
- Fix upstream URL.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.29-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.29-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.29-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.29-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Mar 17 2021 Jan Staněk <jstanek@redhat.com> - 0.9.29-1
|
|
|
|
* Wed Mar 17 2021 Jan Staněk <jstanek@redhat.com> - 0.9.29-1
|
|
|
|
- Upgrade to version 0.9.29
|
|
|
|
- Upgrade to version 0.9.29
|
|
|
@ -318,5 +258,3 @@ popd
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 27 2014 Jan Stanek <jstanek@redhat.com> - 0.9.11-1
|
|
|
|
* Tue May 27 2014 Jan Stanek <jstanek@redhat.com> - 0.9.11-1
|
|
|
|
- Initial Package
|
|
|
|
- Initial Package
|
|
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|
|
|
|