!14 [sync] PR-12: 【轻量级 PR】:use macros package_help
From: @openeuler-sync-bot Reviewed-by: @licunlong Signed-off-by: @licunlong
This commit is contained in:
commit
0f6c5eecb4
@ -1,7 +1,7 @@
|
||||
%global base_version 1.59
|
||||
Name: perl-threads-shared
|
||||
Version: 1.62
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Perl extension for sharing data structures between threads
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/threads-shared
|
||||
@ -27,13 +27,7 @@ Win32). It is used together with the threads module.
|
||||
This module supports the sharing of the following data types only: scalars
|
||||
and scalar refs, arrays and array refs, and hashes and hash refs.
|
||||
|
||||
%package help
|
||||
Summary: Doc files for %{name}
|
||||
Buildarch: noarch
|
||||
requires: man
|
||||
|
||||
%description help
|
||||
The %{name}-help package contains doc files for %{name}.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n threads-shared-%{base_version} -p1
|
||||
@ -59,6 +53,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 25 2022 jiangchuangang <jiangchuangang@huawei.com> - 1.62-2
|
||||
- use macros package_help
|
||||
|
||||
* Fri Dec 31 2021 yuanxin <yuanxin24@huawei.com> - 1.62-1
|
||||
- update version to 1.62
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user