add help package to main package
This commit is contained in:
parent
7c958182bd
commit
0f86c56693
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: perl-YAML
|
Name: perl-YAML
|
||||||
Version: 1.26
|
Version: 1.26
|
||||||
Release: 5
|
Release: 6
|
||||||
Summary: It Ain't Markup Language (tm)
|
Summary: It Ain't Markup Language (tm)
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/YAML
|
URL: https://metacpan.org/release/YAML
|
||||||
@ -37,7 +37,7 @@ BuildRequires: perl(Test::Pod) >= 1.41
|
|||||||
# Runtime
|
# Runtime
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
Requires: perl(B::Deparse) perl(Carp)
|
Requires: perl(B::Deparse) perl(Carp)
|
||||||
|
Requires: %{name}-help = %{version}-%{release}
|
||||||
%description
|
%description
|
||||||
The YAML.pm module implements a YAML Loader and Dumper based
|
The YAML.pm module implements a YAML Loader and Dumper based
|
||||||
on the YAML 1.0 specification. http://www.yaml.org/spec/
|
on the YAML 1.0 specification. http://www.yaml.org/spec/
|
||||||
@ -109,5 +109,8 @@ make test AUTHOR_TESTING=%{with perl_YAML_enables_extra_test}
|
|||||||
%doc Changes CONTRIBUTING README
|
%doc Changes CONTRIBUTING README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 06 2020 caodongxia <caodongxia@huawei.com> - 1.26-6
|
||||||
|
- Add install requires help package into main package
|
||||||
|
|
||||||
* Tue Dec 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.26-5
|
* Tue Dec 10 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.26-5
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user