Files
diffstat/diffstat.spec

88 lines
2.7 KiB
RPMSpec

Name: diffstat
Version: 1.69
Release: 1mamba
Summary: Reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <[email protected]>
URL: https://invisible-island.net/diffstat/
Source: https://invisible-island.net/archives/diffstat/diffstat-%{version}.tgz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
%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.
%prep
%setup -q
%build
%configure
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/diffstat
%{_mandir}/man1/diffstat.1*
%doc COPYING
%changelog
* Wed Apr 15 2026 Automatic Build System <[email protected]> 1.69-1mamba
- automatic version update by autodist
* Fri Apr 25 2025 Automatic Build System <[email protected]> 1.68-1mamba
- automatic version update by autodist
* Tue Nov 12 2024 Automatic Build System <[email protected]> 1.67-1mamba
- automatic version update by autodist
* Thu Jun 13 2024 Silvan Calarco <[email protected]> 1.66-1mamba
- update to 1.66
* Mon Oct 10 2022 Automatic Build System <[email protected]> 1.65-1mamba
- automatic version update by autodist
* Thu Feb 04 2021 Automatic Build System <[email protected]> 1.64-1mamba
- automatic version update by autodist
* Thu Mar 19 2020 Automatic Build System <[email protected]> 1.63-1mamba
- automatic version update by autodist
* Sat Aug 17 2019 Silvan Calarco <[email protected]> 1.62-1mamba
- update to 1.62
* Fri Feb 05 2016 Automatic Build System <[email protected]> 1.61-1mamba
- automatic update by autodist
* Wed Jul 08 2015 Automatic Build System <[email protected]> 1.60-1mamba
- automatic update by autodist
* Sat Jul 05 2014 Automatic Build System <[email protected]> 1.59-1mamba
- automatic update by autodist
* Wed Oct 30 2013 Automatic Build System <[email protected]> 1.58-1mamba
- automatic version update by autodist
* Fri Apr 19 2013 Automatic Build System <[email protected]> 1.57-1mamba
- automatic version update by autodist
* Wed Feb 13 2013 Automatic Build System <[email protected]> 1.56-1mamba
- automatic version update by autodist
* Wed Jun 13 2012 Automatic Build System <[email protected]> 1.55-1mamba
- automatic version update by autodist
* Tue Apr 26 2011 Silvan Calarco <[email protected]> 1.54-1mamba
- package created by autospec