Summary: A utility which provides statistics based on the output of diff Name: diffstat Version: 1.60 Release: 1 Group: Development/Tools License: MIT URL: http://invisible-island.net/diffstat Source0: ftp://invisible-island.net/diffstat/%{name}-%{version}.tgz Source1: ftp://invisible-island.net/diffstat/%{name}-%{version}.tgz.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: xz %description The diff command compares files line by line. Diffstat reads the output of the diff command and displays a histogram of the insertions, deletions and modifications in each file. Diffstat is commonly used to provide a summary of the changes in large, complex patch files. Install diffstat if you need a program which provides a summary of the diff command's output. %prep %setup -q %build ./configure \ --prefix=%{_prefix} \ --mandir=%{_mandir} make %{?_smp_mflags} %install [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} make DESTDIR=${RPM_BUILD_ROOT} install /usr/bin/strip ${RPM_BUILD_ROOT}%{_bindir}/* || : cd ${RPM_BUILD_ROOT} mkdir -p usr/bin cd usr/bin ln -sf ../..%{_bindir}/* . %clean [ "${RPM_BUILD_ROOT}" != "/" ] && rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,system,-) %doc CHANGES README %{_bindir}/* %{_mandir}/man?/* /usr/bin/* %changelog * Tue Jul 14 2015 Michael Perzl - 1.60-1 - updated to version 1.60 * Sat Jun 07 2014 Michael Perzl - 1.59-1 - updated to version 1.59 * Tue Oct 29 2013 Michael Perzl - 1.58-1 - updated to version 1.58 * Tue Apr 16 2013 Michael Perzl - 1.57-1 - updated to version 1.57 * Thu Apr 19 2012 Michael Perzl - 1.55-1 - updated to version 1.55 * Mon Dec 06 2010 Michael Perzl - 1.54-1 - updated to version 1.54 * Mon Jul 19 2010 Michael Perzl - 1.53-1 - updated to version 1.53 * Mon Jul 19 2010 Michael Perzl - 1.52-1 - first version for AIX V5.1 and higher