actually apply the patches

This commit is contained in:
andreamanzi 2019-11-18 21:39:18 +01:00
commit 69ff2dce1f

View file

@ -106,6 +106,10 @@ ActiveMQ is still needed for your clients to communicate.
pushd activemq-cpp-library-3.8.3
%patch0 -p1
rm -r src/main/decaf/internal/util/zip
%if %{?with_docs}0
%patch1 -p1
%endif
%patch2 -p1
chmod 644 LICENSE.txt
chmod 644 src/main/activemq/transport/mock/MockTransport.cpp
popd