Compare commits
11 Commits
f47b830227
...
7ffcd596b0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ffcd596b0 | ||
|
|
2f6672f362 | ||
|
|
4be39540cd | ||
|
|
b9db77590d | ||
|
|
44475c1b78 | ||
|
|
d5d0b32369 | ||
|
|
810b7c1621 | ||
|
|
fa1ee4f76e | ||
|
|
1a10fd1477 | ||
|
|
86c779ac4d | ||
|
|
49f78dccc7 |
Binary file not shown.
@ -1,43 +0,0 @@
|
|||||||
Name: bounds_checking_function
|
|
||||||
Version: v1.1.10
|
|
||||||
Release: 1
|
|
||||||
License: Mulan PSL v2
|
|
||||||
Summary: Enhanced safety functions
|
|
||||||
Url: https://gitee.com/openeuler/bounds_checking_function
|
|
||||||
Source: %{name}-%{version}.tar
|
|
||||||
|
|
||||||
#Dependency
|
|
||||||
BuildRequires: gcc make rpm-build
|
|
||||||
|
|
||||||
Requires: glibc
|
|
||||||
|
|
||||||
%description
|
|
||||||
bounds_checking_function provides a set of functions of
|
|
||||||
the common memory/string operation classes.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q
|
|
||||||
|
|
||||||
%build
|
|
||||||
cd build
|
|
||||||
make %{?_smp_mflags}
|
|
||||||
|
|
||||||
%install
|
|
||||||
mkdir -p %{buildroot}%{_libdir}/
|
|
||||||
cp lib/*.so %{buildroot}%{_libdir}/
|
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
|
|
||||||
%files
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/libsecurec.so
|
|
||||||
%doc README.md
|
|
||||||
%license LICENSE
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
|
|
||||||
BIN
libboundscheck-v1.1.11.tar.gz
Normal file
BIN
libboundscheck-v1.1.11.tar.gz
Normal file
Binary file not shown.
51
libboundscheck.spec
Normal file
51
libboundscheck.spec
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
|
Name: libboundscheck
|
||||||
|
Version: v1.1.11
|
||||||
|
Release: 6
|
||||||
|
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
|
||||||
|
* 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.
|
||||||
5
libboundscheck.yaml
Normal file
5
libboundscheck.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
git_url: https://gitee.com/openeuler/libboundscheck
|
||||||
|
version_control: gitee
|
||||||
|
src_repo: openeuler/libboundscheck
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user