8 Star 1 Fork 7

src-openEuler/libboundscheck
关闭

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
libboundscheck.spec 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
zhangxingrong 提交于 2024-09-30 14:47 +08:00 . update to 1.1.16
%define debug_package %{nil}
Name: libboundscheck
Version: v1.1.16
Release: 1
License: Mulan PSL v2
Summary: Enhanced safety functions
Url: https://gitee.com/openeuler/libboundscheck
Source: https://gitee.com/openeuler/libboundscheck/repository/archive/%{name}-%{version}.tar.gz
#Dependency
BuildRequires: gcc make rpm-build
Requires: glibc
%description
libboundscheck provides a set of functions of
the common memory/string operation classes.
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
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}
%post
%postun
%files
%defattr(-,root,root)
%{_libdir}/libboundscheck.so
%{_includedir}/securec.h
%{_includedir}/securectype.h
%doc README.md
%license LICENSE
%changelog
* Mon Sep 30 2024 zhangxingrong <zhangxingrong@uniontech.cn> - v1.1.16-1
- Update Version to 1.1.16
* Sat May 08 2021 Plus_Liu <plusworld97@outlook.com> - v1.1.11-1
- Update Version.
* Mon Jun 22 2020 Guoshuai Sun <sunguoshuai@huawei.com> - v1.1.10-2
- Fix build error.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/libboundscheck.git
git@gitee.com:src-openeuler/libboundscheck.git
src-openeuler
libboundscheck
libboundscheck
master

搜索帮助