add requires
This commit is contained in:
parent
b270c5501e
commit
243b11ecb1
@ -1,6 +1,6 @@
|
|||||||
Name: cloc
|
Name: cloc
|
||||||
Version: 1.86
|
Version: 1.86
|
||||||
Release: 0
|
Release: 2
|
||||||
Summary: Program line caculation tools
|
Summary: Program line caculation tools
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://github.com/AlDanial/cloc
|
URL: https://github.com/AlDanial/cloc
|
||||||
@ -13,6 +13,9 @@ BuildRequires: perl-Regexp-Common
|
|||||||
BuildRequires: perl-Parallel-ForkManager
|
BuildRequires: perl-Parallel-ForkManager
|
||||||
|
|
||||||
|
|
||||||
|
Requires: perl-Regexp-Common
|
||||||
|
Requires: perl-Parallel-ForkManager
|
||||||
|
|
||||||
%description
|
%description
|
||||||
cloc is a tool which can help to do program line caculation.
|
cloc is a tool which can help to do program line caculation.
|
||||||
|
|
||||||
@ -39,6 +42,9 @@ make install DESTDIR="%{buildroot}"
|
|||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 29 2021 myeuler <myeuler@163.com>
|
||||||
|
- add Requires needed
|
||||||
|
|
||||||
* Mon Aug 17 2020 fcwicky <307610302@qq.com>
|
* Mon Aug 17 2020 fcwicky <307610302@qq.com>
|
||||||
- Update package
|
- Update package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user