diff --git a/README.en.md b/README.en.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/optimized-routines-21.02.tar.gz b/optimized-routines-21.02.tar.gz new file mode 100755 index 0000000..b0467f9 Binary files /dev/null and b/optimized-routines-21.02.tar.gz differ diff --git a/optimized-routines.spec b/optimized-routines.spec new file mode 100755 index 0000000..0383899 --- /dev/null +++ b/optimized-routines.spec @@ -0,0 +1,42 @@ +Name: optimized-routines +Version: 21.02 +Release: 1 +Summary: Optimized implementations of various library functions for ARM architecture processors. +License: MIT +URL: https://github.com/ARM-software/optimized-routines +Source0: %{name}-%{version}.tar.gz +ExclusiveArch: aarch64 +BuildRequires: make,gcc,mpfr-devel,libmpc-devel,gmp-devel,glibc-static + +%description +Optimized implementations of various library functions for ARM architecture processors. + +#skip debuginfo packages +%global debug_package %{nil} + +%prep +%autosetup -p1 +cp config.mk.dist config.mk +sed -i "s/SUBS = math string networking/SUBS = math string/g" config.mk + +%build +%make_build + +%install +%make_install libdir=%{_libdir} + +%check +make check + +%files +%license LICENSE +%doc README +%{_includedir}/* +%{_libdir}/* + +%changelog +* Sat Sep 3 2022 xiongzhou - 21.02-1 +- Type:Init +- ID:NA +- SUG:NA +- DESC:Init optimized-routines repository