From bccbb380aac6e06a202decfe08ed517e10d259cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 6 Feb 2008 14:19:49 +0000 Subject: [PATCH] - disable python/java (broken) - package ghost soname symlinks Changed files: flixengine.spec -> 1.59 --- flixengine.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/flixengine.spec b/flixengine.spec index 495ec35..83b866d 100644 --- a/flixengine.spec +++ b/flixengine.spec @@ -1,8 +1,8 @@ # # Conditional build: %bcond_without autodeps # don't BR packages needed only for resolving deps -%bcond_without python # do not build Python bindings -%bcond_without java # do not build Java bindings +%bcond_with python # do not build Python bindings +%bcond_with java # do not build Java bindings %bcond_with tests # perform "make test". needs running flixd on localhost %bcond_without demo # use production tarball (you need one too:)) # @@ -526,6 +526,8 @@ fi %else %attr(755,root,root) %{_libdir}/libflixengine2.so.*.* %attr(755,root,root) %{_libdir}/libflixengine2_core.so.*.* +%attr(755,root,root) %ghost %{_libdir}/libflixengine2.so.0 +%attr(755,root,root) %ghost %{_libdir}/libflixengine2_core.so.0 %endif %dir %{_examplesdir}/%{name}-%{version} -- 2.44.0