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