]> git.pld-linux.org Git - packages/findutils.git/blobdiff - findutils.spec
- enhanced info and pl.po-update patches
[packages/findutils.git] / findutils.spec
index b1b84dc7b2130e57d070bbbc1bff4bba1cdd1865..06682c82923997860e1460a1aad93a451d005fe4 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
-%bcond_without selinux         # build without SELinux support
+%bcond_without selinux         # SELinux support
+%bcond_without tests           # unit tests
 #
 Summary:       GNU Find Utilities (find, xargs)
 Summary(de.UTF-8):     GNU-Suchprogramme (find, xargs)
@@ -10,28 +11,29 @@ Summary(pl.UTF-8):  Narzędzia GNU do odnajdywania plików (find, xargs)
 Summary(pt_BR.UTF-8):  Utilitários de procura da GNU
 Summary(tr.UTF-8):     GNU dosya arama araçları
 Name:          findutils
-Version:       4.6.0
+Version:       4.9.0
 Release:       1
 Epoch:         1
 License:       GPL v3+
 Group:         Applications/File
 # development versions at ftp://alpha.gnu.org/gnu/findutils/
-Source0:       http://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.gz
-# Source0-md5: 9936aa8009438ce185bea2694a997fc1
+Source0:       https://ftp.gnu.org/gnu/findutils/%{name}-%{version}.tar.xz
+# Source0-md5: 4a4a547e888a944b2f3af31d789a1137
 #Source1:      http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 Source1:       %{name}-non-english-man-pages.tar.bz2
 # Source1-md5: e76388b0c3218eec3557d05ccd6d6515
-
-Patch1:                %{name}-man-selinux.patch
-Patch2:                %{name}-info.patch
-# http://translationproject.org/latest/findutils/pl.po
-Patch3:                %{name}-pl.po-update.patch
+Patch0:                %{name}-man-selinux.patch
+Patch1:                %{name}-info.patch
+# (will be again after tp update) http://translationproject.org/latest/findutils/pl.po
+Patch2:                %{name}-pl.po-update.patch
 URL:           http://www.gnu.org/software/findutils/
-BuildRequires: autoconf >= 2.59
-BuildRequires: automake
-BuildRequires: gettext-tools >= 0.14.5
+BuildRequires: autoconf >= 2.69
+BuildRequires: automake >= 1:1.11
+BuildRequires: gettext-tools >= 0.19.3
 %{?with_selinux:BuildRequires: libselinux-devel}
+BuildRequires: tar >= 1:1.22
 BuildRequires: texinfo
+BuildRequires: xz
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -85,10 +87,9 @@ arayabilirsiniz.
 
 %prep
 %setup -q
-
-# patch1 is applied in install stage
+# patch0 is applied in install stage
+%patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %{__rm} po/stamp-po
 
@@ -97,11 +98,22 @@ arayabilirsiniz.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+%ifarch %{ix86}
+# 64 bit time_t on ix86 requires glibc 2.32+ built with/for kernel 5.6+
+TIME_T_32_BIT_OK=yes \
+%endif
 %configure \
+       --disable-silent-rules \
        %{__with_without selinux}
 
 %{__make}
 
+%if %{with tests}
+# tests use bashish $'\n' substitution
+%{__make} check \
+       SHELL=/bin/bash
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -109,21 +121,22 @@ rm -rf $RPM_BUILD_ROOT
        DESTDIR=$RPM_BUILD_ROOT
 
 bzip2 -dc %{SOURCE1} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
-%{?with_selinux:patch -p0 -d $RPM_BUILD_ROOT%{_mandir} < %{PATCH1}}
+%{?with_selinux:patch -p0 -d $RPM_BUILD_ROOT%{_mandir} < %{PATCH0}}
 
 # xargs is wanted in /bin
 install -d $RPM_BUILD_ROOT/bin
-mv $RPM_BUILD_ROOT%{_bindir}/xargs $RPM_BUILD_ROOT/bin
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/xargs $RPM_BUILD_ROOT/bin
 
 # useless in binary package
 %{__rm} $RPM_BUILD_ROOT%{_infodir}/find-maint.info*
 
 # unpackaged locate
 %{__rm} $RPM_BUILD_ROOT%{_bindir}/{locate,updatedb} \
-       $RPM_BUILD_ROOT%{_libdir}/{bigram,code,frcode} \
+       $RPM_BUILD_ROOT%{_libexecdir}/frcode \
        $RPM_BUILD_ROOT%{_mandir}/{,*/}man?/{locate.1,updatedb.1,locatedb.5}*
 
-rm -f $RPM_BUILD_ROOT{%{_infodir}/dir,%{_mandir}/README.findutils-non-english-man-pages}
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/README.findutils-non-english-man-pages
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 %find_lang %{name}
 
This page took 0.183113 seconds and 4 git commands to generate.