diff --git a/dsoftbus.spec b/dsoftbus.spec index 18c9c93..64060c1 100644 --- a/dsoftbus.spec +++ b/dsoftbus.spec @@ -97,6 +97,10 @@ install -d -m 0755 %{buildroot}/%{build_opt}/openeuler/compiler_gn/third_party/s rm -rf %{_builddir}/%{header_out_path}/softbus_client/inner_kits/transport/inner_session.h find %{_builddir}/%{header_out_path} -name *.h -print0 | xargs -0 -i cp -rf {} %{buildroot}/%{_includedir}/dsoftbus/ +# install libs and headers from dsoftbus +rm -rf %{_builddir}/%{header_out_path}/softbus_client/inner_kits/transport/inner_session.h +find %{_builddir}/%{header_out_path} -name *.h -print0 | xargs -0 -i cp -rf {} %{buildroot}/%{_includedir}/dsoftbus/ + # install libs and headers from dsoftbus %define dsoftbus_module_path %{module_out_path}/communication/dsoftbus @@ -139,5 +143,3 @@ install -m 0755 %{SOURCE5} %{buildroot}/system/profile * Wed Nov 23 2022 xuchongyu - 1.0.0-2 - add URL,change branch of libboundscheck to 22.03-LTS-SP1 -* Tue Nov 22 2022 xuchongyu - 1.0.0-1 -- init dsoftbus \ No newline at end of file