import ldapjdk-4.22.0-1.module+el8.3.0+6784+6e1e4c62

This commit is contained in:
CentOS Sources 2020-11-03 07:42:37 -05:00 committed by Andrew Lukoshko
parent b0e901817f
commit 38d83d332d
3 changed files with 10 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ldap-sdk-4.21.0.tar.gz
SOURCES/ldap-sdk-4.22.0.tar.gz

View File

@ -1 +1 @@
41b058fce7ee5bc184f71e40bcf6cc169465072a SOURCES/ldap-sdk-4.21.0.tar.gz
4c38cc1c8b2ca32bd458c25ae0eaf847ace7fe93 SOURCES/ldap-sdk-4.22.0.tar.gz

View File

@ -8,8 +8,8 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+
BuildArch: noarch
Version: 4.21.0
Release: 2%{?_timestamp}%{?_commit_id}%{?dist}
Version: 4.22.0
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
# global _phase -a1
%global spname ldapsp
@ -71,6 +71,8 @@ Requires: jss >= 4.6.0
The Mozilla LDAP SDKs enable you to write applications which access,
manage, and update the information stored in an LDAP directory.
%license docs/ldapjdk/license.txt
################################################################################
%package javadoc
################################################################################
@ -122,6 +124,7 @@ pushd $RPM_BUILD_ROOT%{_javadir}-1.3.0
popd
mkdir -p %{buildroot}%{_mavenpomdir}
sed -i 's/@VERSION@/%{version}/g' %{name}.pom
install -pm 644 %{name}.pom %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
%add_maven_depmap JPP-%{name}.pom %{name}.jar -a "ldapsdk:ldapsdk"
@ -146,6 +149,9 @@ cp -r java-sdk/dist/doc/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
################################################################################
%changelog
* Tue May 26 2020 Red Hat PKI Team <rhcs-maint@redhat.com> 4.22.0-1
- Rebased to LDAP SDK 4.22.0
* Thu Oct 31 2019 Red Hat PKI Team <rhcs-maint@redhat.com> 4.21.0-2
- Bump min required JSS version to 4.6.0