|
|
248712 |
%global pkg_name plexus-io
|
|
|
248712 |
%{?scl:%scl_package %{pkg_name}}
|
|
|
248712 |
%{?maven_find_provides_and_requires}
|
|
|
248712 |
|
|
|
248712 |
Name: %{?scl_prefix}%{pkg_name}
|
|
|
248712 |
Version: 2.0.5
|
|
|
248712 |
Release: 9.13%{?dist}
|
|
|
248712 |
Summary: Plexus IO Components
|
|
|
248712 |
|
|
|
248712 |
License: ASL 2.0
|
|
|
248712 |
URL: http://plexus.codehaus.org/plexus-components/plexus-io
|
|
|
248712 |
Source0: https://github.com/sonatype/plexus-io/tarball/plexus-io-%{version}#/%{pkg_name}-%{version}.tar.gz
|
|
|
248712 |
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
|
248712 |
BuildArch: noarch
|
|
|
248712 |
|
|
|
248712 |
BuildRequires: %{?scl_prefix_java_common}javapackages-tools
|
|
|
248712 |
|
|
|
248712 |
BuildRequires: %{?scl_prefix}plexus-utils
|
|
|
248712 |
BuildRequires: %{?scl_prefix}plexus-containers-container-default
|
|
|
248712 |
BuildRequires: %{?scl_prefix}plexus-components-pom
|
|
|
248712 |
BuildRequires: %{?scl_prefix}maven-local
|
|
|
248712 |
BuildRequires: %{?scl_prefix}maven-compiler-plugin
|
|
|
248712 |
BuildRequires: %{?scl_prefix}maven-enforcer-plugin
|
|
|
248712 |
BuildRequires: %{?scl_prefix}maven-jar-plugin
|
|
|
248712 |
BuildRequires: %{?scl_prefix}maven-install-plugin
|
|
|
248712 |
BuildRequires: %{?scl_prefix}maven-javadoc-plugin
|
|
|
248712 |
BuildRequires: %{?scl_prefix}maven-resources-plugin
|
|
|
248712 |
BuildRequires: %{?scl_prefix}maven-surefire-plugin
|
|
|
248712 |
BuildRequires: %{?scl_prefix}maven-surefire-provider-junit
|
|
|
248712 |
BuildRequires: %{?scl_prefix}maven-doxia-sitetools
|
|
|
248712 |
BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
|
|
248712 |
|
|
|
248712 |
%description
|
|
|
248712 |
Plexus IO is a set of plexus components, which are designed for use
|
|
|
248712 |
in I/O operations.
|
|
|
248712 |
|
|
|
248712 |
%package javadoc
|
|
|
248712 |
Summary: Javadoc for %{pkg_name}
|
|
|
248712 |
|
|
|
248712 |
%description javadoc
|
|
|
248712 |
API documentation for %{pkg_name}.
|
|
|
248712 |
|
|
|
248712 |
|
|
|
248712 |
%prep
|
|
|
248712 |
%setup -q -n sonatype-plexus-io-1a0010b
|
|
|
248712 |
%{?scl:scl enable %{scl} - <<"EOF"}
|
|
|
248712 |
set -e -x
|
|
|
248712 |
cp %{SOURCE1} .
|
|
|
248712 |
%{?scl:EOF}
|
|
|
248712 |
|
|
|
248712 |
%build
|
|
|
248712 |
%{?scl:scl enable %{scl} - <<"EOF"}
|
|
|
248712 |
set -e -x
|
|
|
248712 |
export XMVN_COMPILER_SOURCE="1.5"
|
|
|
248712 |
%mvn_file : plexus/io
|
|
|
248712 |
%mvn_build
|
|
|
248712 |
%{?scl:EOF}
|
|
|
248712 |
|
|
|
248712 |
%install
|
|
|
248712 |
%{?scl:scl enable %{scl} - <<"EOF"}
|
|
|
248712 |
set -e -x
|
|
|
248712 |
%mvn_install
|
|
|
248712 |
%{?scl:EOF}
|
|
|
248712 |
|
|
|
248712 |
%files -f .mfiles
|
|
|
248712 |
%dir %{_mavenpomdir}/plexus
|
|
|
248712 |
%dir %{_javadir}/plexus
|
|
|
248712 |
%doc NOTICE.txt LICENSE-2.0.txt
|
|
|
248712 |
|
|
|
248712 |
%files javadoc -f .mfiles-javadoc
|
|
|
248712 |
%doc NOTICE.txt LICENSE-2.0.txt
|
|
|
248712 |
|
|
|
248712 |
|
|
|
248712 |
%changelog
|
|
|
248712 |
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 2.0.5-9.13
|
|
|
248712 |
- Fix BR on maven-local & co.
|
|
|
248712 |
|
|
|
248712 |
* Mon Jan 11 2016 Michal Srb <msrb@redhat.com> - 2.0.5-9.12
|
|
|
248712 |
- maven33 rebuild #2
|
|
|
248712 |
|
|
|
248712 |
* Sat Jan 09 2016 Michal Srb <msrb@redhat.com> - 2.0.5-9.11
|
|
|
248712 |
- maven33 rebuild
|
|
|
248712 |
|
|
|
248712 |
* Fri Jan 16 2015 Michal Srb <msrb@redhat.com> - 2.0.5-9.10
|
|
|
248712 |
- Fix directory ownership
|
|
|
248712 |
|
|
|
248712 |
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 2.0.5-9.9
|
|
|
248712 |
- Mass rebuild 2015-01-13
|
|
|
248712 |
|
|
|
248712 |
* Tue Jan 06 2015 Michael Simacek <msimacek@redhat.com> - 2.0.5-9.8
|
|
|
248712 |
- Mass rebuild 2015-01-06
|
|
|
248712 |
|
|
|
248712 |
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.5-9.7
|
|
|
248712 |
- Mass rebuild 2014-05-26
|
|
|
248712 |
|
|
|
248712 |
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.5-9.6
|
|
|
248712 |
- Mass rebuild 2014-02-19
|
|
|
248712 |
|
|
|
248712 |
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.5-9.5
|
|
|
248712 |
- Mass rebuild 2014-02-18
|
|
|
248712 |
|
|
|
248712 |
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.5-9.4
|
|
|
248712 |
- Remove requires on java
|
|
|
248712 |
|
|
|
248712 |
* Mon Feb 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.5-9.3
|
|
|
248712 |
- SCL-ize build-requires
|
|
|
248712 |
|
|
|
248712 |
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.5-9.2
|
|
|
248712 |
- Rebuild to regenerate auto-requires
|
|
|
248712 |
|
|
|
248712 |
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.5-9.1
|
|
|
248712 |
- First maven30 software collection build
|
|
|
248712 |
|
|
|
248712 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.0.5-9
|
|
|
248712 |
- Mass rebuild 2013-12-27
|
|
|
248712 |
|
|
|
248712 |
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.0.5-8
|
|
|
248712 |
- Rebuild to regenerate API documentation
|
|
|
248712 |
- Resolves: CVE-2013-1571
|
|
|
248712 |
|
|
|
248712 |
* Wed Jun 12 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0.5-7
|
|
|
248712 |
- Add ASL 2.0 license text to rpms
|
|
|
248712 |
|
|
|
248712 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.5-6
|
|
|
248712 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
248712 |
|
|
|
248712 |
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.0.5-5
|
|
|
248712 |
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
248712 |
- Replace maven BuildRequires with maven-local
|
|
|
248712 |
|
|
|
248712 |
* Thu Jan 17 2013 Michal Srb <msrb@redhat.com> - 2.0.5-4
|
|
|
248712 |
- Build with xmvn
|
|
|
248712 |
|
|
|
248712 |
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> - 2.0.5-3
|
|
|
248712 |
- Migration to plexus-containers-container-default
|
|
|
248712 |
|
|
|
248712 |
* Tue Nov 13 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.0.5-2
|
|
|
248712 |
- Use ordinary URL for Source0
|
|
|
248712 |
- Make sure we use 1.5 source/target
|
|
|
248712 |
- Add enforcer plugin to BR
|
|
|
248712 |
|
|
|
248712 |
* Wed Oct 10 2012 Alexander Kurtakov <akurtako@redhat.com> 2.0.5-1
|
|
|
248712 |
- Update to upstream 2.0.5 release.
|
|
|
248712 |
|
|
|
248712 |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.4-2
|
|
|
248712 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
248712 |
|
|
|
248712 |
* Wed Apr 18 2012 Alexander Kurtakov <akurtako@redhat.com> 2.0.4-1
|
|
|
248712 |
- Update to latest upstream.
|
|
|
248712 |
|
|
|
248712 |
* Thu Feb 02 2012 Tomas Radej <tradej@redhat.com> - 2.0.2-1
|
|
|
248712 |
- Updated to upstream version
|
|
|
248712 |
|
|
|
248712 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.1-2
|
|
|
248712 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
248712 |
|
|
|
248712 |
* Thu Sep 8 2011 Alexander Kurtakov <akurtako@redhat.com> 2.0.1-1
|
|
|
248712 |
- Update to 2.0.1 upstream release.
|
|
|
248712 |
|
|
|
248712 |
* Wed Jul 27 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.0.1-2
|
|
|
248712 |
- Use add_maven_depmap macro
|
|
|
248712 |
|
|
|
248712 |
* Wed Jul 27 2011 Jaromir Capik <jcapik@redhat.com> - 1.0.1-2
|
|
|
248712 |
- Removal of plexus-maven-plugin dependency (not needed)
|
|
|
248712 |
- Minor spec file changes according to the latest guidelines
|
|
|
248712 |
|
|
|
248712 |
* Tue May 17 2011 Alexander Kurtakov <akurtako@redhat.com> 1.0.1-1
|
|
|
248712 |
- Update to upstream 1.0.1.
|
|
|
248712 |
- Adapt to current guidelines.
|
|
|
248712 |
|
|
|
248712 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.3.a5
|
|
|
248712 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
248712 |
|
|
|
248712 |
* Wed Dec 23 2009 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.2.a5
|
|
|
248712 |
- Fix review comments.
|
|
|
248712 |
|
|
|
248712 |
* Wed Dec 23 2009 Alexander Kurtakov <akurtako@redhat.com> 1.0-0.1.a5.1
|
|
|
248712 |
- Initial package
|