diff --git a/poco.spec b/poco.spec index cbc17d9827dc31c2a9195a7cf368cd22cfe4e0d4..33792ce551f82b5f88247d5f4126012b2c086f50 100644 --- a/poco.spec +++ b/poco.spec @@ -17,22 +17,22 @@ This is ROS melodic ros_comm's 3rdparty poco. %setup %install -mkdir cmake-build/ -cd cmake-build/ -cmake .. -make -j9 -make install -cd .. +#mkdir cmake-build/ +#cd cmake-build/ +#cmake .. +#make -j9 +#make install +#cd .. #install -mkdir -p %{buildroot}/usr/local/ -cp -r install/* %{buildroot}/usr/local/ +#mkdir -p %{buildroot}/usr/local/ +#cp -r install/* %{buildroot}/usr/local/ -find %{buildroot} -type f -name '*.so.*' -exec strip '{}' ';' +#find %{buildroot} -type f -name '*.so.*' -exec strip '{}' ';' %files %defattr(-,root,root) -/usr/local/* +#/usr/local/* %changelog * Wed Jun 15 2022 loong_C - 1.10.1-3