瀏覽代碼

upgrading package: blender 2.28c -> 2.30

Ralf S. Engelschall 22 年之前
父節點
當前提交
03f2ee6f8c
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      blender/blender.spec

+ 5 - 2
blender/blender.spec

@@ -35,8 +35,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [JUNK]
 Group:        Graphics
 License:      GPL
-Version:      2.28c
-Release:      20031023
+Version:      2.30
+Release:      20031121
 
 #   list of sources
 Source0:      http://download.blender.org/source/blender-%{version}.tar.bz2
@@ -58,6 +58,9 @@ AutoReqProv:  no
 
 %prep
     %setup -q
+    #   FIXME: hack for 2.30 which lacked a few files
+    rm -f compile config.guess config.sub
+    %{l_prefix}/bin/automake -a -c || true
 
 %build
     CC="%{l_cc} -pthread" \