https://bugzilla.redhat.com/show_bug.cgi?id=1178361
--- Comment #5 from MartinKG mgansser@alice.de --- (In reply to Antonio Trande from comment #4)
- You can improve building by using more cmake options. Run
'cmake -LAH' from main source directory. Use CMAKE_SKIP_RPATH:BOOL=YES too.
- DSHARE_INSTALL= is already defined in hte built-in RPM macro (see command
'rpm --eval %cmake'), but in this case must be re-defined with DSHARE_INSTALL=%{_datadir}/%{name}.
done
- stuntrally requires stuntrally-data; stuntrally-data requires stuntrally
It's a mutual dependency; i think you can keep only the first one.
done
upload new spec file, no SRPMS file due to size of approx. 900 MB: https://martinkg.fedorapeople.org/Review/stuntrally-2.5-4/stuntrally.spec
- Why does stuntrally-static require stuntrally-devel?
ok, dropped
- %{_prefix}/lib ???
the package includes two static libs:
ll /home/martin/rpmbuild/BUILDROOT/stuntrally-2.5-4.fc21.x86_64/usr/lib/ insgesamt 2100 drwxr-xr-x. 5 martin martin 4096 5. Jan 18:51 debug -rw-r--r--. 1 martin martin 2138372 5. Jan 18:51 libshiny.a drwxr-xr-x. 2 martin martin 4096 5. Jan 18:51 OGRE [martin@fc21 SPECS]$ ll /home/martin/rpmbuild/BUILDROOT/stuntrally-2.5-4.fc21.x86_64/usr/lib/OGRE/ insgesamt 416 -rw-r--r--. 1 martin martin 424970 5. Jan 18:51 libshiny.OgrePlatform.a
there exists already the Shader and material management library for OGRE as Fedora rpm package. http://rpms.famillecollet.com/rpmphp/zoom.php?rpm=shiny
how to unbundle it or is it not necessary ?