|
|
|
@ -1,16 +1,14 @@
|
|
|
|
|
Summary: A utility which provides statistics based on the output of diff
|
|
|
|
|
Name: diffstat
|
|
|
|
|
Version: 1.64
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 1.61
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: https://invisible-island.net/diffstat
|
|
|
|
|
Source0: https://invisible-mirror.net/archives/diffstat/%{name}-%{version}.tgz
|
|
|
|
|
URL: http://invisible-island.net/diffstat
|
|
|
|
|
Source0: ftp://ftp.invisible-island.net/pub/diffstat/%{name}-%{version}.tgz
|
|
|
|
|
# Taken from diffstat.c.
|
|
|
|
|
Source1: COPYING
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: xz
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
The diff command compares files line by line. Diffstat reads the
|
|
|
|
@ -26,58 +24,25 @@ diff command's output.
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure
|
|
|
|
|
%make_build
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
cp %{SOURCE1} .
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make check
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc CHANGES README
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc COPYING CHANGES README
|
|
|
|
|
%{_bindir}/diffstat
|
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.64-6
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.64-5
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 13 2021 Tim Waugh <twaugh@redhat.com> - 1.64-1
|
|
|
|
|
- Update to 1.64.
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.63-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.63-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Dec 2 2019 Tim Waugh <twaugh@redhat.com> - 1.63-1
|
|
|
|
|
- Update to 1.63 (bug #1778338)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Aug 16 2018 Tim Waugh <twaugh@redhat.com> - 1.62-1
|
|
|
|
|
- Update to 1.62 (bug #1618046)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.61-8
|
|
|
|
|
- Add BR:gcc and spec file modernization
|
|
|
|
|
|
|
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.61-7
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Thu Jun 21 2018 Than Ngo <than@redhat.com> - 1.61-7
|
|
|
|
|
- fixed source url
|
|
|
|
|