From 4e0d7df796baf446edcd89ea58e77c76c2ffd986 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 12 Jul 2012 16:57:19 -0500 Subject: Updated console build script. The console build script has been modified such that it uses the com.netscape.certsrv.common source code from the common package. Ticket #113, #62 --- specs/pki-console.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'specs') diff --git a/specs/pki-console.spec b/specs/pki-console.spec index b74bbfc2c..eaae0d06b 100644 --- a/specs/pki-console.spec +++ b/specs/pki-console.spec @@ -7,7 +7,7 @@ Name: pki-console Version: 10.0.0 -Release: %{?relprefix}4%{?prerel}%{?dist} +Release: %{?relprefix}5%{?prerel}%{?dist} Summary: Certificate System - PKI Console URL: http://pki.fedoraproject.org/ License: GPLv2 @@ -78,7 +78,11 @@ following "Mutually-Exclusive" PKI Theme packages: %build %{__mkdir_p} build cd build -%cmake -DVAR_INSTALL_DIR:PATH=/var -DBUILD_PKI_CONSOLE:BOOL=ON -DJAVA_LIB_INSTALL_DIR=%{_jnidir} .. +%cmake -DVAR_INSTALL_DIR:PATH=/var \ + -DBUILD_PKI_CONSOLE:BOOL=ON \ + -DJAVA_LIB_INSTALL_DIR=%{_jnidir} \ + %{?_without_javadoc:-DWITH_JAVADOC:BOOL=OFF} \ + .. %{__make} VERBOSE=1 %{?_smp_mflags} @@ -96,6 +100,9 @@ cd build %changelog +* Thu Jul 12 2012 Endi S. Dewata 10.0.0-0.5.a1 +- Added option to build without Javadoc + * Thu Apr 5 2012 Christina Fu 10.0.0-0.4.a1 - Bug 745278 - [RFE] ECC encryption keys cannot be archived -- cgit