Fridrich Strba 2019-02-07 10:01:40 +00:00 committed by Git OBS Bridge
parent 9888795f67
commit 3be3ec88a1

View File

@ -27,7 +27,7 @@ Source0: http://repo1.maven.org/maven2/org/fusesource/fusesource-pom/%{ve
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: javapackages-tools javapackages-local
BuildRequires: javapackages-local
%description
This is a shared POM parent for FuseSource Maven projects
@ -47,13 +47,7 @@ install -dm 755 %{buildroot}%{_mavenpomdir}
install -m 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
%add_maven_depmap %{name}.pom
%files
%files -f .mfiles
%license LICENSE
%{_mavenpomdir}/%{name}.pom
%if %{defined _maven_repository}
%{_mavendepmapfragdir}/%{name}
%else
%{_datadir}/maven-metadata/%{name}.xml*
%endif
%changelog