diffstat/diffstat.spec

69 lines
1.2 KiB
RPMSpec
Raw Normal View History

2019-09-30 10:36:56 -04:00
Name: diffstat
2022-06-16 14:16:32 +08:00
Version: 1.64
2021-02-01 16:07:32 +08:00
Release: 1
2019-09-30 10:36:56 -04:00
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
2022-06-16 14:16:32 +08:00
* Thu Jun 16 2022 dillon chen <dillon.chen@gmail.com> - 1.64-1
- update to 1.64
2021-02-01 16:07:32 +08:00
* Mon Feb 1 2021 liudabo <liudabo1@huawei.com> - 1.63-1
- upgrade version to 1.63
2019-09-30 10:36:56 -04:00
* 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