12 Star 1 Fork 9

src-openEuler / cloc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cloc.spec 924 Bytes
一键复制 编辑 原始数据 按行查看 历史
myeuler 提交于 2021-01-29 18:52 . add requires
Name: cloc
Version: 1.86
Release: 2
Summary: Program line caculation tools
License: GPLv2+
URL: https://github.com/AlDanial/cloc
Source0: https://github.com/AlDanial/cloc/releases/download/%{version}/cloc-%{version}.tar.gz
BuildArch: noarch
BuildRequires: make
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.
%prep
%setup -q -n %{name}-%{version}/Unix
%build
make
%install
make install DESTDIR="%{buildroot}"
%pre
%preun
%post
%postun
%check
%files
%license COPYING
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%changelog
* Fri Jan 29 2021 myeuler <myeuler@163.com>
- add Requires needed
* Mon Aug 17 2020 fcwicky <307610302@qq.com>
- Update package
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init
1
https://gitee.com/src-openeuler/cloc.git
git@gitee.com:src-openeuler/cloc.git
src-openeuler
cloc
cloc
openEuler-22.03-LTS

搜索帮助