SOURCES: rpm-build.sh - added quake ignores, commented

glen glen at pld-linux.org
Wed Oct 24 01:16:09 CEST 2007


Author: glen                         Date: Tue Oct 23 23:16:09 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- added quake ignores, commented

---- Files affected:
SOURCES:
   rpm-build.sh (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SOURCES/rpm-build.sh
diff -u SOURCES/rpm-build.sh:1.33 SOURCES/rpm-build.sh:1.34
--- SOURCES/rpm-build.sh:1.33	Tue Sep 18 10:11:47 2007
+++ SOURCES/rpm-build.sh	Wed Oct 24 01:16:04 2007
@@ -32,7 +32,17 @@
 dist-verify() {
 	case "$dist" in
 	ac)
-		args='--ignore=kdenetwork-kopete-tool-conectionstatus --ignore=gimp-plugin-swfdec --ignore=wine-drv-arts --ignore=ntp-ntptrace'
+		local a ignores
+		# typo
+		ignore="$ignore kdenetwork-kopete-tool-conectionstatus"
+	   	# obsoleted
+		ignore="$ignore gimp-plugin-swfdec wine-drv-arts ntp-ntptrace"
+		# quake2 at MAIN is now quake2forge, original quake2 restored to quake2
+		ignore="$ignore quake2-3dfx quake2-sdl quake2-sgl quake2-snd-alsa quake2-snd-ao quake2-snd-oss quake2-snd-sdl quake2-static"
+
+		for a in $ignores; do
+			args="$args --ignore=$a"
+		done
 		;;
 	esac
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-build.sh?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list