diff --git a/libboundscheck.spec b/libboundscheck.spec index ccd54d196ab24421f7a9c82fae87f19b21686677..327b552c8bfb22fd97cbc914c5fb30b5be1bdaf5 100644 --- a/libboundscheck.spec +++ b/libboundscheck.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: libboundscheck Version: v1.1.10 -Release: 4 +Release: 5 License: Mulan PSL v2 Summary: Enhanced safety functions Url: https://gitee.com/openeuler/libboundscheck @@ -27,6 +27,7 @@ mkdir -p %{buildroot}%{_libdir}/ mkdir -p %{buildroot}%{_includedir}/ cp lib/*.so %{buildroot}%{_libdir}/ cp include/securec.h %{buildroot}%{_includedir}/ +cp include/securectype.h %{buildroot}%{_includedir}/ %clean rm -rf %{buildroot} @@ -39,6 +40,7 @@ rm -rf %{buildroot} %defattr(-,root,root) %{_libdir}/libboundscheck.so %{_includedir}/securec.h +%{_includedir}/securectype.h %doc README.md %license LICENSE