commit 2db75eb761b1d17c91acf44293ab2a8c72586c5c Author: overweight <5324761+overweight@user.noreply.gitee.com> Date: Mon Sep 30 10:36:56 2019 -0400 Package init diff --git a/diffstat-1.62.tgz b/diffstat-1.62.tgz new file mode 100644 index 0000000..ae51a5e Binary files /dev/null and b/diffstat-1.62.tgz differ diff --git a/diffstat.spec b/diffstat.spec new file mode 100644 index 0000000..755b72e --- /dev/null +++ b/diffstat.spec @@ -0,0 +1,62 @@ +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 - 1.62-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add help package + +* Thu Sep 26 2019 chengquan - 1.62-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:revise requires in openeuler + +* Thu Aug 08 2019 openEuler Buildteam - 1.62-1 +- Package init