package init

This commit is contained in:
byeX012 2019-12-04 16:23:55 +08:00
parent 300886cddd
commit 369d17c931
2 changed files with 45 additions and 0 deletions

Binary file not shown.

45
plexus-interpolation.spec Normal file
View File

@ -0,0 +1,45 @@
Name: plexus-interpolation
Version: 1.22
Release: 11
Summary: Plexus Interpolation API
License: ASL 2.0 and ASL 1.1 and MIT
URL: https://github.com/codehaus-plexus/plexus-interpolation
Source0: https://github.com/sonatype/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: maven-local mvn(junit:junit)
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
%description
Plexus interpolator is the outgrowth of multiple iterations of development
focused on providing a more modular, flexible interpolation framework for
the expression language style commonly seen in Maven, Plexus, and other
related projects.
%package help
Summary: Documents for plexus-interpolation
Provides: %{name}-javadoc = %{version}-%{release}
Obsoletes: %{name}-javadoc < %{version}-%{release}
%description help
The plexus-interpolation-help package contains related documents.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
%pom_remove_plugin :maven-release-plugin
%build
%mvn_file : plexus/interpolation
%mvn_build
%install
%mvn_install
%files -f .mfiles
%files help -f .mfiles-javadoc
%changelog
* Tue Dec 03 2019 Jiangping Hu <hujiangping@huawei.com> - 1.22-11
- Package init