# # spec file for package fusesource-pom # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: fusesource-pom Version: 1.11 Release: 0 Summary: Parent POM for FuseSource Maven projects License: Apache-2.0 Group: Development/Libraries/Java URL: http://fusesource.com/ Source0: http://repo1.maven.org/maven2/org/fusesource/fusesource-pom/%{version}/fusesource-pom-%{version}.pom Source1: http://www.apache.org/licenses/LICENSE-2.0.txt BuildArch: noarch BuildRequires: javapackages-tools javapackages-local %description This is a shared POM parent for FuseSource Maven projects %prep %setup -c -T cp %{SOURCE0} pom.xml cp -p %{SOURCE1} LICENSE %pom_remove_plugin :maven-scm-plugin %pom_xpath_remove "pom:extension[pom:artifactId[text()='wagon-webdav-jackrabbit']]" %build %install install -dm 755 %{buildroot}%{_mavenpomdir} install -m 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom %add_maven_depmap %{name}.pom %files %license LICENSE %{_mavenpomdir}/%{name}.pom %if %{defined _maven_repository} %{_mavendepmapfragdir}/%{name} %else %{_datadir}/maven-metadata/%{name}.xml* %endif %changelog