]> git.pld-linux.org Git - packages/coreutils.git/blobdiff - coreutils.spec
- up to 8.14
[packages/coreutils.git] / coreutils.spec
index f3b0546078a9e0ca83869eafad17c6b0060fd744..7010b3d2187536e5dccae9a78b5716a71abc8278 100644 (file)
@@ -6,12 +6,12 @@
 Summary:       GNU Core-utils - basic command line utilities
 Summary(pl.UTF-8):     GNU Core-utils - podstawowe narzędzia działające z linii poleceń
 Name:          coreutils
-Version:       8.10
+Version:       8.14
 Release:       1
 License:       GPL v3+
 Group:         Applications/System
 Source0:       http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
-# Source0-md5: 4bb81c051da6e5436fc1ad9a67ae44fe
+# Source0-md5: bcb135ce553493a45aba01b39eb3920a
 Source1:       %{name}-non-english-man-pages.tar.bz2
 # Source1-md5: f7c986ebc74ccb8d08ed70141063f14c
 Source2:       DIR_COLORS
@@ -42,10 +42,10 @@ Patch14:    %{name}-advcopy.patch
 URL:           http://www.gnu.org/software/coreutils/
 BuildRequires: acl-devel
 BuildRequires: attr-devel
-BuildRequires: autoconf >= 2.62
+BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11.1
 BuildRequires: gcc >= 5:3.2
-BuildRequires: gettext-devel >= 0.17
+BuildRequires: gettext-devel >= 0.18.1
 BuildRequires: gmp-devel
 BuildRequires: help2man
 BuildRequires: libcap-devel
@@ -55,6 +55,9 @@ BuildRequires:        rpmbuild(find_lang) >= 1.24
 BuildRequires: tar >= 1:1.22
 BuildRequires: texinfo >= 4.2
 BuildRequires: xz
+%if %{with tests}
+BuildRequires: strace
+%endif
 Requires:      pam >= 0.77.3
 Requires:      setup >= 2.4.6-2
 Provides:      coreutils-su
@@ -112,7 +115,7 @@ Programy zawarte w tym pakiecie to:
 
 %prep
 %setup -q -a1
-%patch13 -p1
+#%patch13 -p1
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
@@ -140,8 +143,10 @@ Programy zawarte w tym pakiecie to:
 # fails under C locale:
 # LC_ALL=C echo -e "ça\nçb\n"|LC_ALL=C fmt -p 'ç'
 # fmt: memory exhausted
-%{__rm} tests/misc/fmt
-%{__sed} -i -e '/misc\/fmt/d' tests/Makefile.am
+%{__sed} -i -e 25,27d tests/misc/fmt
+
+# /etc/resolv.conf is blocked in pld builders, try some other file
+%{__sed} -i -e 's,/etc/resolv.conf,/etc/hosts,' gnulib-tests/test-read-file.c
 
 # getgid needs to be fixed:
 # getgid: missing operand
@@ -149,11 +154,6 @@ Programy zawarte w tym pakiecie to:
 %{__rm} tests/misc/help-version
 %{__sed} -i -e '/misc\/help-version/d' tests/Makefile.am
 
-# broken (racy?)
-# +du: fts_read failed: T/U/3/a/b: No such file or directory
-%{__rm} tests/du/move-dir-while-traversing
-%{__sed} -i -e '/du\/move-dir-while-traversing/d' tests/Makefile.am
-
 %build
 %{__gettextize}
 %{__aclocal} -I m4
@@ -170,7 +170,10 @@ Programy zawarte w tym pakiecie to:
 
 %{__make}
 
-%{?with_tests:%{__make} tests check}
+%if %{with tests}
+sed -i -e 's#COLUMNS##g' tests/envvar-check
+%{__make} -j1 tests check
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -204,8 +207,8 @@ done
 install %{SOURCE9} $RPM_BUILD_ROOT%{_mandir}/pl/man1/mktemp.1
 # unwanted (-f left intentionally - some manuals could have no translations)
 rm -f $RPM_BUILD_ROOT%{_mandir}/*/man1/{hostname,kill,uptime}.1
-
-%{__rm} $RPM_BUILD_ROOT%{_infodir}/dir
+# always remove, never packaged but sometimes installed
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 %find_lang %{name}
 
This page took 0.130168 seconds and 4 git commands to generate.