Build using new cmake macros

This commit is contained in:
Andreas Schneider 2020-08-06 12:12:19 +02:00
parent 47db35d6bd
commit 5450e921db

View File

@ -89,7 +89,7 @@ gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
-DUNIT_TESTING=ON
%cmake_build
%__cmake --build %{__cmake_builddir} --target docs
%__cmake --build %{__cmake_builddir} --target doc
%install
@ -132,7 +132,7 @@ gpgv2 --quiet --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
%{_includedir}/libpamtest.h
%files -n libpamtest-doc
%doc obj/doc/html
%doc %{__cmake_builddir}/doc/html
%files -n python3-libpamtest
%{python3_sitearch}/pypamtest.so