Compare commits

..

No commits in common. "c8-beta-stream-3.5" and "c8-stream-3.6" have entirely different histories.

3 changed files with 25 additions and 15 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/plexus-interpolation-1.22.tar.gz
SOURCES/plexus-interpolation-1.26.tar.gz

View File

@ -1 +1 @@
141a62e45683e7fcec28f89d30ec14269d23e172 SOURCES/plexus-interpolation-1.22.tar.gz
a790bb4bb94a888c61f696477133c27e7e952b61 SOURCES/plexus-interpolation-1.26.tar.gz

View File

@ -1,16 +1,18 @@
Name: plexus-interpolation
Version: 1.22
Release: 9%{?dist}
Version: 1.26
Release: 3%{?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: maven-local-openjdk8
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
@ -18,15 +20,13 @@ focused on providing a more modular, flexible interpolation framework for
the expression language style commonly seen in Maven, Plexus, and other
related projects.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
API documentation for %{name}.
%{?module_package}
%{?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,11 +35,21 @@ API documentation for %{name}.
%install
%mvn_install
%files -f .mfiles
%files javadoc -f .mfiles-javadoc
%files -n %{?module_prefix}%{name} -f .mfiles
%changelog
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.26-3
- Build with OpenJDK 8
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.26-2
- Mass rebuild for javapackages-tools 201902
* 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
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild