packages: coreutils/coreutils.spec - added bcond bar (disabled by default) ...
paszczus
paszczus at pld-linux.org
Mon Jan 25 15:51:47 CET 2010
Author: paszczus Date: Mon Jan 25 14:51:47 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- added bcond bar (disabled by default) for Patch14: advcopy.patch from http://www.beatex.org/web/advancedcopy.html which adds progress bar to cp command
---- Files affected:
packages/coreutils:
coreutils.spec (1.158 -> 1.159)
---- Diffs:
================================================================
Index: packages/coreutils/coreutils.spec
diff -u packages/coreutils/coreutils.spec:1.158 packages/coreutils/coreutils.spec:1.159
--- packages/coreutils/coreutils.spec:1.158 Mon Jan 25 15:42:26 2010
+++ packages/coreutils/coreutils.spec Mon Jan 25 15:51:42 2010
@@ -1,5 +1,7 @@
# $Revision$, $Date$
%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
@@ -33,6 +35,8 @@
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
@@ -124,6 +128,7 @@
%ifarch sparc64
%patch12 -p1
%endif
+%{?with_bar:%patch14 -p1}
%{__perl} -pi -e 's at GNU/Linux at PLD Linux@' m4/host-os.m4
@@ -236,6 +241,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.159 2010/01/25 14:51:42 paszczus
+- added bcond bar (disabled by default) for Patch14: advcopy.patch from http://www.beatex.org/web/advancedcopy.html which adds progress bar to cp command
+
Revision 1.158 2010/01/25 14:42:26 paszczus
- updated BR: automake 1.11.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coreutils/coreutils.spec?r1=1.158&r2=1.159&f=u
More information about the pld-cvs-commit
mailing list