]> git.pld-linux.org Git - packages/OpenNI.git/commitdiff
- typo, added ldconfig for jni library
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Jul 2014 14:30:44 +0000 (16:30 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 29 Jul 2014 14:30:44 +0000 (16:30 +0200)
OpenNI.spec

index c8fd85dd0d39cb0076c1f9b9916bfc8e95aa8c08..2187410c5f8d211a05237ce57721ac65232a243b 100644 (file)
@@ -7,7 +7,7 @@
 %bcond_with    sse3            # use SSE3 instructions
 %bcond_with    ssse3           # use SSE3 and SSSE3 instructions
 
-%if %{with ssse}
+%if %{with ssse3}
 %define        with_sse3       1
 %endif
 Summary:       OpenNI framework for Natural Interaction devices
@@ -207,6 +207,9 @@ fi
 
 %postun        -p /sbin/ldconfig
 
+%post  -n java-OpenNI -p /sbin/ldconfig
+%postun        -n java-OpenNI -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc CHANGES NOTICE README
This page took 0.062906 seconds and 4 git commands to generate.