[packages/java-bcprov] Release 2 (by relup.sh)
arekm
arekm at pld-linux.org
Sun Apr 5 00:45:25 CEST 2026
commit 6ee4788bbed02b274f44d0769fcdf2e45f454c18
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Apr 5 00:45:17 2026 +0200
Release 2 (by relup.sh)
java-bcprov.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/java-bcprov.spec b/java-bcprov.spec
index 4e84f56..1c5b57d 100644
--- a/java-bcprov.spec
+++ b/java-bcprov.spec
@@ -5,6 +5,8 @@
%bcond_without javadoc # don't build javadoc
%bcond_without tests # don't build and run tests
+%{?use_default_jdk:%use_default_jdk 8}
+
%define archivever jdk16-%(echo %{version} | tr -d .)
%define classname org.bouncycastle.jce.provider.BouncyCastleProvider
@@ -12,7 +14,7 @@
Summary: Bouncy Castle Crypto Package for Java
Name: java-%{srcname}
Version: 1.46
-Release: 1
+Release: 2
License: MIT
Group: Libraries/Java
URL: http://www.bouncycastle.org/
@@ -24,10 +26,11 @@ Source0: bcprov-%{archivever}-FEDORA.tar.gz
# Source0-md5: a522ba5ababb6505dbd474c3cb924d29
%{?with_tests:BuildRequires: java-hamcrest}
BuildRequires: java-junit
-BuildRequires: jdk >= 1.6
+%buildrequires_jdk
BuildRequires: jpackage-utils >= 1.5
Obsoletes: bcprov
Obsoletes: bouncycastle
+BuildRequires: rpmbuild(macros) >= 1.556
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/java-bcprov.git/commitdiff/6ee4788bbed02b274f44d0769fcdf2e45f454c18
More information about the pld-cvs-commit
mailing list