Compare commits

..

5 commits

Author SHA1 Message Date
Fedora Release Engineering
f1e9967e64 dist-git conversion 2010-07-29 16:18:34 +00:00
Bill Nottingham
b9427f7823 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:12:08 +00:00
a6c8da2926 - Fix: yafray libs are dlopened 2007-11-24 22:33:55 +00:00
f8f6356ec2 Initial import 2007-05-22 21:21:03 +00:00
801e704000 Initialize branch F-7 for yafray 2007-05-22 19:16:29 +00:00
4 changed files with 118 additions and 3 deletions

View file

@ -1,3 +0,0 @@
This package is deprecated against yafr[a]ray
It was needed by blender older than 2.49,
current blender 2.49b uses yafaray only.

View file

@ -0,0 +1 @@
7365122e0ca6f439988f51e8b4db935c yafray-0.0.9.tar.gz

22
yafray-0.0.9-soname.patch Normal file
View file

@ -0,0 +1,22 @@
--- yafray/src/interface/SConscript.soname 2006-10-14 19:56:16.000000000 +0200
+++ yafray/src/interface/SConscript 2006-10-14 19:56:54.000000000 +0200
@@ -18,7 +18,7 @@
interface=interface_env.SharedLibrary (target='yafrayplugin', source=source_files,
SHLIBSUFFIX='.so')
else:
- interface=interface_env.SharedLibrary (target='yafrayplugin', source=source_files)
+ interface=interface_env.SharedLibrary (target='yafrayplugin', source=source_files, SHLINKFLAGS = interface_env['SHLINKFLAGS'] + ' -Wl,-soname=libyafrayplugin.so.0')
interface_env.Depends(interface,'../yafraycore')
interface_env.Install(config.libpath,interface)
--- yafray/src/yafraycore/SConscript.soname 2006-10-14 19:57:20.000000000 +0200
+++ yafray/src/yafraycore/SConscript 2006-10-14 19:57:51.000000000 +0200
@@ -47,7 +47,7 @@
core_env.Append (LIBPATH = config.exr.libpath + config.pthread.libpath)
core_env.Install(config.libpath,
-core_env.SharedLibrary (target='yafraycore', source=source_files,
+core_env.SharedLibrary (target='yafraycore', source=source_files, SHLINKFLAGS = core_env['SHLINKFLAGS'] + ' -Wl,-soname=libyafraycore.so.0',
LIBS=config.pthread.libs + config.exr.libs))
core_env.Alias('install_core',config.libpath)

95
yafray.spec Normal file
View file

@ -0,0 +1,95 @@
Name: yafray
Version: 0.0.9
Release: 5%{?dist}
Summary: Yet Another Free RAYtracer
Group: Applications/Multimedia
License: LGPLv2+
URL: http://www.yafray.org
Source: http://www.yafray.org/sec/2/downloads/yafray-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: zlib-devel
BuildRequires: libjpeg-devel
BuildRequires: OpenEXR-devel
BuildRequires: scons
Obsoletes: yafray-devel
%description
Yafray is yet another free raytracer, still in development. Some
features like caustics, filters, depth of field, etc. are implemented.
%prep
%setup -q -n %{name}
#sed -i "s|/usr/local|%{_prefix}|" linux-settings.py
sed -i "s|flags='|flags='$RPM_OPT_FLAGS |" linux-settings.py
sed -i "s|/lib|/%{_lib}|" linux-settings.py
chmod 0644 ChangeLog AUTHORS LICENSE COPYING NEWS README
find src -name '*.h' -exec chmod 0644 {} ';'
find src -name '*.cc' -exec chmod 0644 {} ';'
%build
CXXFLAGS="$RPM_OPT_FLAGS" scons prefix=%{_prefix}
%install
rm -rf $RPM_BUILD_ROOT
scons prefix=$RPM_BUILD_ROOT%{_prefix} install
rm -f $RPM_BUILD_ROOT%{_bindir}/.sconsign
rm -f $RPM_BUILD_ROOT%{_libdir}/.sconsign
rm -f $RPM_BUILD_ROOT%{_libdir}/yafray/.sconsign
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
install -pm 0644 $RPM_BUILD_ROOT%{_prefix}/etc/gram.yafray $RPM_BUILD_ROOT%{_sysconfdir}
rm -rf $RPM_BUILD_ROOT%{_prefix}/etc
%clean
rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root,-)
%doc ChangeLog AUTHORS LICENSE README
%{_bindir}/yafray
%{_libdir}/lib*.so
%{_libdir}/yafray/
%config(noreplace) %{_sysconfdir}/gram.yafray
%changelog
* Mon Oct 15 2007 kwizart < kwizart at gmail.com > - 0.0.9-5
- Fix: yafray libs are dlopened
* Mon Oct 15 2007 kwizart < kwizart at gmail.com > - 0.0.9-4
- Rebuild
* Sun Aug 26 2007 kwizart < kwizart at gmail.com > - 0.0.9-3
- Rebuild for BuildID
- Update the License field
* Sun May 20 2007 kwizart < kwizart at gmail.com > - 0.0.9-2
- Fix /lib is /lib64 on x86_64 and ppc64
* Sat Oct 14 2006 Gerard Milmeister <gemi@bluewin.ch> - 0.0.9-1
- new version 0.0.9
* Sun Jun 18 2006 Gerard Milmeister <gemi@bluewin.ch> - 0.0.8-2
- BR: OpenEXR-devel
- use $RPM_OPT_FLAGS
* Fri Jul 8 2005 Gerard Milmeister <gemi@bluewin.ch> - 0.0.8-1
- New Version 0.0.8
* Tue Mar 23 2004 Gerard Milmeister <gemi@bluewin.ch> - 0:0.0.6-0.fdr.1
- First Fedora release