Compare commits
No commits in common. "7e29cca99756761aa0754767e656c463acb6dbbc" and "bb9c177bde473bdcb4ca61943150ca2936eea442" have entirely different histories.
7e29cca997
...
bb9c177bde
@ -1,6 +1,6 @@
|
||||
Name: perl-generators
|
||||
Version: 1.10
|
||||
Release: 11
|
||||
Release: 9
|
||||
Summary: RPM Perl dependencies generators
|
||||
License: GPL+
|
||||
URL: http://jplesnik.fedorapeople.org/generators
|
||||
@ -9,12 +9,10 @@ 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) perl(Fedora::VSP)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(File::Find)
|
||||
BuildRequires: perl(Test::More)
|
||||
@ -22,9 +20,6 @@ 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
|
||||
@ -53,13 +48,7 @@ make test
|
||||
%{_rpmconfigdir}/fileattrs/perl*.attr
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
* Fri 03 Apr 2020 daiqianwen <daiqianwen@huawei.com> - 1.10-9
|
||||
- delete useless buildrequires
|
||||
|
||||
* Wed Nov 27 2019 hexiaowen <hexiaowen@huawei.com> - 1.10-8
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
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