diffstat/diffstat.spec
Petr Gajdos 381383cf59 - Update to 1.62
+ improve checks for unmodified files when -S and -D options are
    given.
  + improve test-packages, to check warning-options.
  + minor fixes for manpage (Debian #895963)
  + minor fixes for prefix-stripping with -S option.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/diffstat?expand=0&rev=32
2018-12-31 09:21:17 +00:00

57 lines
1.7 KiB
RPMSpec

#
# spec file for package diffstat
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.62
Release: 0
Summary: Utility That Provides Statistics Based on the Output of diff
License: MIT
Group: Productivity/Text/Utilities
Url: http://dickey.his.com/diffstat/diffstat.html
Source0: https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz
Source1: https://invisible-mirror.net/archives/diffstat/diffstat-%{version}.tgz.asc
Source2: %{name}.keyring
Patch0: %{name}.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
diffstat reads the output of the diff command and displays a histogram
of the insertions, deletions, and modifications in each file.
%prep
%setup -q
%patch0
%build
%configure
make %{?_smp_mflags} CFLAGS="%{optflags}"
%install
make %{?_smp_mflags} DESTDIR=%{buildroot} install
%check
make %{?_smp_mflags} check
%files
%defattr(-,root,root)
%doc README CHANGES COPYING
%{_bindir}/diffstat
%{_mandir}/man1/diffstat.1%{ext_man}
%changelog