37 lines
1.1 KiB
RPMSpec
37 lines
1.1 KiB
RPMSpec
Name: maven-injection-plugin
|
|
Version: 1.0.2
|
|
Release: 1
|
|
Summary: Bytecode injection at Maven build time
|
|
License: LGPLv2+
|
|
URL: http://www.jboss.org
|
|
Source0: http://www.zhangsheng.org/magic/3.0/sources/SOURCES.m/maven-injection-plugin/maven-injection-plugin-1.0.2.tar.xz
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local mvn(javassist:javassist) mvn(junit:junit)
|
|
BuildRequires: mvn(org.apache.maven:maven-core) mvn(org.apache.maven:maven-plugin-api)
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
|
%description
|
|
This package provides capability to perform bytecode injection as part of build.
|
|
|
|
%package javadoc
|
|
Summary: Javadocs for %{name}
|
|
%description javadoc
|
|
This package contains the API documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
%changelog
|
|
* Wed Aug 26 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 1.0.2-1
|
|
- Package init
|