49 lines
1.5 KiB
RPMSpec
49 lines
1.5 KiB
RPMSpec
Name: maven-script-interpreter
|
|
Version: 1.1
|
|
Release: 14
|
|
Summary: Script Interpreter for Maven
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org/shared/maven-script-interpreter/
|
|
Source0: http://archive.apache.org/dist/maven/shared/maven-script-interpreter-1.1-source-release.zip
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.ant:ant) mvn(org.apache.maven:maven-plugin-api)
|
|
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:) mvn(org.beanshell:bsh)
|
|
BuildRequires: mvn(org.codehaus.groovy:groovy) mvn(org.codehaus.plexus:plexus-component-annotations)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata) mvn(org.codehaus.plexus:plexus-utils)
|
|
|
|
%description
|
|
This component can supplies for various implementations: Groovy or BeanShell
|
|
with some utilities to interpret/execute some scripts.
|
|
|
|
%package help
|
|
Summary: Help documents for maven-script-interpreter
|
|
Provides: %{name}-javadoc = %{version}-%{release}
|
|
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
|
|
|
%description help
|
|
Help documents for maven-script-interpreter.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc DEPENDENCIES LICENSE NOTICE
|
|
|
|
%files help -f .mfiles-javadoc
|
|
%doc NOTICE
|
|
|
|
%changelog
|
|
* Mon Nov 14 2022 wulei <wulei80@h-partners.com> - 1.1-14
|
|
- Modifying the source code package address
|
|
|
|
* Sat March 7 2020 wutao <wutao61@huawei.com> - 1.1-13
|
|
- Package init
|