parent
dac6807831
commit
44a9c29cc1
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ ldapjdk-4.18.tar.gz
|
|||||||
/ldap-sdk-4.22.0.tar.gz
|
/ldap-sdk-4.22.0.tar.gz
|
||||||
/ldap-sdk-5.0.0-alpha1.tar.gz
|
/ldap-sdk-5.0.0-alpha1.tar.gz
|
||||||
/ldap-sdk-5.0.0.tar.gz
|
/ldap-sdk-5.0.0.tar.gz
|
||||||
|
/ldap-sdk-5.2.0-beta1.tar.gz
|
||||||
|
19
ldapjdk.spec
19
ldapjdk.spec
@ -10,9 +10,9 @@ BuildArch: noarch
|
|||||||
|
|
||||||
# For development (i.e. unsupported) releases, use x.y.z-0.n.<phase>.
|
# For development (i.e. unsupported) releases, use x.y.z-0.n.<phase>.
|
||||||
# For official (i.e. supported) releases, use x.y.z-r where r >=1.
|
# For official (i.e. supported) releases, use x.y.z-r where r >=1.
|
||||||
Version: 5.0.0
|
Version: 5.2.0
|
||||||
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
|
Release: 0.2.beta1%{?_timestamp}%{?_commit_id}%{?dist}
|
||||||
#global _phase -alpha1
|
%global _phase -beta1
|
||||||
|
|
||||||
# To create a tarball from a version tag:
|
# To create a tarball from a version tag:
|
||||||
# $ git archive \
|
# $ git archive \
|
||||||
@ -33,9 +33,9 @@ Source: https://github.com/dogtagpki/ldap-sdk/archive/v%{version}%{?_phase}/ldap
|
|||||||
# Java
|
# Java
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
%define java_devel java-11-openjdk-devel
|
%define java_devel java-17-openjdk-devel
|
||||||
%define java_headless java-11-openjdk-headless
|
%define java_headless java-17-openjdk-headless
|
||||||
%define java_home /usr/lib/jvm/jre-11-openjdk
|
%define java_home %{_jvmdir}/jre-17-openjdk
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Build Dependencies
|
# Build Dependencies
|
||||||
@ -46,7 +46,7 @@ BuildRequires: %{java_devel}
|
|||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: slf4j
|
BuildRequires: slf4j
|
||||||
BuildRequires: slf4j-jdk14
|
BuildRequires: slf4j-jdk14
|
||||||
BuildRequires: jss >= 5.0.0
|
BuildRequires: jss >= 5.2.0
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# Runtime Dependencies
|
# Runtime Dependencies
|
||||||
@ -56,7 +56,7 @@ Requires: %{java_headless}
|
|||||||
Requires: jpackage-utils >= 0:1.5
|
Requires: jpackage-utils >= 0:1.5
|
||||||
Requires: slf4j
|
Requires: slf4j
|
||||||
Requires: slf4j-jdk14
|
Requires: slf4j-jdk14
|
||||||
Requires: jss >= 5.0.0
|
Requires: jss >= 5.2.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,
|
||||||
@ -124,6 +124,9 @@ export JAVA_HOME=%{java_home}
|
|||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 18 2022 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.2.0-0.2-beta1
|
||||||
|
- Rebase to LDAP SDK 5.2.0-beta1
|
||||||
|
|
||||||
* Tue Oct 05 2021 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.0.0-1
|
* Tue Oct 05 2021 Red Hat PKI Team <rhcs-maint@redhat.com> - 5.0.0-1
|
||||||
- Rebase to LDAP SDK 5.0.0
|
- Rebase to LDAP SDK 5.0.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ldap-sdk-5.0.0.tar.gz) = 5d5db89694fc8a8f741da60bd7ac18d95a09fca0d3d592dcc3c799558e7ee931f911ec36112510ce4402c976ecd5e4c9a83248a706a1280a7386e2634208b61d
|
SHA512 (ldap-sdk-5.2.0-beta1.tar.gz) = dfd19dc06d77e57312f7876d82db9edc8416ac0cf279a276290470d8fc0053e578dfc9d2dc605d798b5719f252ab132a1cc570958cffd9bd0c225a2ad1ab16ad
|
||||||
|
Loading…
Reference in New Issue
Block a user