2024-01-05 21:46:57 +01:00
|
|
|
Name: diffstat
|
2024-01-05 21:46:57 +01:00
|
|
|
Version: 1.64
|
2024-01-05 21:46:57 +01:00
|
|
|
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>
|
2024-01-05 21:46:57 +01:00
|
|
|
URL: https://invisible-island.net/diffstat/
|
2024-01-05 21:46:57 +01:00
|
|
|
Source: ftp://ftp.invisible-island.net/diffstat/diffstat-%{version}.tgz
|
2024-01-05 21:46:57 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%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 CHANGES README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 21:46:57 +01:00
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.64-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:46:57 +01:00
|
|
|
* Thu Mar 19 2020 Automatic Build System <autodist@mambasoft.it> 1.63-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 21:46:57 +01:00
|
|
|
* Sat Aug 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.62-1mamba
|
|
|
|
- update to 1.62
|
|
|
|
|
2024-01-05 21:46:57 +01:00
|
|
|
* Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 1.61-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 21:46:57 +01:00
|
|
|
* Wed Jul 08 2015 Automatic Build System <autodist@mambasoft.it> 1.60-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 21:46:57 +01:00
|
|
|
* Sat Jul 05 2014 Automatic Build System <autodist@mambasoft.it> 1.59-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 21:46:57 +01:00
|
|
|
* 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
|