From 62cf164ba22e14cba7aa31d7679ea7cd0225d1cf Mon Sep 17 00:00:00 2001 From: yeah_wang <1485652911@qq.com> Date: Tue, 10 Mar 2020 17:29:39 +0800 Subject: [PATCH 1/2] package init --- armadillo.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index e1cc3f9..e56fa7b 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -38,7 +38,8 @@ sed -i 's/\r//' README.md %install %make_install -rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example1_win64.README.txt,lib_win64} +rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example1_win64.README.txt} +rm -rf examples/lib_win64 %post /sbin/ldconfig @@ -65,4 +66,4 @@ rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example %changelog * Thu Mar 5 2020 wangye - 9.600.6-2 -- Package init \ No newline at end of file +- Package init From 3395b07dc5681e3950e533687437a32c1a6d1548 Mon Sep 17 00:00:00 2001 From: yeah_wang <1485652911@qq.com> Date: Tue, 10 Mar 2020 17:53:24 +0800 Subject: [PATCH 2/2] package init --- armadillo.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/armadillo.spec b/armadillo.spec index e56fa7b..0a90d51 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo Version: 9.600.6 -Release: 2 +Release: 3 Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 URL: http://arma.sourceforge.net/ @@ -65,5 +65,8 @@ rm -rf examples/lib_win64 %doc armadillo_joss_2016.pdf armadillo_mca_2019.pdf %changelog +* Thu Mar 5 2020 wangye - 9.600.6-3 +- Update + * Thu Mar 5 2020 wangye - 9.600.6-2 - Package init