用“package_help”宏替换help子包声明

(cherry picked from commit 5ef9849bef8f4f3be1f43960447c5a8373083c07)
This commit is contained in:
zhangpan 2024-08-19 09:50:16 +08:00 committed by openeuler-sync-bot
parent 2e7e04a4fa
commit 8c20a67e80

View File

@ -1,6 +1,6 @@
Name: armadillo Name: armadillo
Version: 12.6.2 Version: 12.6.2
Release: 1 Release: 2
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/
@ -20,11 +20,7 @@ Requires: lapack-devel arpack-devel libstdc++-devel hdf5-devel openblas-de
%description devel %description devel
This package contains header files. This package contains header files.
%package help %package_help
Summary: some doc for armadillo
%description help
This help package contain some docs.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
@ -65,6 +61,9 @@ rm -rf examples/lib_win64
%doc armadillo_*.pdf %doc armadillo_*.pdf
%changelog %changelog
* Mon Aug 19 2024 Pan Zhang <zhangpan@cqsoftware.com.cn> - 12.6.2-2
- Replaced declaration of help subpackage with the 'package_help' macro.
* Thu Sep 21 2023 wulei <wu_lei@hoperun.com> - 12.6.2-1 * Thu Sep 21 2023 wulei <wu_lei@hoperun.com> - 12.6.2-1
- Update to 12.6.2 - Update to 12.6.2