diffstat/diffstat.spec
Martin Pluskal c2bf3b760d - Update to version 1.77:
+ align license text with xterm, i.e., "MIT-X11"
  + add decompression for zstd files
  + improve configure script checks, reducing compiler warnings
  + update config.guess, config.sub

OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=42
2024-12-08 20:51:53 +00:00

55 lines
1.5 KiB
RPMSpec

#
# spec file for package diffstat
#
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: diffstat
Version: 1.67
Release: 0
Summary: Utility That Provides Statistics Based on the Output of diff
License: MIT
URL: https://invisible-island.net/diffstat/
Source0: https://invisible-island.net/archives/diffstat/diffstat-%{version}.tgz
Source1: https://invisible-island.net/archives/diffstat/diffstat-%{version}.tgz.asc
Source2: %{name}.keyring
Patch0: %{name}.diff
BuildRequires: zstd
%description
diffstat reads the output of the diff command and displays a histogram
of the insertions, deletions, and modifications in each file.
%prep
%autosetup -p0
%build
%configure
%make_build CFLAGS="%{optflags}"
%install
%make_install
%check
%make_build check
%files
%doc README CHANGES
%license COPYING
%{_bindir}/diffstat
%{_mandir}/man1/diffstat.1%{?ext_man}
%changelog