From ee102b6e4a8d41007b94a8b2bf82de1fbbb2969a Mon Sep 17 00:00:00 2001 From: Dongsun Lee Date: Wed, 21 Sep 2016 16:46:29 +0900 Subject: [PATCH] Apply disable-doc to reduce build time and disable buildiing p11-lit - apply --disable-doc - apply --without-p11-kit Change-Id: Ia4d57619d37c1da57ca27739f4b16441f799dd26 Signed-off-by: Dongsun Lee --- packaging/gnutls.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/packaging/gnutls.spec b/packaging/gnutls.spec index 4914246..04c7832 100755 --- a/packaging/gnutls.spec +++ b/packaging/gnutls.spec @@ -81,11 +81,13 @@ echo %{_includedir}/%{name}/abstract.h %build %reconfigure \ + --without-p11-kit \ --disable-static \ --with-pic \ --disable-rpath \ --disable-silent-rules \ --with-default-trust-store-dir=/etc/ssl/certs \ + --disable-doc \ --with-sysroot=/%{?_sysroot} %__make %{?_smp_mflags} @@ -123,7 +125,6 @@ rm -f %{buildroot}%{_libdir}/*.la %{_bindir}/psktool %{_bindir}/srptool %{_bindir}/danetool -%{_mandir}/man1/* %files -n libgnutls %manifest %{name}.manifest @@ -154,9 +155,6 @@ rm -f %{buildroot}%{_libdir}/*.la %{_includedir}/%{name}/tpm.h %{_libdir}/libgnutls.so %{_libdir}/pkgconfig/gnutls.pc -%{_mandir}/man3/* -%{_infodir}/*.* -%doc doc/examples doc/gnutls.html doc/*.png doc/gnutls.pdf doc/reference/html/* %files -n libgnutlsxx-devel %manifest %{name}.manifest -- 2.7.4