Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37526925
en ru br
ALT Linux repos
S:1.64-alt1
5.0: 1.45-alt1
4.1: 1.45-alt1
4.0: 1.43-alt2
3.0: 1.39-alt1

Group :: Development/Other
RPM: diffstat

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: diffstat
Version: 1.64
Release: alt1

Summary: An utility which provides statistics based on the output of diff
License: MIT
Group: Development/Other
Url: https://invisible-island.net/diffstat/
# https://invisible-mirror.net/archives/diffstat/diffstat-%version.tgz
Source: diffstat-%version.tar

Requires: diffutils

%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.

%prep
%setup

%build
%add_optflags %(getconf LFS_CFLAGS)
%configure --with-warnings
%make_build

%install
%makeinstall_std

%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1
%set_verify_elf_method strict

%check
%make_build -k check

%files
%_bindir/*
%_mandir/man?/*
%doc CHANGES COPYING README

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin