Compare commits
10 Commits
bb9c177bde
...
7e29cca997
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e29cca997 | ||
|
|
e04ac6a7b1 | ||
|
|
f218a32ffa | ||
|
|
45c4116111 | ||
|
|
5e5d06783e | ||
|
|
d4a5daf601 | ||
|
|
14d36f2774 | ||
|
|
2bda5f22cb | ||
|
|
27376ca32c | ||
|
|
ac1e98bc00 |
@ -1,6 +1,6 @@
|
||||
Name: perl-generators
|
||||
Version: 1.10
|
||||
Release: 9
|
||||
Release: 11
|
||||
Summary: RPM Perl dependencies generators
|
||||
License: GPL+
|
||||
URL: http://jplesnik.fedorapeople.org/generators
|
||||
@ -9,10 +9,12 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: coreutils findutils make
|
||||
BuildRequires: perl-interpreter >= 4:5.22.0
|
||||
%if !%{defined perl_bootstrap}
|
||||
BuildRequires: perl-generators
|
||||
%endif
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Copy)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(strict) perl(Fedora::VSP)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(Test::More)
|
||||
@ -20,6 +22,9 @@ BuildRequires: sed
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl-interpreter >= 4:5.22.0
|
||||
Requires: perl-macros
|
||||
%if %{defined perl_bootstrap}
|
||||
Requires: perl(Fedora::VSP)
|
||||
%endif
|
||||
|
||||
%description
|
||||
This package provides RPM Perl dependencies generators which are used for
|
||||
@ -48,7 +53,13 @@ make test
|
||||
%{_rpmconfigdir}/fileattrs/perl*.attr
|
||||
|
||||
%changelog
|
||||
* Fri 03 Apr 2020 daiqianwen <daiqianwen@huawei.com> - 1.10-9
|
||||
* Thu Aug 13 2020 shenyangyang <shenyangyang4@huawei.com> - 1.10-11
|
||||
- Add build requires and requires of perl(Fedora::VSP) when perl bootstrap
|
||||
|
||||
* Thu Aug 13 2020 shenyangyang <shenyangyang4@huawei.com> - 1.10-10
|
||||
- Add perl_bootstrap for perl bootstrap
|
||||
|
||||
* Fri Apr 03 2020 daiqianwen <daiqianwen@huawei.com> - 1.10-9
|
||||
- delete useless buildrequires
|
||||
|
||||
* Wed Nov 27 2019 hexiaowen <hexiaowen@huawei.com> - 1.10-8
|
||||
|
||||
5
perl-generators.yaml
Normal file
5
perl-generators.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
version_control: NA
|
||||
src_repo: NA
|
||||
tag_prefix: NA
|
||||
seperator: NA
|
||||
url: https://jplesnik.fedorapeople.org/generators/
|
||||
Loading…
x
Reference in New Issue
Block a user