Compare commits
No commits in common. "c8-stream-3.6" and "c8-beta-stream-3.5" have entirely different histories.
c8-stream-
...
c8-beta-st
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/plexus-interpolation-1.26.tar.gz
|
SOURCES/plexus-interpolation-1.22.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
a790bb4bb94a888c61f696477133c27e7e952b61 SOURCES/plexus-interpolation-1.26.tar.gz
|
141a62e45683e7fcec28f89d30ec14269d23e172 SOURCES/plexus-interpolation-1.22.tar.gz
|
||||||
|
@ -1,18 +1,16 @@
|
|||||||
Name: plexus-interpolation
|
Name: plexus-interpolation
|
||||||
Version: 1.26
|
Version: 1.22
|
||||||
Release: 3%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Plexus Interpolation API
|
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
|
License: ASL 2.0 and ASL 1.1 and MIT
|
||||||
URL: https://github.com/codehaus-plexus/plexus-interpolation
|
URL: https://github.com/codehaus-plexus/plexus-interpolation
|
||||||
BuildArch: noarch
|
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(junit:junit)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-components:pom:)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Plexus interpolator is the outgrowth of multiple iterations of development
|
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
|
the expression language style commonly seen in Maven, Plexus, and other
|
||||||
related projects.
|
related projects.
|
||||||
|
|
||||||
%{?module_package}
|
%package javadoc
|
||||||
%{?javadoc_package}
|
Summary: Javadoc for %{name}
|
||||||
|
|
||||||
|
%description javadoc
|
||||||
|
API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%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-release-plugin
|
||||||
%pom_remove_plugin :maven-scm-publish-plugin
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_file : plexus/interpolation
|
%mvn_file : plexus/interpolation
|
||||||
@ -35,21 +35,11 @@ related projects.
|
|||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
%files -f .mfiles
|
||||||
|
|
||||||
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-9
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user