Tom Stellard 2020-07-13 19:30:56 +00:00
parent d84db4f672
commit 024138372e
1 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Summary: The GNU versions of find utilities (find and xargs)
Name: findutils
Version: 4.7.0
Release: 4%{?dist}
Release: 5%{?dist}
Epoch: 1
License: GPLv3+
URL: http://www.gnu.org/software/findutils/
@ -91,10 +91,10 @@ cd build
%global _configure ../configure
%configure
make %{?_smp_mflags}
%make_build
%check
make %{?_smp_mflags} check -C build
%make_build check -C build
%install
%make_install -C build
@ -115,6 +115,10 @@ rm -f %{buildroot}%{_infodir}/dir
%{_infodir}/find-maint.info.*
%changelog
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1:4.7.0-5
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Fri Apr 17 2020 Kamil Dudka <kdudka@redhat.com> - 1:4.7.0-4
- simplify leaf optimization for XFS (#1823247)