Bump to 4.5.14
[platform/upstream/findutils.git] / packaging / findutils.spec
index 475a780..17dfb6b 100644 (file)
@@ -1,6 +1,6 @@
 Name:           findutils
 Url:            http://www.gnu.org/software/findutils/
-Version:        4.5.10
+Version:        4.5.14
 Release:        0
 Summary:        The GNU versions of find utilities (find and xargs)
 License:        GPL-3.0+
@@ -8,6 +8,7 @@ Group:          Base/Tools
 # retrieved from http://alpha.gnu.org/pub/gnu/findutils/findutils-4.5.10.tar.gz
 Source:         findutils-%{version}.tar.bz2
 Source1:        sysconfig.locate
+Source1001:    findutils.manifest
 
 %description
 The findutils package contains programs which will help you locate
@@ -38,6 +39,7 @@ switching on the computer.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %ifarch %arm armv5tel armv7l armv7el armv5el
@@ -50,7 +52,7 @@ export DEFAULT_ARG_SIZE="(31u * 1024u)"
   --without-included-regex \
   --without-fts \
   --enable-d_type-optimisation
-make %{?_smp_mflags}
+%{__make} %{?_smp_mflags}
 
 %check
 make check
@@ -69,12 +71,14 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/find-maint*
 %lang_package
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %license COPYING
 %{_bindir}/find
 %{_bindir}/xargs
 
 %files locate
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_bindir}/locate
 %{_bindir}/updatedb