commit
9f956db42f
BIN
maven-antrun-plugin-1.8-source-release.zip
Normal file
BIN
maven-antrun-plugin-1.8-source-release.zip
Normal file
Binary file not shown.
43
maven-antrun-plugin.spec
Normal file
43
maven-antrun-plugin.spec
Normal file
@ -0,0 +1,43 @@
|
||||
Name: maven-antrun-plugin
|
||||
Version: 1.8
|
||||
Release: 8
|
||||
Summary: Maven AntRun Plugin
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugins/maven-antrun-plugin/
|
||||
Source0: https://downloads.apache.org/maven/plugins/maven-antrun-plugin-1.8-source-release.zip
|
||||
|
||||
BuildRequires: maven-local mvn(org.apache.ant:ant) mvn(org.apache.maven:maven-artifact) mvn(org.apache.maven:maven-project)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) mvn(org.codehaus.plexus:plexus-utils)
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This package provides to run ant from within maven.
|
||||
|
||||
%package help
|
||||
Summary: Help package for maven-antrun-plugin
|
||||
Provides: %{name}-javadoc = %{version}-%{release}
|
||||
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||
|
||||
%description help
|
||||
This package contains the API documentation for maven-antrun-plugin.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/%{name}
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%files help -f .mfiles-javadoc
|
||||
%doc NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Feb 18 2020 wangye <wangye54@huawei.com> - 1.8-8
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user