[packages/OpenNI] - typo, added ldconfig for jni library

qboosh qboosh at pld-linux.org
Tue Jul 29 16:25:16 CEST 2014


commit f2483281dd86dbd919b24f4b2de483dbe3494d66
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jul 29 16:30:44 2014 +0200

    - typo, added ldconfig for jni library

 OpenNI.spec | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/OpenNI.spec b/OpenNI.spec
index c8fd85d..2187410 100644
--- a/OpenNI.spec
+++ b/OpenNI.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/OpenNI.git/commitdiff/f2483281dd86dbd919b24f4b2de483dbe3494d66



More information about the pld-cvs-commit mailing list