cloc/cloc.spec

60 lines
1.1 KiB
RPMSpec
Raw Normal View History

2022-02-26 11:48:55 +08:00
name: cloc
2023-09-14 16:35:28 +08:00
Version: 1.98
Release: 1
2020-04-04 00:15:43 +08:00
Summary: Program line caculation tools
License: GPLv2+
URL: https://github.com/AlDanial/cloc
2022-02-26 11:48:55 +08:00
Source0: https://github.com/AlDanial/cloc/releases/download/v%{version}/cloc-%{version}.tar.gz
2020-04-04 00:15:43 +08:00
2022-02-26 11:48:55 +08:00
BuildArch: noarch
2020-04-04 00:15:43 +08:00
2022-02-26 11:48:55 +08:00
BuildRequires: make
BuildRequires: perl-Regexp-Common
BuildRequires: perl-Parallel-ForkManager
2020-04-04 00:15:43 +08:00
2021-01-29 18:52:37 +08:00
Requires: perl-Regexp-Common
Requires: perl-Parallel-ForkManager
2020-04-04 00:15:43 +08:00
%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
2023-09-14 16:35:28 +08:00
* Thu Sep 14 2023 liyanan <thistleslyn@163.com> - 1.98-1
- update to 1.98
2022-02-26 11:48:55 +08:00
* Sat Feb 26 2022 s_c_c <shichuchao@huawei.com> - 1.92-2
- Update version to 1.92
2021-01-29 18:52:37 +08:00
* Fri Jan 29 2021 myeuler <myeuler@163.com>
- add Requires needed
2020-08-17 21:33:50 +08:00
* Mon Aug 17 2020 fcwicky <307610302@qq.com>
2020-08-17 21:54:33 +08:00
- Update package
2020-08-17 21:33:50 +08:00
2020-04-04 00:15:43 +08:00
* Sun Mar 29 2020 Wei Xiong <myeuler@163.com>
- Package init