[packages/rpm-build-tools] note about used external programs

glen glen at pld-linux.org
Sun Apr 7 16:55:36 CEST 2013


commit f249f99add2c5ab3306c6475714f529e9d538135
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Apr 7 17:55:22 2013 +0300

    note about used external programs

 pldnotify.awk | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/pldnotify.awk b/pldnotify.awk
index 39850eb..a11735a 100644
--- a/pldnotify.awk
+++ b/pldnotify.awk
@@ -1,5 +1,4 @@
 #!/bin/awk -f
-# $Revision$, $Date$
 #
 # Copyright (C) 2000-2013 PLD-Team <feedback at pld-linux.org>
 # Authors:
@@ -19,6 +18,14 @@
 # NOTE:
 # to test run this, run:
 # $ awk -vDEBUG=1 pldnotify.awk < specfile
+#
+# To get full out of it, you need to have following tools installed:
+# - perl, sed, wget, coreutils, util-linux
+# - perl HTML::TreeBuilder module for better links parser (-vUSE_PERL=0 to disable)
+# - pear for php-pear package updates
+# - npm for nodejs packages
+# 
+# Additionally "mirrors" file in current dir, controls local mirrors you prefer
 
 function d(s) {
 	if (!DEBUG) {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-tools.git/commitdiff/f249f99add2c5ab3306c6475714f529e9d538135



More information about the pld-cvs-commit mailing list