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