]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- rel 3; try to workaround utimens problems on older kernels auto/th/coreutils-6_12-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 29 Sep 2008 21:23:16 +0000 (21:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils.spec -> 1.143

coreutils.spec

index ffccee68e71ffcdd1d9ec250046fc45ae347bd39..6c8e4b67eb4af35429804dd3d587a0ee0be23952 100644 (file)
@@ -1,8 +1,9 @@
+%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
@@ -31,6 +32,7 @@ Patch10:      %{name}-runuser.patch
 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
@@ -117,6 +119,7 @@ lzma -dc %{SOURCE0} | tar xf - -C ..
 %ifarch sparc64
 %patch12 -p1
 %endif
+%patch14 -p1
 
 %{__perl} -pi -e 's@GNU/Linux@PLD Linux@' m4/host-os.m4
 
@@ -138,6 +141,8 @@ rm -f po/stamp-po
 
 %{__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}
This page took 0.61767 seconds and 4 git commands to generate.