]> git.pld-linux.org Git - packages/coreutils.git/commitdiff
- kill bar bcond
authorshadzik <shadzik@pld-linux.org>
Tue, 26 Jan 2010 11:51:44 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    coreutils.spec -> 1.160

coreutils.spec

index f7b047d8bb1f1c58205429aaa2af90d8ac8764c8..afc03c67eab7fcf0c9cf66c9a076fe2ce052c7c2 100644 (file)
@@ -1,11 +1,10 @@
 %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
 Version:       8.4
-Release:       1
+Release:       2
 License:       GPL v3+
 Group:         Applications/System
 Source0:       http://ftp.gnu.org/gnu/coreutils/%{name}-%{version}.tar.xz
@@ -34,7 +33,7 @@ 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
+# from http://www.beatex.org/web/advancedcopy.html, edited by shadzik
 Patch14:       %{name}-advcopy.patch
 
 URL:           http://www.gnu.org/software/coreutils/
@@ -127,7 +126,8 @@ xz -dc %{SOURCE0} | tar xf - -C ..
 %ifarch sparc64
 %patch12 -p1
 %endif
-%{?with_bar:%patch14 -p1}
+# progress-bar patch, -g,--progress-bar //if in doubt, comment it out
+%patch14 -p1
 
 %{__perl} -pi -e 's@GNU/Linux@PLD Linux@' m4/host-os.m4
 
This page took 0.100358 seconds and 4 git commands to generate.