Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
This commit is contained in:
parent
2e59f71f33
commit
ed2aebe483
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
5
clog
5
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+ . . .
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
f8fd93ebf2b47c84c975d0bf90a7f5bb tomcatjss-6.0.0.tar.gz
|
||||
a26d922677b43f21c015a5edf8801287 tomcatjss-6.0.1.tar.gz
|
||||
|
||||
@ -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@redhat.com> 6.0.1-1
|
||||
- Bugzilla Bug #734590 - Refactor JNI libraries for Fedora 16+ . . .
|
||||
|
||||
* Thu Jul 14 2011 Matthew Harmsen <mharmsen@redhat.com> - 6.0.0-1
|
||||
- Bugzilla Bug #702716 - rhcs80 cannot do client auth with pkiconsole
|
||||
(ok with 7.3) (jmagne)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user