6c5b77
%bcond_with bootstrap
6c5b77
6c5b77
Name:           plexus-interpolation
6c5b77
Version:        1.26
6c5b77
Release:        12%{?dist}
6c5b77
Summary:        Plexus Interpolation API
6c5b77
# Most of the code is ASL 2.0, a few source files are ASL 1.1 and some tests are MIT
6c5b77
License:        ASL 2.0 and ASL 1.1 and MIT
6c5b77
URL:            https://github.com/codehaus-plexus/plexus-interpolation
6c5b77
BuildArch:      noarch
6c5b77
ExclusiveArch:  %{java_arches} noarch
6c5b77
6c5b77
Source0:        https://github.com/codehaus-plexus/plexus-interpolation/archive/plexus-interpolation-%{version}.tar.gz
6c5b77
6c5b77
Patch0:         0001-Use-PATH-env-variable-instead-of-JAVA_HOME.patch
6c5b77
6c5b77
%if %{with bootstrap}
6c5b77
BuildRequires:  javapackages-bootstrap-openjdk8
6c5b77
%else
6c5b77
BuildRequires:  maven-local-openjdk8
6c5b77
BuildRequires:  mvn(junit:junit)
6c5b77
BuildRequires:  mvn(org.codehaus.plexus:plexus-components:pom:)
6c5b77
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
6c5b77
%endif
6c5b77
6c5b77
%description
6c5b77
Plexus interpolator is the outgrowth of multiple iterations of development
6c5b77
focused on providing a more modular, flexible interpolation framework for
6c5b77
the expression language style commonly seen in Maven, Plexus, and other
6c5b77
related projects.
6c5b77
6c5b77
%{?javadoc_package}
6c5b77
6c5b77
%prep
6c5b77
%setup -q -n plexus-interpolation-plexus-interpolation-%{version}
6c5b77
%patch0 -p1
6c5b77
%pom_add_dep junit:junit:4.13.1:test
6c5b77
%pom_remove_plugin :maven-release-plugin
6c5b77
%pom_remove_plugin :maven-scm-publish-plugin
6c5b77
6c5b77
%build
6c5b77
%mvn_file : plexus/interpolation
6c5b77
%mvn_build
6c5b77
6c5b77
%install
6c5b77
%mvn_install
6c5b77
6c5b77
%files -f .mfiles
6c5b77
6c5b77
%changelog
6c5b77
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-12
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
6c5b77
6c5b77
* Fri Apr 29 2022 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.26-11
6c5b77
- Add missing test dependency on JUnit 4
6c5b77
6c5b77
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.26-10
6c5b77
- Rebuilt for java-17-openjdk as system jdk
6c5b77
6c5b77
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-9
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
6c5b77
6c5b77
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-8
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
6c5b77
6c5b77
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.26-7
6c5b77
- Bootstrap build
6c5b77
- Non-bootstrap build
6c5b77
6c5b77
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-6
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
6c5b77
6c5b77
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-5
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
6c5b77
6c5b77
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 1.26-4
6c5b77
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
6c5b77
6c5b77
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-3
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
6c5b77
6c5b77
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.26-3
6c5b77
- Build with OpenJDK 8
6c5b77
6c5b77
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.26-2
6c5b77
- Mass rebuild for javapackages-tools 201902
6c5b77
6c5b77
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.26-2
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
6c5b77
6c5b77
* Wed Jul 17 2019 Marian Koncek <mkoncek@redhat.com> - 1.26-1
6c5b77
- Update to upstream version 1.26
6c5b77
6c5b77
* Wed Jul 03 2019 Filipe Rosset <rosset.filipe@gmail.com> - 1.26-1
6c5b77
- Update to version 1.26, fixes rhbz#1724390
6c5b77
6c5b77
* Sat Jun 08 2019 Fabio Valentini <decathorpe@gmail.com> - 1.25-1
6c5b77
- Update to version 1.25.
6c5b77
6c5b77
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-10
6c5b77
- Mass rebuild for javapackages-tools 201901
6c5b77
6c5b77
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-11
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6c5b77
6c5b77
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-10
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
6c5b77
6c5b77
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-9
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6c5b77
6c5b77
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-8
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6c5b77
6c5b77
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-7
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
6c5b77
6c5b77
* Fri Jul 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-6
6c5b77
- Remove BR on maven-release-plugin
6c5b77
6c5b77
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.22-5
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
6c5b77
6c5b77
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.22-4
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
6c5b77
6c5b77
* Tue Apr 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-3
6c5b77
- Cleanup spec file
6c5b77
6c5b77
* Wed Apr  1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-2
6c5b77
- Update upstream URL
6c5b77
6c5b77
* Fri Nov 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.22-1
6c5b77
- Update to upstream version 1.22
6c5b77
6c5b77
* Thu Oct 23 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.21-1
6c5b77
- Update to upstream version 1.21
6c5b77
6c5b77
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-9
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
6c5b77
6c5b77
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.15-8
6c5b77
- Use Requires: java-headless rebuild (#1067528)
6c5b77
6c5b77
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-7
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
6c5b77
6c5b77
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-6
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6c5b77
6c5b77
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.15-5
6c5b77
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
6c5b77
- Replace maven BuildRequires with maven-local
6c5b77
6c5b77
* Thu Jan 17 2013 Michal Srb <msrb@redhat.com> - 1.15-4
6c5b77
- Build with xmvn
6c5b77
6c5b77
* Mon Nov 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.15-3
6c5b77
- Fix source URL to be stable
6c5b77
6c5b77
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.15-2
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6c5b77
6c5b77
* Wed Apr 18 2012 Alexander Kurtakov <akurtako@redhat.com> 1.15-1
6c5b77
- Update to latest upstream.
6c5b77
6c5b77
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-3
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6c5b77
6c5b77
* Wed Jul 27 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.14-2
6c5b77
- Use add_maven_depmap macro
6c5b77
- Use more precise specification of files
6c5b77
6c5b77
* Tue Jul 26 2011 Jaromir Capik <jcapik@redhat.com> - 1.14-2
6c5b77
- Removal of plexus-maven-plugin dependency (not needed)
6c5b77
- Minor spec file changes according to the latest guidelines
6c5b77
6c5b77
* Tue May 17 2011 Alexander Kurtakov <akurtako@redhat.com> 1.14-1
6c5b77
- Update to upstream 1.14 version.
6c5b77
- Adapt to current guidelines.
6c5b77
6c5b77
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-3
6c5b77
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6c5b77
6c5b77
* Tue Dec 22 2009 Alexander Kurtakov <akurtako@redhat.com> 1.13-2
6c5b77
- Fix review comments.
6c5b77
6c5b77
* Tue Dec 22 2009 Alexander Kurtakov <akurtako@redhat.com> 1.13-1
6c5b77
- Initial package.