All, I just found out the java bindings should be in sleuthkit-devel. Previously, they were just dropping on the floor. I made a stab at it in my home project. home:gregfreemyer:Tools-for-forensic-boot-cd > sleuthkit The diff is: ==== @@ -98,6 +98,8 @@ %make_install INSTALL="install -p" %endif find %{buildroot} -name '*.la' -exec rm -f {} ';' +mkdir -p %{buildroot}/%{_datadir}/sleuthkit +cp --archive bindings %{buildroot}/%{_datadir}/sleuthkit/bindings %post -n libtsk3%sosuffix -p /sbin/ldconfig @@ -186,5 +188,6 @@ # CPL and IBM %{_includedir}/tsk3/ %{_libdir}/*.so +%{_datadir}/sleuthkit/bindings ==== Is that the right way to do it? Did I put them in the right directory/location? Thanks Greg -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org