diffstat/diffstat.spec
Petr Gajdos 334c930b13 Accepting request 1145993 from home:amanzini:branches:devel:tools
- update to 1.66:
  + improve handling of git diff's
  + update install-sh
  + improve configure script checks, reducing compiler warnings

OBS-URL: https://build.opensuse.org/request/show/1145993
OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=40
2024-02-12 08:34:49 +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.66
Release: 0
Summary: Utility That Provides Statistics Based on the Output of diff
License: MIT
Group: Productivity/Text/Utilities
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
%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