Compare commits
No commits in common. "c8-stream-3.6" and "stream-maven-3.5-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-mav
7
.gitignore
vendored
7
.gitignore
vendored
@ -1 +1,6 @@
|
||||
SOURCES/plexus-interpolation-1.26.tar.gz
|
||||
plexus-interpolation-1.13.tar.bz2
|
||||
/plexus-interpolation-1.14.tar.xz
|
||||
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
|
||||
|
@ -1 +0,0 @@
|
||||
a790bb4bb94a888c61f696477133c27e7e952b61 SOURCES/plexus-interpolation-1.26.tar.gz
|
@ -1,18 +1,16 @@
|
||||
Name: plexus-interpolation
|
||||
Version: 1.26
|
||||
Release: 3%{?dist}
|
||||
Version: 1.22
|
||||
Release: 9%{?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/codehaus-plexus/plexus-interpolation/archive/plexus-interpolation-%{version}.tar.gz
|
||||
Source0: https://github.com/sonatype/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: maven-local-openjdk8
|
||||
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
|
||||
@ -20,13 +18,15 @@ focused on providing a more modular, flexible interpolation framework for
|
||||
the expression language style commonly seen in Maven, Plexus, and other
|
||||
related projects.
|
||||
|
||||
%{?module_package}
|
||||
%{?javadoc_package}
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n plexus-interpolation-plexus-interpolation-%{version}
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%pom_remove_plugin :maven-release-plugin
|
||||
%pom_remove_plugin :maven-scm-publish-plugin
|
||||
|
||||
%build
|
||||
%mvn_file : plexus/interpolation
|
||||
@ -35,21 +35,11 @@ related projects.
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||
%files -f .mfiles
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
|
||||
%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
|
||||
|
Loading…
Reference in New Issue
Block a user