From daf93289cd44b4bf09acc546b7eff4327657869b Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Dec 31 2015 16:59:27 +0000 Subject: Call bnd explicitly instead of building command line --- diff --git a/bindex.spec b/bindex.spec index a1764a8..9ad287d 100644 --- a/bindex.spec +++ b/bindex.spec @@ -53,8 +53,7 @@ pushd jar %__ln_s $(build-classpath kxml.jar) kxml2-min.jar %__ln_s $(build-classpath felix/org.osgi.service.obr.jar) popd -java -jar $(build-classpath aqute-bnd.jar) \ - build -output %{name}.jar bindex.bnd +bnd buildx --output %{name}.jar bindex.bnd %install %__install -d -m 0755 %{buildroot}%{_javadir} @@ -66,6 +65,9 @@ java -jar $(build-classpath aqute-bnd.jar) \ %{_javadir}/* %changelog +* Thu Dec 31 2015 Omair Majid - 2.2-14.svn96 +- Call bnd explicitly instead of building command line + * Wed Dec 30 2015 Omair Majid - 2.2-14.svn96 - Update the spec file to use %%license and %%global