]> git.pld-linux.org Git - packages/flixengine.git/commitdiff
- disable python/java (broken)
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 6 Feb 2008 14:19:49 +0000 (14:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- package ghost soname symlinks

Changed files:
    flixengine.spec -> 1.59

flixengine.spec

index 495ec350a141f16e53d6db48d5c624dc02156b32..83b866d4c853eb049127e6717078b887106b1bf3 100644 (file)
@@ -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}
 
This page took 0.086971 seconds and 4 git commands to generate.