]> git.pld-linux.org Git - packages/coreutils.git/blobdiff - coreutils.spec
- up to 8.14
[packages/coreutils.git] / coreutils.spec
index b33d5031f60aa1282e7d8dc856b61f2d156a71df..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
@@ -167,7 +170,10 @@ Programy zawarte w tym pakiecie to:
 
 %{__make}
 
-%{?with_tests:%{__make} -j1 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
This page took 0.053737 seconds and 4 git commands to generate.