diffstat/diffstat.spec

83 lines
2.5 KiB
RPMSpec

Name: diffstat
Version: 1.67
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 <silvan.calarco@mambasoft.it>
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.
%debug_package
%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
* Tue Nov 12 2024 Automatic Build System <autodist@openmamba.org> 1.67-1mamba
- automatic version update by autodist
* Thu Jun 13 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.66-1mamba
- update to 1.66
* Mon Oct 10 2022 Automatic Build System <autodist@mambasoft.it> 1.65-1mamba
- automatic version update by autodist
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.64-1mamba
- automatic version update by autodist
* Thu Mar 19 2020 Automatic Build System <autodist@mambasoft.it> 1.63-1mamba
- automatic version update by autodist
* Sat Aug 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.62-1mamba
- update to 1.62
* Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 1.61-1mamba
- automatic update by autodist
* Wed Jul 08 2015 Automatic Build System <autodist@mambasoft.it> 1.60-1mamba
- automatic update by autodist
* Sat Jul 05 2014 Automatic Build System <autodist@mambasoft.it> 1.59-1mamba
- automatic update by autodist
* Wed Oct 30 2013 Automatic Build System <autodist@mambasoft.it> 1.58-1mamba
- automatic version update by autodist
* Fri Apr 19 2013 Automatic Build System <autodist@mambasoft.it> 1.57-1mamba
- automatic version update by autodist
* Wed Feb 13 2013 Automatic Build System <autodist@mambasoft.it> 1.56-1mamba
- automatic version update by autodist
* Wed Jun 13 2012 Automatic Build System <autodist@mambasoft.it> 1.55-1mamba
- automatic version update by autodist
* Tue Apr 26 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 1.54-1mamba
- package created by autospec