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

(cherry picked from commit 09a5beacaea9cc37c01743056f5c7df51e716109)
This commit is contained in:
zhangpan 2024-08-19 09:50:16 +08:00 committed by openeuler-sync-bot
parent 16d6826ead
commit e609d5a7ba

View File

@ -1,6 +1,6 @@
Name: armadillo
Version: 10.7.4
Release: 1
Release: 2
Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave
License: ASL 2.0
URL: http://arma.sourceforge.net/
@ -20,11 +20,7 @@ Requires: lapack-devel arpack-devel libstdc++-devel hdf5-devel openblas-de
%description devel
This package contains header files.
%package help
Summary: some doc for armadillo
%description help
This help package contain some docs.
%package_help
%prep
%autosetup -n %{name}-%{version} -p1
@ -65,6 +61,9 @@ rm -rf examples/lib_win64
%doc armadillo_joss_2016.pdf
%changelog
* Mon Aug 19 2024 Pan Zhang <zhangpan@cqsoftware.com.cn> - 10.7.4-2
- Replaced declaration of help subpackage with the 'package_help' macro.
* Fri Jan 21 2022 SimpleUpdate Robot <tc@openeuler.org> - 10.7.4-1
- Upgrade to version 10.7.4