53 lines
1.5 KiB
RPMSpec
53 lines
1.5 KiB
RPMSpec
Name: plexus-interpolation
|
|
Version: 1.26
|
|
Release: 2
|
|
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/codehaus-plexus/%{name}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local mvn(junit:junit)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
|
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
|
%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 Nov 15 2022 yaoxin <yaoxin30@h-partners.com> - 1.26-2
|
|
- Modify invalid Source
|
|
|
|
* Tue Feb 22 2022 Ge Wang <wangge20@huawei.com> - 1.26-1
|
|
- Upgrade to version 1.26
|
|
|
|
* Tue Dec 03 2019 Jiangping Hu <hujiangping@huawei.com> - 1.22-11
|
|
- Package init
|