Accepting request 693091 from Java:packages
- Remove reference to the parent pom since we are not building using Maven. OBS-URL: https://build.opensuse.org/request/show/693091 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/felix-utils?expand=0&rev=2
This commit is contained in:
commit
ca4598ceb6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 9 15:34:31 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Remove reference to the parent pom since we are not building
|
||||||
|
using Maven.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 1 06:30:12 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Fri Mar 1 06:30:12 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -32,8 +32,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: felix-osgi-compendium
|
BuildRequires: felix-osgi-compendium
|
||||||
BuildRequires: felix-osgi-core
|
BuildRequires: felix-osgi-core
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local
|
||||||
BuildRequires: mvn(org.apache.felix:felix-parent:pom:)
|
|
||||||
Requires: mvn(org.apache.felix:felix-parent:pom:)
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ant-junit
|
BuildRequires: ant-junit
|
||||||
@ -62,7 +60,8 @@ build-jar-repository -s lib junit hamcrest/core mockito
|
|||||||
|
|
||||||
%pom_remove_plugin :apache-rat-plugin
|
%pom_remove_plugin :apache-rat-plugin
|
||||||
|
|
||||||
#%{mvn_file} :%{bundle} "felix/%{bundle}"
|
%pom_remove_parent .
|
||||||
|
%pom_xpath_inject "pom:project" "<groupId>org.apache.felix</groupId>" .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{ant} \
|
%{ant} \
|
||||||
|
Loading…
Reference in New Issue
Block a user