44 lines
1.4 KiB
RPMSpec
44 lines
1.4 KiB
RPMSpec
Name: maven-verifier-plugin
|
|
Version: 1.0
|
|
Release: 21
|
|
Summary: Verifier Plugin for maven
|
|
License: ASL 2.0
|
|
URL: http://maven.apache.org/plugins/maven-verifier-plugin/
|
|
Source0: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-verifier-plugin/%{version}/maven-verifier-plugin-%{version}-source-release.zip
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: java-devel >= 1:1.6.0 jpackage-utils maven-local maven-plugins-pom modello plexus-utils
|
|
|
|
%description
|
|
The package is useful for integration tests-verifies the existence of certaon conditions.
|
|
It verifies the existence or non-existence of files/directories and optionally checks file
|
|
content against a regular expression.
|
|
|
|
%package help
|
|
Summary: Help documents for maven-verifier-plugin
|
|
Provides: maven-verifier-plugin-javadoc = %{version}-%{release}
|
|
Obsoletes: maven-verifier-plugin-javadoc < %{version}-%{release}
|
|
|
|
%description help
|
|
The package contains man pages and API documentation for maven-verifier-plugin.
|
|
|
|
%prep
|
|
%autosetup -n maven-verifier-plugin-%{version} -p1
|
|
%mvn_file :maven-verifier-plugin maven-verifier-plugin
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc LICENSE NOTICE DEPENDENCIES
|
|
|
|
%files help -f .mfiles-javadoc
|
|
%doc LICENSE NOTICE
|
|
|
|
%changelog
|
|
* Tue Jun 9 2020 leiju <leiju4@huawei.com> - 1.0-21
|
|
- Package init
|