rpms/portecle/devel portecle.spec,1.1,1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Mar 14 17:30:04 UTC 2008


Author: scop

Update of /cvs/pkgs/rpms/portecle/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30250

Modified Files:
	portecle.spec 
Log Message:
* Fri Mar 14 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.3-3
- Adjust to icedtea->openjdk changes.



Index: portecle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/portecle/devel/portecle.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- portecle.spec	16 Jan 2008 20:10:21 -0000	1.1
+++ portecle.spec	14 Mar 2008 17:29:27 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           portecle
 Version:        1.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Multipurpose keystore and certificate tool
 
 Group:          Applications/System
@@ -12,12 +12,14 @@
 BuildArch:      noarch
 BuildRequires:  ant
 BuildRequires:  bouncycastle >= 1.38
-BuildRequires:  java-devel-icedtea
 BuildRequires:  desktop-file-utils
 Requires:       bouncycastle >= 1.38
 Requires:       jpackage-utils
-Requires:       jre-icedtea
 Requires:       hicolor-icon-theme
+# Technically, any java version >= 1.4 would do, but gcj (1.5) won't;
+# requiring >= 1.6 is an attempt at expressing that.
+BuildRequires:  java-devel >= 1.6.0
+Requires:       jre >= 1.6.0
 
 %description
 Portecle is a user friendly GUI application for creating, managing and
@@ -80,6 +82,9 @@
 
 
 %changelog
+* Fri Mar 14 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.3-3
+- Adjust to icedtea->openjdk changes.
+
 * Thu Jan 10 2008 Ville Skyttä <ville.skytta at iki.fi> - 1.3-2
 - Update GTK icon cache in post(un)install scriptlets (#425834).
 




More information about the fedora-extras-commits mailing list