Sfoglia il codice sorgente

do not build info docs (buildfarm failure on bsd1-ix86-freebsd5.3)

Thomas Lotterer 21 anni fa
parent
commit
5a427c5f7e
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      automake/automake.spec

+ 4 - 1
automake/automake.spec

@@ -34,7 +34,7 @@ Class:        BASE
 Group:        Development
 License:      GPL
 Version:      1.9.5
-Release:      20050213
+Release:      20050216
 
 #   list of sources
 Source0:      ftp://sources.redhat.com/pub/automake/automake-%{version}.tar.gz
@@ -62,6 +62,9 @@ AutoReqProv:  no
 %prep
     %setup -q
     %patch -p0
+    %{l_shtool} subst \
+        -e "s;^\(.SUFFIXES: .*\) \.info \(.*\);\1 \2;" \
+        doc/Makefile.in
 
 %build
     CC="%{l_cc}" \