diff --git a/qca.spec b/qca.spec index 735310e..dfec8d6 100644 --- a/qca.spec +++ b/qca.spec @@ -5,7 +5,7 @@ Name: qca Summary: Qt Cryptographic Architecture Version: 2.1.0 -Release: 11%{?dist} +Release: 12%{?dist} License: LGPLv2+ URL: http://delta.affinix.com/qca @@ -282,6 +282,8 @@ make test ARGS="--timeout 300 --output-on-failure" -C %{_target_platform}-qt5 %{_bindir}/mozcerts %{_bindir}/qcatool %{_mandir}/man1/qcatool.1* +## HACK alert, quirk of recycling default %%_docdir below in -doc subpkg -- rex +%exclude %{_docdir}/qca/html/ %files doc %{_docdir}/qca/html/ @@ -384,6 +386,9 @@ make test ARGS="--timeout 300 --output-on-failure" -C %{_target_platform}-qt5 %changelog +* Fri May 01 2015 Rex Dieter 2.1.0-12 +- exclude -doc content from main pkg + * Thu Apr 23 2015 Rex Dieter 2.1.0-11 - rebuild (gcc5)