[opensuse-packaging] How to buildrequires a source package?
I'm experimenting with the latest release of autopsy to see if I can build/package it. (Officially released for windows only, but is a java app so it should work.) https://build.opensuse.org/package/show?package=autopsy&project=home%3Agregfreemyer%3ATools-for-forensic-boot-cd (the specfile is nowhere near working yet) autopsy needs the source code of sleuthkit installed because it needs the java bindings out of sleuthkit (or that is at least how the instructions read) Is there a way to buildrequires a source package? Or should I just add the sleuthkit source tgz as a second source file for autopsy? Thanks Greg -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Sun, 10 Mar 2013 05:29, Greg Freemyer <greg.freemyer@...> wrote:
I'm experimenting with the latest release of autopsy to see if I can build/package it. (Officially released for windows only, but is a java app so it should work.)
https://build.opensuse.org/package/show?package=autopsy&project=home%3Agregfreemyer%3ATools-for-forensic-boot-cd (the specfile is nowhere near working yet)
autopsy needs the source code of sleuthkit installed because it needs the java bindings out of sleuthkit (or that is at least how the instructions read)
Is there a way to buildrequires a source package? Or should I just add the sleuthkit source tgz as a second source file for autopsy?
Thanks Greg
Isn't the binding you need included in sleuthkit-devel ? That is what the *-devel packages are for, or? To "BuildRequire: sleuthkit-devel" is OK. - Yamaban. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Yamaban <foerster@lisas.de> wrote:
On Sun, 10 Mar 2013 05:29, Greg Freemyer <greg.freemyer@...> wrote:
I'm experimenting with the latest release of autopsy to see if I can build/package it. (Officially released for windows only, but is a java app so it should work.)
(the specfile is nowhere near working yet)
autopsy needs the source code of sleuthkit installed because it needs the java bindings out of sleuthkit (or that is at least how the instructions read)
Is there a way to buildrequires a source package? Or should I just add the sleuthkit source tgz as a second source file for autopsy?
Thanks Greg
Isn't the binding you need included in sleuthkit-devel ? That is what the *-devel packages are for, or?
To "BuildRequire: sleuthkit-devel" is OK.
- Yamaban.
Thanks, i'm a c programmer at heart and didn't even think about the java bindings being in there. I'm the maintainer for sleuthkit, so if they aren't there now, I fix it so they are. Greg -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Greg Freemyer
-
Yamaban