|
|
@ -2,32 +2,33 @@
|
|
|
|
Name: ldapjdk
|
|
|
|
Name: ldapjdk
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
|
|
%global product_id idm-ldapjdk
|
|
|
|
%global vendor_id idm
|
|
|
|
|
|
|
|
%global product_id %{vendor_id}-ldapjdk
|
|
|
|
|
|
|
|
|
|
|
|
# Upstream version number:
|
|
|
|
# Upstream version number:
|
|
|
|
%global major_version 5
|
|
|
|
%global major_version 5
|
|
|
|
%global minor_version 5
|
|
|
|
%global minor_version 6
|
|
|
|
%global update_version 0
|
|
|
|
%global update_version 0
|
|
|
|
|
|
|
|
|
|
|
|
# Downstream release number:
|
|
|
|
# Downstream release number:
|
|
|
|
# - development/stabilization (unsupported): 0.<n> where n >= 1
|
|
|
|
# - development/stabilization (unsupported): 0.<n> where n >= 1
|
|
|
|
# - GA/update (supported): <n> where n >= 1
|
|
|
|
# - GA/update (supported): <n> where n >= 1
|
|
|
|
%global release_number 3
|
|
|
|
%global release_number 0.1
|
|
|
|
|
|
|
|
|
|
|
|
# Development phase:
|
|
|
|
# Development phase:
|
|
|
|
# - development (unsupported): alpha<n> where n >= 1
|
|
|
|
# - development (unsupported): alpha<n> where n >= 1
|
|
|
|
# - stabilization (unsupported): beta<n> where n >= 1
|
|
|
|
# - stabilization (unsupported): beta<n> where n >= 1
|
|
|
|
# - GA/update (supported): <none>
|
|
|
|
# - GA/update (supported): <none>
|
|
|
|
#global phase
|
|
|
|
%global phase alpha1
|
|
|
|
|
|
|
|
|
|
|
|
%undefine timestamp
|
|
|
|
%undefine timestamp
|
|
|
|
%undefine commit_id
|
|
|
|
%undefine commit_id
|
|
|
|
|
|
|
|
|
|
|
|
Summary: LDAP SDK
|
|
|
|
Summary: LDAP SDK
|
|
|
|
URL: https://github.com/dogtagpki/ldap-sdk
|
|
|
|
URL: https://github.com/dogtagpki/ldap-sdk
|
|
|
|
License: MPL-1.1 or GPL-2.0-or-later or LGPL-2.1-or-later
|
|
|
|
License: MPL-1.1 OR GPL-2.0-or-later OR LGPL-2.1-or-later
|
|
|
|
Version: %{major_version}.%{minor_version}.%{update_version}
|
|
|
|
Version: %{major_version}.%{minor_version}.%{update_version}
|
|
|
|
Release: %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timestamp}%{?commit_id:.}%{?commit_id}%{?dist}.1
|
|
|
|
Release: %{release_number}%{?phase:.}%{?phase}%{?timestamp:.}%{?timestamp}%{?commit_id:.}%{?commit_id}%{?dist}
|
|
|
|
|
|
|
|
|
|
|
|
# To create a tarball from a version tag:
|
|
|
|
# To create a tarball from a version tag:
|
|
|
|
# $ git archive \
|
|
|
|
# $ git archive \
|
|
|
@ -53,9 +54,9 @@ ExclusiveArch: %{java_arches} noarch
|
|
|
|
# Java
|
|
|
|
# Java
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
|
|
|
|
%define java_devel java-devel
|
|
|
|
%define java_devel java-21-openjdk-devel
|
|
|
|
%define java_headless java-headless
|
|
|
|
%define java_headless java-21-openjdk-headless
|
|
|
|
%define java_home %{_jvmdir}/jre-openjdk
|
|
|
|
%define java_home %{_jvmdir}/jre-21-openjdk
|
|
|
|
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
# Build Dependencies
|
|
|
|
# Build Dependencies
|
|
|
@ -66,7 +67,7 @@ BuildRequires: %{java_devel}
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(org.slf4j:slf4j-api)
|
|
|
|
BuildRequires: mvn(org.slf4j:slf4j-api)
|
|
|
|
BuildRequires: mvn(org.slf4j:slf4j-jdk14)
|
|
|
|
BuildRequires: mvn(org.slf4j:slf4j-jdk14)
|
|
|
|
BuildRequires: mvn(org.dogtagpki.jss:jss-base) >= 5.5.0
|
|
|
|
BuildRequires: mvn(org.dogtagpki.jss:jss-base) >= 5.6.0
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The Mozilla LDAP SDKs enable you to write applications which access,
|
|
|
|
The Mozilla LDAP SDKs enable you to write applications which access,
|
|
|
@ -81,7 +82,7 @@ Summary: LDAP SDK
|
|
|
|
Requires: %{java_headless}
|
|
|
|
Requires: %{java_headless}
|
|
|
|
Requires: mvn(org.slf4j:slf4j-api)
|
|
|
|
Requires: mvn(org.slf4j:slf4j-api)
|
|
|
|
Requires: mvn(org.slf4j:slf4j-jdk14)
|
|
|
|
Requires: mvn(org.slf4j:slf4j-jdk14)
|
|
|
|
Requires: mvn(org.dogtagpki.jss:jss-base) >= 5.5.0
|
|
|
|
Requires: mvn(org.dogtagpki.jss:jss-base) >= 5.6.0
|
|
|
|
|
|
|
|
|
|
|
|
Obsoletes: ldapjdk < %{version}-%{release}
|
|
|
|
Obsoletes: ldapjdk < %{version}-%{release}
|
|
|
|
Provides: ldapjdk = %{version}-%{release}
|
|
|
|
Provides: ldapjdk = %{version}-%{release}
|
|
|
@ -160,6 +161,9 @@ ln -sf %{name}/ldaptools.pom %{buildroot}%{_mavenpomdir}/JPP-ldaptools.pom
|
|
|
|
|
|
|
|
|
|
|
|
################################################################################
|
|
|
|
################################################################################
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 09 2024 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.6.0-alpha1
|
|
|
|
|
|
|
|
- Rebase to LDAP SDK 5.6.0-alpha1
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 5.5.0-3.1
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 5.5.0-3.1
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Resolves: RHEL-64018
|
|
|
|