Fixed 'make check'.
This commit is contained in:
parent
8d0aab418f
commit
1005619949
@ -9,9 +9,10 @@ Epoch: 1
|
|||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
Source0: ftp://alpha.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
Source0: ftp://alpha.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
|
||||||
Patch8: findutils-no-locate.patch
|
Patch1: findutils-no-locate.patch
|
||||||
Patch9: findutils-regex.patch
|
Patch2: findutils-regex.patch
|
||||||
Patch10: findutils-selinux.patch
|
Patch3: findutils-testsuite.patch
|
||||||
|
Patch4: findutils-selinux.patch
|
||||||
|
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -34,11 +35,12 @@ useful for finding things on your system.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch8 -p1 -b .no-locate
|
%patch1 -p1 -b .no-locate
|
||||||
%patch9 -p1 -b .regex
|
%patch2 -p1 -b .regex
|
||||||
|
%patch3 -p1 -b .testsuite
|
||||||
%if %{WITH_SELINUX}
|
%if %{WITH_SELINUX}
|
||||||
#SELinux
|
#SELinux
|
||||||
%patch10 -p1 -b .selinux
|
%patch4 -p1 -b .selinux
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
autoreconf
|
autoreconf
|
||||||
|
Loading…
Reference in New Issue
Block a user