[tomcatjss/f16] Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .

kwright kwright at fedoraproject.org
Tue Sep 13 06:32:46 UTC 2011


commit a1aedc50826eed92527148855e8479bf75dbc92a
Author: Kevin Wright <kwright at redhat.com>
Date:   Mon Sep 12 23:32:35 2011 -0700

    Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .

 .gitignore     |    1 +
 clog           |    5 +----
 sources        |    2 +-
 tomcatjss.spec |   17 ++++++++++++++---
 4 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9025377..eb31f1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ tomcatjss-1.2.0.tar.gz
 /tomcatjss-2.0.0.tar.gz
 /tomcatjss-2.1.1.tar.gz
 /tomcatjss-6.0.0.tar.gz
+/tomcatjss-6.0.1.tar.gz
diff --git a/clog b/clog
index fbc2558..39ce8b2 100644
--- a/clog
+++ b/clog
@@ -1,4 +1 @@
-Bugzilla Bug #702716 - rhcs80 cannot do client auth with pkiconsole
-(ok with 7.3) (jmagne)
-Require "jss >= 4.2.6-17" as a build and runtime requirement
-Bump version 2.1.1 --> 6.0.0 (to better coincide with tomcat6)
+Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
diff --git a/sources b/sources
index dc6bef8..42448f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8fd93ebf2b47c84c975d0bf90a7f5bb  tomcatjss-6.0.0.tar.gz
+a26d922677b43f21c015a5edf8801287  tomcatjss-6.0.1.tar.gz
diff --git a/tomcatjss.spec b/tomcatjss.spec
index f8cd5df..27fdb09 100644
--- a/tomcatjss.spec
+++ b/tomcatjss.spec
@@ -1,5 +1,5 @@
 Name:     tomcatjss
-Version:  6.0.0
+Version:  6.0.1
 Release:  1%{?dist}
 Summary:  JSSE implementation using JSS for Tomcat
 URL:      http://pki.fedoraproject.org/
@@ -13,7 +13,11 @@ Source0:  http://pki.fedoraproject.org/pki/sources/%{name}/%{name}-%{version}.ta
 
 BuildRequires:    ant
 BuildRequires:    java-devel >= 1:1.6.0
+%if 0%{?fedora} >= 16
+BuildRequires:    jpackage-utils >= 0:1.7.5-10
+%else
 BuildRequires:    jpackage-utils
+%endif
 %if 0%{?fedora} >= 15
 BuildRequires:    tomcat6 >= 6.0.30-6
 %else
@@ -22,7 +26,11 @@ BuildRequires:    tomcat6
 BuildRequires:    jss >= 4.2.6-17
 
 Requires:         java >= 1:1.6.0
+%if 0%{?fedora} >= 16
+Requires:         jpackage-utils >= 0:1.7.5-10
+%else
 Requires:         jpackage-utils
+%endif
 %if 0%{?fedora} >= 15
 Requires:         tomcat6 >= 6.0.30-6
 %else
@@ -55,8 +63,8 @@ NOTE:  The 'tomcatjss' package conflicts with the 'tomcat-native' package
 
 %build
 
-ant -f build.xml
-ant -f build.xml dist
+ant -f build.xml -Djnidir=%{_jnidir}
+ant -f build.xml -Djnidir=%{_jnidir} dist
 
 %install
 rm -rf %{buildroot}
@@ -81,6 +89,9 @@ rm -rf %{buildroot}
 %{_javadir}/*
 
 %changelog
+* Mon Sep 12 2011 Matthew Harmsen <mharmsen at redhat.com> 6.0.1-1
+- Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
+
 * Thu Jul 14 2011 Matthew Harmsen <mharmsen at redhat.com> - 6.0.0-1
 - Bugzilla Bug #702716 - rhcs80 cannot do client auth with pkiconsole
   (ok with 7.3) (jmagne)


More information about the scm-commits mailing list