SPECS: builder - kill adapter integration, use ./adapter to adapte...

glen glen at pld-linux.org
Tue Dec 27 09:37:03 CET 2005


Author: glen                         Date: Tue Dec 27 08:37:03 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill adapter integration, use ./adapter to adapterize

---- Files affected:
SPECS:
   builder (1.360 -> 1.361) 

---- Diffs:

================================================================
Index: SPECS/builder
diff -u SPECS/builder:1.360 SPECS/builder:1.361
--- SPECS/builder:1.360	Wed Dec 14 13:51:41 2005
+++ SPECS/builder	Tue Dec 27 09:36:58 2005
@@ -41,7 +41,6 @@
 UPDATE5=""
 ADD5=""
 NO5=""
-ADAPTERIZE=""
 ALWAYS_CVSUP=${ALWAYS_CVSUP:-"yes"}
 CVSROOT=""
 
@@ -188,7 +187,6 @@
 [--with/--without <feature>] [--define <macro> <value>] <package>[.spec]
 
 -5, --update-md5    - update md5 comments in spec, implies -nd -ncs
---adapter[ize]      - run adapter.awk on SPECFILE
 -a5, --add-md5      - add md5 comments to URL sources, implies -nc -nd -ncs
 -n5, --no-md5       - ignore md5 comments in spec
 -D, --debug         - enable builder script debugging mode,
@@ -1446,12 +1444,6 @@
 	fi
 }
 
-adapterize()
-{
-	 cd "$SPECS_DIR"
-	 ./adapter $SPECFILE
-}
-
 #---------------------------------------------
 # main()
 
@@ -1469,12 +1461,6 @@
 			NOCVSSPEC="yes"
 			UPDATE5="yes"
 			shift ;;
-		--adapter | --adapterize )
-			COMMAND="adapterize";
-			NODIST="yes"
-			NOCVSSPEC="yes"
-			ADAPTERIZE="yes"
-			shift ;;
 		-a5 | --add-md5 )
 			COMMAND="get";
 			NODIST="yes"
@@ -1824,9 +1810,6 @@
 		for SAP in $SAPS ; do
 			 echo $SOURCE_DIR/$(echo $SAP | awk '{gsub(/.*\//,"") ; print }')
 		done
-		;;
-	"adapterize" )
-		adapterize
 		;;
 	"usage" )
 		usage;;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/builder?r1=1.360&r2=1.361&f=u



More information about the pld-cvs-commit mailing list