]> git.pld-linux.org Git - packages/blender.git/commitdiff
- BR: rpm-pythonprov, xorg-lib-libXi-devel
authorsparky <sparky@pld-linux.org>
Fri, 27 Nov 2009 00:45:51 +0000 (00:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- don't try to use svnversion

Changed files:
    blender.spec -> 1.94

blender.spec

index 83d30e1d9aa3bbf5b05d48d9944ed67658a2eee1..04cb9b56dc929f01031cdf6bd0aec888c1c2a3ec 100644 (file)
@@ -36,9 +36,11 @@ BuildRequires:       libtool
 BuildRequires: libvorbis-devel
 BuildRequires: openssl-devel >= 0.9.7d
 BuildRequires: python-devel >= 1:2.3
+BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.385
 BuildRequires: scons
 BuildRequires: sed >= 4.0
+BuildRequires: xorg-lib-libXi-devel
 #BuildRequires:        smpeg-devel
 BuildRequires: zlib-devel
 Requires(post,postun): desktop-file-utils
@@ -67,6 +69,8 @@ rm -f missing
 rm -f user-config.py
 rm -rf bin/.blender/locale
 
+sed 's/\(BUILD_REV :=\).*/\1 unknown/' -i source/Makefile
+
 RPMCFLAGS="\"`echo %{rpmcflags}|sed 's/ /\",\"/g'`\""
 RPMLDFLAGS="\"`echo %{rpmldflags}|sed 's/ /\",\"/g'`\""
 
This page took 0.145131 seconds and 4 git commands to generate.