Fridrich Strba 2022-12-05 09:07:36 +00:00 committed by Git OBS Bridge
parent ff3af8938d
commit 6cf62ab4c7

View File

@ -102,7 +102,7 @@ install -pm 0644 target/osgi.cmpn-%{version}.jar %{buildroot}%{_javadir}/%{name}
# pom
install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name}
install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}/osgi.cmpn.pom
%add_maven_depmap %{name}/osgi.cmpn.pom %{name}/osgi.cmpn.jar
%add_maven_depmap %{name}/osgi.cmpn.pom %{name}/osgi.cmpn.jar -a org.osgi:org.osgi.namespace.service,org.osgi:org.osgi.service.event
# javadoc
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/