Author: arekm Date: Mon Sep 29 21:23:21 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 3; try to workaround utimens problems on older kernels
---- Files affected: SPECS: coreutils.spec (1.142 -> 1.143) ---- Diffs: ================================================================ Index: SPECS/coreutils.spec diff -u SPECS/coreutils.spec:1.142 SPECS/coreutils.spec:1.143 --- SPECS/coreutils.spec:1.142 Fri Aug 29 00:46:09 2008 +++ SPECS/coreutils.spec Mon Sep 29 23:23:16 2008 @@ -1,9 +1,10 @@ # $Revision$, $Date$ +%bcond_without tests 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: 6.12 -Release: 2 +Release: 3 License: GPL v3+ Group: Applications/System Source0: http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.lzma @@ -32,6 +33,7 @@ Patch11: %{name}-split-pam.patch Patch12: %{name}-sparc64.patch Patch13: %{name}-pl.po-update.patch +Patch14: %{name}-utimens.patch URL: http://www.gnu.org/software/coreutils/ BuildRequires: acl-devel BuildRequires: autoconf >= 2.61 @@ -118,6 +120,7 @@ %ifarch sparc64 %patch12 -p1 %endif +%patch14 -p1 %{__perl} -pi -e '[EMAIL PROTECTED]/[EMAIL PROTECTED] Linux@' m4/host-os.m4 @@ -139,6 +142,8 @@ %{__make} +%{?with_tests:%{__make} tests} + %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{/bin,/sbin,%{_bindir},%{_sbindir},/etc/pam.d,/etc/shrc.d} @@ -224,6 +229,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.143 2008/09/29 21:23:16 arekm +- rel 3; try to workaround utimens problems on older kernels + Revision 1.142 2008/08/28 22:46:09 qboosh - added pl.po-update patch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/coreutils.spec?r1=1.142&r2=1.143&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
