Переглянути джерело

Still broken, but bump version anyways and... upgrading package: xmlto 2.30 -> 2.31

Michael Schloh von Bennewitz 22 роки тому
батько
коміт
f3f0d7d3f1
1 змінених файлів з 3 додано та 4 видалено
  1. 3 4
      blender/blender.spec

+ 3 - 4
blender/blender.spec

@@ -25,6 +25,7 @@
 
 #   FIXME: rse: -pthread is not portable enough
 #   FIXME: rse: fails to compile because -lSDL is not taken over -- needs Makefile hacking
+#   FIXME: ms:  has possible dependency to libusb (?)
 
 #   package information
 Name:         blender
@@ -35,8 +36,8 @@ Packager:     The OpenPKG Project
 Distribution: OpenPKG [JUNK]
 Group:        Graphics
 License:      GPL
-Version:      2.30
-Release:      20031121
+Version:      2.31
+Release:      20031202
 
 #   list of sources
 Source0:      http://download.blender.org/source/blender-%{version}.tar.bz2
@@ -58,8 +59,6 @@ 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