]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- added bcond bar (disabled by default) for Patch14: advcopy.patch from http://www...
authorSławomir Paszkiewicz <paszczus@pld-linux.org>
Mon, 25 Jan 2010 14:51:42 +0000 (14:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils.spec -> 1.159

coreutils.spec

index 91bdf4a0228564cdc2d1c64bc8b31ef85036fe89..f7b047d8bb1f1c58205429aaa2af90d8ac8764c8 100644 (file)
@@ -1,4 +1,6 @@
 %bcond_without tests
+%bcond_with bar # adds progress bar to cp command
+#
 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
@@ -32,6 +34,8 @@ Patch10:      %{name}-runuser.patch
 Patch11:       %{name}-split-pam.patch
 Patch12:       %{name}-sparc64.patch
 Patch13:       %{name}-pl.po-update.patch
+# from http://www.beatex.org/web/advancedcopy.html
+Patch14:       %{name}-advcopy.patch
 
 URL:           http://www.gnu.org/software/coreutils/
 BuildRequires: acl-devel
@@ -123,6 +127,7 @@ xz -dc %{SOURCE0} | tar xf - -C ..
 %ifarch sparc64
 %patch12 -p1
 %endif
+%{?with_bar:%patch14 -p1}
 
 %{__perl} -pi -e 's@GNU/Linux@PLD Linux@' m4/host-os.m4
 
This page took 0.110803 seconds and 4 git commands to generate.