|
|
079578 |
%bcond_with bootstrap
|
|
|
079578 |
|
|
|
079578 |
Name: plexus-utils
|
|
|
079578 |
Version: 3.3.0
|
|
|
079578 |
Release: 10%{?dist}
|
|
|
079578 |
Summary: Plexus Common Utilities
|
|
|
079578 |
# ASL 1.1: several files in src/main/java/org/codehaus/plexus/util/
|
|
|
079578 |
# xpp: src/main/java/org/codehaus/plexus/util/xml/pull directory
|
|
|
079578 |
# ASL 2.0 and BSD:
|
|
|
079578 |
# src/main/java/org/codehaus/plexus/util/cli/StreamConsumer
|
|
|
079578 |
# src/main/java/org/codehaus/plexus/util/cli/StreamPumper
|
|
|
079578 |
# src/main/java/org/codehaus/plexus/util/cli/Commandline
|
|
|
079578 |
# Public domain: src/main/java/org/codehaus/plexus/util/TypeFormat.java
|
|
|
079578 |
# rest is ASL 2.0
|
|
|
079578 |
License: ASL 1.1 and ASL 2.0 and xpp and BSD and Public Domain
|
|
|
079578 |
URL: https://codehaus-plexus.github.io/plexus-utils/
|
|
|
079578 |
BuildArch: noarch
|
|
|
079578 |
ExclusiveArch: %{java_arches} noarch
|
|
|
079578 |
|
|
|
079578 |
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}.tar.gz
|
|
|
079578 |
Source1: http://apache.org/licenses/LICENSE-2.0.txt
|
|
|
079578 |
|
|
|
079578 |
%if %{with bootstrap}
|
|
|
079578 |
BuildRequires: javapackages-bootstrap-openjdk8
|
|
|
079578 |
%else
|
|
|
079578 |
BuildRequires: maven-local-openjdk8
|
|
|
079578 |
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
|
|
079578 |
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
|
|
079578 |
BuildRequires: mvn(org.codehaus.plexus:plexus:pom:)
|
|
|
079578 |
%endif
|
|
|
079578 |
|
|
|
079578 |
%description
|
|
|
079578 |
The Plexus project seeks to create end-to-end developer tools for
|
|
|
079578 |
writing applications. At the core is the container, which can be
|
|
|
079578 |
embedded or for a full scale application server. There are many
|
|
|
079578 |
reusable components for hibernate, form processing, jndi, i18n,
|
|
|
079578 |
velocity, etc. Plexus also includes an application server which
|
|
|
079578 |
is like a J2EE application server, without all the baggage.
|
|
|
079578 |
|
|
|
079578 |
%{?javadoc_package}
|
|
|
079578 |
|
|
|
079578 |
%prep
|
|
|
079578 |
%setup -q -n %{name}-%{name}-%{version}
|
|
|
079578 |
|
|
|
079578 |
cp %{SOURCE1} .
|
|
|
079578 |
|
|
|
079578 |
%mvn_file : plexus/utils
|
|
|
079578 |
%mvn_alias : plexus:plexus-utils
|
|
|
079578 |
|
|
|
079578 |
# Generate OSGI info
|
|
|
079578 |
%pom_xpath_inject "pom:project" "<packaging>bundle</packaging>"
|
|
|
079578 |
%pom_xpath_inject "pom:build/pom:plugins" "
|
|
|
079578 |
<plugin>
|
|
|
079578 |
<groupId>org.apache.felix</groupId>
|
|
|
079578 |
<artifactId>maven-bundle-plugin</artifactId>
|
|
|
079578 |
<extensions>true</extensions>
|
|
|
079578 |
<configuration>
|
|
|
079578 |
<instructions>
|
|
|
079578 |
<_nouses>true</_nouses>
|
|
|
079578 |
<Export-Package>org.codehaus.plexus.util.*;org.codehaus.plexus.util.cli.*;org.codehaus.plexus.util.cli.shell.*;org.codehaus.plexus.util.dag.*;org.codehaus.plexus.util.introspection.*;org.codehaus.plexus.util.io.*;org.codehaus.plexus.util.reflection.*;org.codehaus.plexus.util.xml.*;org.codehaus.plexus.util.xml.pull.*</Export-Package>
|
|
|
079578 |
</instructions>
|
|
|
079578 |
</configuration>
|
|
|
079578 |
</plugin>"
|
|
|
079578 |
|
|
|
079578 |
%build
|
|
|
079578 |
%mvn_build -f
|
|
|
079578 |
|
|
|
079578 |
%install
|
|
|
079578 |
%mvn_install
|
|
|
079578 |
|
|
|
079578 |
%files -f .mfiles
|
|
|
079578 |
%license NOTICE.txt LICENSE-2.0.txt
|
|
|
079578 |
|
|
|
079578 |
%changelog
|
|
|
079578 |
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-10
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 3.3.0-9
|
|
|
079578 |
- Rebuilt for java-17-openjdk as system jdk
|
|
|
079578 |
|
|
|
079578 |
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-8
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-7
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-6
|
|
|
079578 |
- Bootstrap build
|
|
|
079578 |
- Non-bootstrap build
|
|
|
079578 |
|
|
|
079578 |
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-5
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-4
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 3.3.0-3
|
|
|
079578 |
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
079578 |
|
|
|
079578 |
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-2
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-3
|
|
|
079578 |
- Build with OpenJDK 8
|
|
|
079578 |
|
|
|
079578 |
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.0-2
|
|
|
079578 |
- Mass rebuild for javapackages-tools 201902
|
|
|
079578 |
|
|
|
079578 |
* Wed Oct 23 2019 Marian Koncek <mkoncek@redhat.com> - 3.3.0-1
|
|
|
079578 |
- Update to upstream verssion 3.3.0
|
|
|
079578 |
|
|
|
079578 |
* Wed Oct 16 2019 Fabio Valentini <decathorpe@gmail.com> - 3.3.0-1
|
|
|
079578 |
- Update to version 3.3.0.
|
|
|
079578 |
|
|
|
079578 |
* Fri Oct 11 2019 Fabio Valentini <decathorpe@gmail.com> - 3.2.1-1
|
|
|
079578 |
- Update to version 3.2.1.
|
|
|
079578 |
|
|
|
079578 |
* Mon Jul 29 2019 Marian Koncek <mkoncek@redhat.com> - 3.2.1-1
|
|
|
079578 |
- Update to upstream version 3.2.1
|
|
|
079578 |
|
|
|
079578 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-2
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Wed Jul 03 2019 Fabio Valentini <decathorpe@gmail.com> - 3.2.0-1
|
|
|
079578 |
- Update to version 3.2.0.
|
|
|
079578 |
|
|
|
079578 |
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.0-2
|
|
|
079578 |
- Mass rebuild for javapackages-tools 201901
|
|
|
079578 |
|
|
|
079578 |
* Sat Apr 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.0-1
|
|
|
079578 |
- Update to upstream version 3.2.0
|
|
|
079578 |
|
|
|
079578 |
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-4
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.0-3
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Wed Jul 11 2018 Michael Simacek <msimacek@redhat.com> - 3.1.0-2
|
|
|
079578 |
- Fix copy not following symlinks
|
|
|
079578 |
|
|
|
079578 |
* Mon Jun 25 2018 Michael Simacek <msimacek@redhat.com> - 3.1.0-1
|
|
|
079578 |
- Update to upstream version 3.1.0
|
|
|
079578 |
|
|
|
079578 |
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.24-5
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.24-4
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.24-3
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.24-2
|
|
|
079578 |
- Add missing build-requires
|
|
|
079578 |
- Update upstream URL
|
|
|
079578 |
|
|
|
079578 |
* Mon May 9 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.24-1
|
|
|
079578 |
- Update to upstream version 3.0.24
|
|
|
079578 |
|
|
|
079578 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.22-3
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.22-2
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Thu Apr 09 2015 Michael Simacek <msimacek@redhat.com> - 3.0.22-1
|
|
|
079578 |
- Update to upstream version 3.0.22
|
|
|
079578 |
|
|
|
079578 |
* Wed Apr 1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.21-3
|
|
|
079578 |
- Update upstream URL
|
|
|
079578 |
|
|
|
079578 |
* Mon Mar 30 2015 Michael Simacek <msimacek@redhat.com> - 3.0.21-2
|
|
|
079578 |
- Don't use NioFiles.copy as it doesn't follow symlinks
|
|
|
079578 |
|
|
|
079578 |
* Tue Mar 24 2015 Michael Simacek <msimacek@redhat.com> - 3.0.21-1
|
|
|
079578 |
- Update to upstream version 3.0.21
|
|
|
079578 |
|
|
|
079578 |
* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.18-1
|
|
|
079578 |
- Update to upstream version 3.0.18
|
|
|
079578 |
- Update to current packaging guidelines
|
|
|
079578 |
|
|
|
079578 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.16-3
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.16-2
|
|
|
079578 |
- Use Requires: java-headless rebuild (#1067528)
|
|
|
079578 |
|
|
|
079578 |
* Mon Jan 27 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.16-1
|
|
|
079578 |
- Update to upstream version 3.0.16
|
|
|
079578 |
|
|
|
079578 |
* Fri Aug 9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.14-1
|
|
|
079578 |
- Update to upstream version 3.0.14
|
|
|
079578 |
|
|
|
079578 |
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.9-7
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Tue Jul 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.9-6
|
|
|
079578 |
- Generate OSGi metadata
|
|
|
079578 |
- Resolves: rhbz#987117
|
|
|
079578 |
|
|
|
079578 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.9-5
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.0.9-4
|
|
|
079578 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
079578 |
- Replace maven BuildRequires with maven-local
|
|
|
079578 |
|
|
|
079578 |
* Mon Nov 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.9-3
|
|
|
079578 |
- Add license from one Public Domain class
|
|
|
079578 |
|
|
|
079578 |
* Fri Nov 23 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3.0.9-2
|
|
|
079578 |
- Fix license tag and ASL 2.0 license text
|
|
|
079578 |
|
|
|
079578 |
* Wed Oct 10 2012 Alexander Kurtakov <akurtako@redhat.com> 3.0.9-1
|
|
|
079578 |
- Update to upstream 3.0.9.
|
|
|
079578 |
|
|
|
079578 |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-3
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-2
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Wed Sep 7 2011 Alexander Kurtakov <akurtako@redhat.com> 3.0-1
|
|
|
079578 |
- Update to upstream 3.0.
|
|
|
079578 |
|
|
|
079578 |
* Mon Feb 28 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0.6-1
|
|
|
079578 |
- Update to 2.0.6
|
|
|
079578 |
- Remove obsolete patches
|
|
|
079578 |
- Use maven 3 to build
|
|
|
079578 |
|
|
|
079578 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-3
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Thu Dec 16 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0.5-2
|
|
|
079578 |
- Use versionless jars/javadocs
|
|
|
079578 |
- Use new maven plugin names
|
|
|
079578 |
- Add compatibility depmap
|
|
|
079578 |
|
|
|
079578 |
* Wed May 5 2010 Mary Ellen Foster <mefoster at gmail.com> 2.0.5-1
|
|
|
079578 |
- Update to 2.0.5
|
|
|
079578 |
|
|
|
079578 |
* Fri Feb 12 2010 Mary Ellen Foster <mefoster at gmail.com> 2.0.1-1
|
|
|
079578 |
- Update to 2.0.1
|
|
|
079578 |
- Build with maven
|
|
|
079578 |
|
|
|
079578 |
* Wed Aug 19 2009 Andrew Overholt <overholt@redhat.com> 1.4.5-1.2
|
|
|
079578 |
- Update to 1.4.5 from JPackage and Deepak Bhole
|
|
|
079578 |
- Remove gcj bits
|
|
|
079578 |
|
|
|
079578 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.2-4.2
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.2-3.2
|
|
|
079578 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
079578 |
|
|
|
079578 |
* Wed Jul 9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.2-2.2
|
|
|
079578 |
- fix license tag
|
|
|
079578 |
- drop repotag
|
|
|
079578 |
|
|
|
079578 |
* Thu Aug 23 2007 Ralph Apel <r.apel@r-apel.de> - 0:1.4.5-1jpp
|
|
|
079578 |
- Upgrade to 1.4.5
|
|
|
079578 |
- Now build with maven2 by default
|
|
|
079578 |
|
|
|
079578 |
* Wed Mar 21 2007 Ralph Apel <r.apel@r-apel.de> - 0:1.2-2jpp
|
|
|
079578 |
- Fix build classpath
|
|
|
079578 |
- Optionally build with maven2
|
|
|
079578 |
- Add gcj_support option
|
|
|
079578 |
|
|
|
079578 |
* Mon Feb 20 2007 Deepak Bhole <dbhole@redhat.com> - 0:1.2-2jpp.1.fc7
|
|
|
079578 |
- Fix spec per Fedora guidelines
|
|
|
079578 |
|
|
|
079578 |
* Fri Jun 16 2006 Ralph Apel <r.apel@r-apel.de> - 0:1.2-1jpp
|
|
|
079578 |
- Upgrade to 1.2
|
|
|
079578 |
|
|
|
079578 |
* Wed Jan 04 2006 Fernando Nasser <fnasser@redhat.com> - 0:1.0.4-2jpp
|
|
|
079578 |
- First JPP 1.7 build
|
|
|
079578 |
|
|
|
079578 |
* Mon Nov 07 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.0.4-1jpp
|
|
|
079578 |
- First JPackage build
|