SVN: toys/tools/cleanbuild: addbr findbr

sparky sparky at pld-linux.org
Tue Dec 8 02:04:11 CET 2009


Author: sparky
Date: Tue Dec  8 02:04:10 2009
New Revision: 11012

Modified:
   toys/tools/cleanbuild/addbr
   toys/tools/cleanbuild/findbr
Log:
- updated


Modified: toys/tools/cleanbuild/addbr
==============================================================================
--- toys/tools/cleanbuild/addbr	(original)
+++ toys/tools/cleanbuild/addbr	Tue Dec  8 02:04:10 2009
@@ -36,7 +36,7 @@
 
 my @out;
 while ( $_ = shift @in ) {
-	if ( /^\s*(build(requires|root|conflicts)|requires|provides|conflicts|obsoletes):/i ) {
+	if ( /^\s*(build(requires|root|conflicts)|requires(\(.*\))?|provides|conflicts|obsoletes):/i ) {
 		unshift @in, $_;
 		last;
 	}

Modified: toys/tools/cleanbuild/findbr
==============================================================================
--- toys/tools/cleanbuild/findbr	(original)
+++ toys/tools/cleanbuild/findbr	Tue Dec  8 02:04:10 2009
@@ -25,6 +25,7 @@
 
 	"zlib-devel" => +1,
 	"libstdc++-devel" => +1,
+	"libusb-compat-devel" => +1,
 );
 
 # translate package name to privodes name
@@ -307,7 +308,10 @@
 	}
 
 	if ( m{configure\[\d+\]: syntax error: }
-			or m{\./configure\[\d+\]: \S+_\S+: not found} ) {
+			or m{\./configure\[\d+\]: \S+_\S+: not found}
+			or m{./configure\[\d+\]: .*unexpected}
+			or m{does not appear in AM_CONDITIONAL$}
+			) {
 		warn "Need to check configure source: $reason\n";
 		$check_ac = 1;
 	}


More information about the pld-cvs-commit mailing list