This commit is contained in:
parent
1a477133c4
commit
693a7bbdbc
@ -40,6 +40,7 @@ needed at run-time.
|
||||
|
||||
%package javadoc
|
||||
Summary: API documentation for %{name}
|
||||
Group: Documentation/HTML
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
@ -53,7 +54,7 @@ cp -p %{SOURCE1} pom.xml
|
||||
cp -p %{SOURCE2} build.xml
|
||||
|
||||
# Ensure OSGi metadata is generated
|
||||
%pom_xpath_inject pom:project "
|
||||
%{pom_xpath_inject} pom:project "
|
||||
<packaging>bundle</packaging>
|
||||
<build>
|
||||
<plugins>
|
||||
@ -72,7 +73,7 @@ cp -p %{SOURCE2} build.xml
|
||||
</build>"
|
||||
|
||||
%build
|
||||
ant jar javadoc
|
||||
%{ant} jar javadoc
|
||||
|
||||
%install
|
||||
# jar
|
||||
|
Loading…
Reference in New Issue
Block a user