takari-pom/takari-pom.spec
2020-08-25 14:11:14 +08:00

34 lines
980 B
RPMSpec

Name: takari-pom
Version: 27
Release: 1
Summary: Takari parent POM
License: EPL-1.0
URL: https://github.com/takari/takari-pom/
BuildArch: noarch
Source0: https://github.com/takari/takari-pom/archive/takari-%{version}.tar.gz
BuildRequires: maven-local mvn(io.takari.maven.plugins:takari-lifecycle-plugin)
Obsoletes: tesla-pom < 4-7
%description
Takari is a next generation development infrastructure framework. This
package provides Takari POM file to by used by Apache Maven.
%prep
%setup -q -n %{name}-takari-%{version}
%mvn_alias : io.tesla:tesla
%pom_xpath_inject 'pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId="takari-lifecycle-plugin"]/pom:configuration' '<proc>none</proc>'
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%license LICENSE.txt
%changelog
* Fri Aug 14 2020 maminjie <maminjie1@huawei.com> - 27-1
- package init