SPECS: flixengine.spec - update to 8.0.8.1

glen glen at pld-linux.org
Wed Apr 11 20:42:27 CEST 2007


Author: glen                         Date: Wed Apr 11 18:42:27 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- update to 8.0.8.1

---- Files affected:
SPECS:
   flixengine.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/flixengine.spec
diff -u SPECS/flixengine.spec:1.32 SPECS/flixengine.spec:1.33
--- SPECS/flixengine.spec:1.32	Fri Mar  2 15:56:15 2007
+++ SPECS/flixengine.spec	Wed Apr 11 20:42:22 2007
@@ -15,14 +15,15 @@
 Summary:	On2 Flix Engine
 Summary(pl.UTF-8):	Silnik On2 Flix
 Name:		flixengine
-Version:	8.0.8.0
+Version:	8.0.8.1
 Release:	0.1
 License:	not distributable
 Group:		Applications
 # download demo from http://flix.on2.com/demos/
 # check for newer versions at http://flix.on2.com/download
+# Source0Download:	http://flix.on2.com/demos/flixenginelinuxdemo.tar.gz
 Source0:	%{name}linuxdemo-%{version}.tar.gz
-# NoSource0-md5:	c99b1034b9797bc97d151b1e33ac6df7
+# NoSource0-md5:	8e7780a976b26702b8a2fbb26eb55594
 NoSource:	0
 Source1:	%{name}.init
 Patch0:		%{name}-libdir.patch
@@ -219,15 +220,16 @@
 
 %build
 cd .flix-engine-installation-files
+PWD=$(pwd)
 
 ln -snf flixhdrs flixengine2
-export C_INCLUDE_PATH=$(pwd)
+export C_INCLUDE_PATH=$PWD
 
 %ifarch %{x8664}
-export LD_LIBRARY_PATH=$(pwd)/testing/lib64
+export LD_LIBRARY_PATH=$PWD/testing/lib64
 ldconfig -n testing/lib64
 %else
-export LD_LIBRARY_PATH=$(pwd)/flixlibs
+export LD_LIBRARY_PATH=$PWD/flixlibs
 ldconfig -n flixlibs
 %endif
 export LIBRARY_PATH=$LD_LIBRARY_PATH
@@ -478,6 +480,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2007/04/11 18:42:22  glen
+- update to 8.0.8.1
+
 Revision 1.32  2007/03/02 14:56:15  glen
 - update to 8.0.8.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/flixengine.spec?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list