cloc/cloc.spec
2023-09-14 16:35:28 +08:00

60 lines
1.1 KiB
RPMSpec

name: cloc
Version: 1.98
Release: 1
Summary: Program line caculation tools
License: GPLv2+
URL: https://github.com/AlDanial/cloc
Source0: https://github.com/AlDanial/cloc/releases/download/v%{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
* Thu Sep 14 2023 liyanan <thistleslyn@163.com> - 1.98-1
- update to 1.98
* Sat Feb 26 2022 s_c_c <shichuchao@huawei.com> - 1.92-2
- Update version to 1.92
* 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