]> git.pld-linux.org Git - packages/aqsis.git/commitdiff
- rel 2; fix lib64 build auto/th/aqsis-1_2_0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 9 Jun 2007 20:18:07 +0000 (20:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aqsis.spec -> 1.20

aqsis.spec

index 150cb12a51fbca281701aa5bb81a9bdb6393cb03..8de8fbccf1b8e23991f470c76fa5091e46903e60 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Aqsis Rendering System
 Summary(pl.UTF-8):     System Renderujący Aqsis
 Name:          aqsis
 Version:       1.2.0
 Summary(pl.UTF-8):     System Renderujący Aqsis
 Name:          aqsis
 Version:       1.2.0
-Release:       1
+Release:       2
 License:       GPL v2 / LGPL v2.1
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/aqsis/%{name}-%{version}.tar.gz
 License:       GPL v2 / LGPL v2.1
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/aqsis/%{name}-%{version}.tar.gz
@@ -12,6 +12,7 @@ URL:          http://aqsis.sourceforge.net/
 BuildRequires: OpenEXR-devel
 BuildRequires: bison >= 1.35
 BuildRequires: boost-devel >= 1.32.0
 BuildRequires: OpenEXR-devel
 BuildRequires: bison >= 1.35
 BuildRequires: boost-devel >= 1.32.0
+BuildRequires: boost-array-devel
 BuildRequires: flex >= 2.5.4
 BuildRequires: fltk-devel >= 1.1.0
 BuildRequires: libjpeg-devel >= 6b
 BuildRequires: flex >= 2.5.4
 BuildRequires: fltk-devel >= 1.1.0
 BuildRequires: libjpeg-devel >= 6b
@@ -55,6 +56,9 @@ Pliki nagłówkowe Systemu Renderującego Aqsis.
 %setup -q
 %patch0 -p1
 
 %setup -q
 %patch0 -p1
 
+sed -i -e "s#'lib'#'%{_lib}'#g" SConstruct
+sed -i -e 's#/lib#/%{_lib}#g' platform/default/Options.py
+
 %build
 # We cannot build the targets here, because 'scons install' fires the entire
 # compilation from the start.
 %build
 # We cannot build the targets here, because 'scons install' fires the entire
 # compilation from the start.
This page took 0.061693 seconds and 4 git commands to generate.