diff --git a/cloc.spec b/cloc.spec index 33ffaf0..3d34153 100644 --- a/cloc.spec +++ b/cloc.spec @@ -1,6 +1,6 @@ Name: cloc Version: 1.86 -Release: 0 +Release: 2 Summary: Program line caculation tools License: GPLv2+ URL: https://github.com/AlDanial/cloc @@ -13,6 +13,9 @@ BuildRequires: perl-Regexp-Common BuildRequires: perl-Parallel-ForkManager +Requires: perl-Regexp-Common +Requires: perl-Parallel-ForkManager + %description cloc is a tool which can help to do program line caculation. @@ -39,6 +42,9 @@ make install DESTDIR="%{buildroot}" %{_mandir}/man1/%{name}.1* %changelog +* Fri Jan 29 2021 myeuler +- add Requires needed + * Mon Aug 17 2020 fcwicky <307610302@qq.com> - Update package