]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- added quake ignores, commented
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Oct 2007 23:16:04 +0000 (23:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-build.sh -> 1.34

rpm-build.sh

index af63bcc0d7f5a7c29ec00bb5371e895d6edfdc7c..11da29049405e36933f4e6f8375bc3202d3a3b07 100644 (file)
@@ -32,7 +32,17 @@ specutfundo() {
 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@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
 
This page took 0.098198 seconds and 4 git commands to generate.