packages: coreutils/coreutils.spec - up to 8.13 (don't fail tests if COLUMN...
arekm
arekm at pld-linux.org
Fri Sep 9 18:56:53 CEST 2011
Author: arekm Date: Fri Sep 9 16:56:53 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- up to 8.13 (don't fail tests if COLUMNS is set)
---- Files affected:
packages/coreutils:
coreutils.spec (1.176 -> 1.177)
---- Diffs:
================================================================
Index: packages/coreutils/coreutils.spec
diff -u packages/coreutils/coreutils.spec:1.176 packages/coreutils/coreutils.spec:1.177
--- packages/coreutils/coreutils.spec:1.176 Sun May 1 08:35:27 2011
+++ packages/coreutils/coreutils.spec Fri Sep 9 18:56:47 2011
@@ -7,12 +7,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.12
+Version: 8.13
Release: 1
License: GPL v3+
Group: Applications/System
Source0: http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
-# Source0-md5: 0f7d43c2d2e24314b43a6c6267e25b90
+# Source0-md5: 8e1675c6c336ff55557c698706a63d6c
Source1: %{name}-non-english-man-pages.tar.bz2
# Source1-md5: f7c986ebc74ccb8d08ed70141063f14c
Source2: DIR_COLORS
@@ -113,7 +113,7 @@
%prep
%setup -q -a1
-%patch13 -p1
+#%patch13 -p1
%patch0 -p1
%patch1 -p1
%patch2 -p1
@@ -168,7 +168,10 @@
%{__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
@@ -258,6 +261,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.177 2011/09/09 16:56:47 arekm
+- up to 8.13 (don't fail tests if COLUMNS is set)
+
Revision 1.176 2011/05/01 06:35:27 qboosh
- updated to 8.12
- updated pl.po-update patch (from TP)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils.spec?r1=1.176&r2=1.177&f=u
More information about the pld-cvs-commit
mailing list