rpms/bouncycastle/devel bouncycastle.spec,1.13,1.14

Orcan Ogetbil oget at fedoraproject.org
Sat Apr 18 21:22:53 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/bouncycastle/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30111

Modified Files:
	bouncycastle.spec 
Log Message:
* Sat Apr 18 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.42-3
- Don't build AOT bits. The package needs java1.6



Index: bouncycastle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle/devel/bouncycastle.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- bouncycastle.spec	9 Apr 2009 19:08:10 -0000	1.13
+++ bouncycastle.spec	18 Apr 2009 21:22:53 -0000	1.14
@@ -1,11 +1,11 @@
-%define with_gcj %{!?_without_gcj:1}%{?_without_gcj:0}
-%define archivever  jdk16-142
-%define classname   org.bouncycastle.jce.provider.BouncyCastleProvider
+%global with_gcj %{!?_with_gcj:0}%{?_with_gcj:1}
+%global archivever  jdk16-142
+%global classname   org.bouncycastle.jce.provider.BouncyCastleProvider
 
 Summary:          Bouncy Castle Crypto Package for Java
 Name:             bouncycastle
 Version:          1.42
-Release:          2%{?dist}
+Release:          3%{?dist}
 Group:            System Environment/Libraries
 License:          MIT
 URL:              http://www.%{name}.org/
@@ -14,6 +14,7 @@
 # bcprov-%{archivever}-FEDORA.tar.gz with patented algorithms removed.
 Source0:          bcprov-%{archivever}-FEDORA.tar.gz
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:    jpackage-utils >= 1.5
 Requires:         jpackage-utils >= 1.5
 %if %{with_gcj}
 Requires:         java-1.5.0-gcj
@@ -24,7 +25,7 @@
 BuildArch:        noarch
 %endif
 BuildRequires:    java-devel >= 1.7
-BuildRequires:    jpackage-utils >= 1.5
+Requires:         java >= 1.7
 BuildRequires:    junit4
 Requires:         junit4
 
@@ -171,6 +172,9 @@
 %{_javadocdir}/%{name}
 
 %changelog
+* Sat Apr 18 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.42-3
+- Don't build AOT bits. The package needs java1.6
+
 * Thu Apr 09 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.42-2
 - Add missing Requires: junit4
 




More information about the fedora-extras-commits mailing list