modify subpackage of help

This commit is contained in:
openeuler-basic 2020-02-25 14:59:07 +08:00
parent beab35b5d4
commit 4f68ca74b6

View File

@ -3,7 +3,7 @@
Name: perl-%{mod_name} Name: perl-%{mod_name}
Epoch: 4 Epoch: 4
Version: 2.029 Version: 2.029
Release: 1 Release: 2
Summary: Networking constants and support functions Summary: Networking constants and support functions
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Socket URL: https://metacpan.org/release/Socket
@ -24,13 +24,7 @@ socket(), setsockopt() and bind(). It also provides several other support
functions, mostly for dealing with conversions of network addresses between functions, mostly for dealing with conversions of network addresses between
human-readable and native binary forms, and for hostname resolver operations. human-readable and native binary forms, and for hostname resolver operations.
%package help %package_help
Summary: Help files for %{name}
Requires: %{name} = %{version}-%{release}
BuildArch: noarch
%description help
This package contains user documentation for %{name}.
%prep %prep
%autosetup -n %{mod_name}-%{version} -p1 %autosetup -n %{mod_name}-%{version} -p1
@ -65,5 +59,8 @@ make test
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Tue Feb 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 4:2.029-2
- Modify subpackage of help
* Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 4:2.029-1 * Mon Sep 16 2019 openEuler Buildteam <buildteam@openeuler.org> - 4:2.029-1
- Package init - Package init