import ldapjdk-4.22.0-1.module+el8.3.0+6784+6e1e4c62
This commit is contained in:
parent
b0e901817f
commit
38d83d332d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/ldap-sdk-4.21.0.tar.gz
|
||||
SOURCES/ldap-sdk-4.22.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
41b058fce7ee5bc184f71e40bcf6cc169465072a SOURCES/ldap-sdk-4.21.0.tar.gz
|
||||
4c38cc1c8b2ca32bd458c25ae0eaf847ace7fe93 SOURCES/ldap-sdk-4.22.0.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user