Blame SPECS/plexus-utils.spec

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