[Bug 467655] Review Request: yafaray - a raytracer for Blender.

bugzilla at redhat.com bugzilla at redhat.com
Fri Oct 31 02:19:35 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=467655





--- Comment #20 from Paulo Roma Cavalcanti <roma at lcg.ufrj.br>  2008-10-30 22:19:34 EDT ---
If I move _yafrayinterface.so and _yafqt.so
to %{_libdir}/blender, I will have to make symbolic
links to %{_datadir}/blender/scripts.

This is because these symbolic links must appear in ~/.blender/scripts,
so yafrayinterface.py can load (import) them.

The spec will have something like this:

pushd %{buildroot}%{_datadir}/blender/scripts
ln -s ../../../%{_lib}/_yafqt.so .
ln -s ../../../%{_lib}/_yafrayinterface.so .
popd

The script yafaray-snapshot.sh is just
for preparing the tarballi, right? 
I mean, it will not download the source via svn.

This is the new spec file (I tested it):

http://people.atrpms.net/~pcavalcanti/specs/yafaray.spec

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the package-review mailing list