Update to upstream version 1.26
This commit is contained in:
parent
d82273a5e2
commit
c7f9798e5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ sonatype-plexus-interpolation-plexus-interpolation-1.15-0-g9690e65.tar.gz
|
||||
/plexus-interpolation-1.15.tar.gz
|
||||
/plexus-interpolation-1.21.tar.gz
|
||||
/plexus-interpolation-1.22.tar.gz
|
||||
/plexus-interpolation-1.26.tar.gz
|
||||
|
@ -1,16 +1,18 @@
|
||||
Name: plexus-interpolation
|
||||
Version: 1.22
|
||||
Release: 10%{?dist}
|
||||
Version: 1.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Plexus Interpolation API
|
||||
# Most of the code is ASL 2.0, a few source files are ASL 1.1 and some tests are MIT
|
||||
License: ASL 2.0 and ASL 1.1 and MIT
|
||||
URL: https://github.com/codehaus-plexus/plexus-interpolation
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://github.com/sonatype/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/codehaus-plexus/plexus-interpolation/archive/plexus-interpolation-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: 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
|
||||
@ -22,8 +24,9 @@ related projects.
|
||||
%{?javadoc_package}
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%setup -q -n plexus-interpolation-plexus-interpolation-%{version}
|
||||
%pom_remove_plugin :maven-release-plugin
|
||||
%pom_remove_plugin :maven-scm-publish-plugin
|
||||
|
||||
%build
|
||||
%mvn_file : plexus/interpolation
|
||||
@ -35,6 +38,9 @@ related projects.
|
||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||
|
||||
%changelog
|
||||
* Wed Jul 17 2019 Marian Koncek <mkoncek@redhat.com> - 1.26-1
|
||||
- Update to upstream version 1.26
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-10
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (plexus-interpolation-1.22.tar.gz) = 46fdd079a45aaa20f066bf843eb810586bd394d3e086b6c05c748b1b323979f8b173949c26d788f6e887e510588cc9fe56fe735778e8b07df7542a8d9d0588d6
|
||||
SHA512 (plexus-interpolation-1.26.tar.gz) = 3503cb2b8d9331b9cc1effe271317c69dc8969775dac59b61b82e72a7924b63bae7414b61d9f2693e6a539863a10d53177603979c2529b01052f00e65891dc54
|
||||
|
Loading…
Reference in New Issue
Block a user