remove unuse files

This commit is contained in:
cherry530 2022-01-25 16:35:43 +08:00
parent 7f596ca20a
commit 76fb5083e2
3 changed files with 7 additions and 4 deletions

BIN
armadillo-10.7.4.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: armadillo Name: armadillo
Version: 9.600.6 Version: 10.7.4
Release: 5 Release: 1
Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave
License: ASL 2.0 License: ASL 2.0
URL: http://arma.sourceforge.net/ URL: http://arma.sourceforge.net/
@ -48,7 +48,7 @@ rm -rf examples/lib_win64
/sbin/ldconfig /sbin/ldconfig
%files %files
%{_libdir}/libarmadillo.so.9* %{_libdir}/libarmadillo.so.10*
%license LICENSE.txt NOTICE.txt %license LICENSE.txt NOTICE.txt
%files devel %files devel
@ -62,9 +62,12 @@ rm -rf examples/lib_win64
%doc README.md index.html docs.html mex_interface %doc README.md index.html docs.html mex_interface
%doc examples armadillo_icon.png %doc examples armadillo_icon.png
%doc armadillo_nicta_2010.pdf rcpp_armadillo_csda_2014.pdf %doc armadillo_nicta_2010.pdf rcpp_armadillo_csda_2014.pdf
%doc armadillo_joss_2016.pdf armadillo_mca_2019.pdf %doc armadillo_joss_2016.pdf
%changelog %changelog
* Fri Jan 21 2022 SimpleUpdate Robot <tc@openeuler.org> - 10.7.4-1
- Upgrade to version 10.7.4
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 9.600.6-5 * Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 9.600.6-5
- Add gcc-g++ in BuildRequires - Add gcc-g++ in BuildRequires