5 Star 0 Fork 4

src-openEuler / diffstat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
diffstat.spec 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
hexiaowen 提交于 2019-09-30 10:36 . Package init
Name: diffstat
Version: 1.62
Release: 3
Summary: A utility which shows statistics from diff output
License: MIT
URL: http://invisible-island.net/diffstat
Source0: ftp://ftp.invisible-island.net/pub/diffstat/%{name}-%{version}.tgz
BuildRequires: gcc xz
%description
diffstat reads the output of diff and displays a histogram of the insertions,
deletions, and modifications per-file. It is useful for reviewing large,complex
patch files.
%package_help
%prep
%autosetup -n %{name}-%{version}
%build
%configure
%make_build
%install
rm -rf $RPM_BUILD_ROOT
%make_install
%check
make check
%pre
%preun
%post
%postun
%files
%defattr(-,root,root)
%doc CHANGES README COPYING
%{_bindir}/diffstat
%files help
%{_mandir}/*/*
%changelog
* Fri Sep 27 2019 chengquan<chengquan3@huawei.com> - 1.62-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:add help package
* Thu Sep 26 2019 chengquan<chengquan3@huawei.com> - 1.62-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:revise requires in openeuler
* Thu Aug 08 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.62-1
- Package init
1
https://gitee.com/src-openeuler/diffstat.git
git@gitee.com:src-openeuler/diffstat.git
src-openeuler
diffstat
diffstat
openEuler-20.03-LTS

搜索帮助