26689d
Name:           apache-commons-io
26689d
Epoch:          1
26689d
Version:        2.6
26689d
Release:        3%{?dist}
26689d
Summary:        Utilities to assist with developing IO functionality
26689d
License:        ASL 2.0
26689d
URL:            http://commons.apache.org/io
26689d
BuildArch:      noarch
26689d
26689d
Source0:        http://archive.apache.org/dist/commons/io/source/commons-io-%{version}-src.tar.gz
26689d
26689d
BuildRequires:  maven-local
26689d
BuildRequires:  mvn(junit:junit)
26689d
BuildRequires:  mvn(org.apache.commons:commons-parent:pom:)
26689d
BuildRequires:  mvn(org.apache.maven.plugins:maven-antrun-plugin)
26689d
26689d
%description
26689d
Commons-IO contains utility classes, stream implementations,
26689d
file filters, and endian classes. It is a library of utilities
26689d
to assist with developing IO functionality.
26689d
26689d
%{?javadoc_package}
26689d
26689d
%prep
26689d
%setup -q -n commons-io-%{version}-src
26689d
sed -i 's/\r//' *.txt
26689d
26689d
%build
26689d
%mvn_file  : commons-io %{name}
26689d
%mvn_alias : org.apache.commons:
26689d
26689d
# NOTE: tests *may* fail because commons-io is on surefire's classpath and causes
26689d
# tests to be run against the system version and not the one we just built
26689d
%mvn_build
26689d
26689d
%install
26689d
%mvn_install
26689d
26689d
%files -f .mfiles
26689d
%license LICENSE.txt NOTICE.txt
26689d
%doc RELEASE-NOTES.txt
26689d
26689d
%changelog
26689d
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.6-3
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
26689d
26689d
* Mon Jan 29 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.6-2
26689d
- Cleanup spec file
26689d
26689d
* Sun Oct 22 2017 Michael Simacek <msimacek@redhat.com> - 1:2.6-1
26689d
- Update to upstream version 2.6
26689d
26689d
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.5-3
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
26689d
26689d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.5-2
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
26689d
26689d
* Thu Jun 23 2016 Michael Simacek <msimacek@redhat.com> - 1:2.5-1
26689d
- Update to upstream version 2.5
26689d
26689d
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.4-15
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
26689d
26689d
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.4-14
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
26689d
26689d
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.4-13
26689d
- Remove legacy Obsoletes/Provides for jakarta-commons
26689d
26689d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.4-12
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
26689d
26689d
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:2.4-11
26689d
- Use Requires: java-headless rebuild (#1067528)
26689d
26689d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.4-10
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
26689d
26689d
* Mon Apr 22 2013 Michal Srb <msrb@redhat.com> - 1:2.4-9
26689d
- Rebuild
26689d
26689d
* Mon Apr 15 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.4-8
26689d
- Update to current packaging guidelines
26689d
26689d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.4-7
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
26689d
26689d
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1:2.4-6
26689d
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
26689d
- Replace maven BuildRequires with maven-local
26689d
26689d
* Wed Jan  9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.4-5
26689d
- Bump release tag
26689d
26689d
* Tue Jan  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.4-4
26689d
- Build with xmvn
26689d
26689d
* Mon Nov 19 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.4-3
26689d
- Add Provides/Obsoletes for jakarta-commons-io
26689d
26689d
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.4-2
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
26689d
26689d
* Tue Jun 19 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.4-1
26689d
- Updae to 2.4
26689d
26689d
* Mon Apr 16 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.3-1
26689d
- Update to 2.3
26689d
26689d
* Wed Apr 4 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.2-1
26689d
- Update to 2.2
26689d
- Remove rpm bug workaround
26689d
- Finalize renaming from jakarta-comons-io
26689d
26689d
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.1-2
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
26689d
26689d
* Wed Dec 7 2011 Alexander Kurtakov <akurtako@redhat.com> 1:2.1-1
26689d
- Update to latest upstream (2.1).
26689d
26689d
* Thu Jun 23 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:2.0.1-3
26689d
- Fix build with maven3
26689d
- Use new add_maven_depmap macro
26689d
26689d
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.0.1-2
26689d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
26689d
26689d
* Tue Jan 18 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:2.0.1-1
26689d
- Update to 2.0.1
26689d
- Versionless jars & javadocs
26689d
- Use maven 3 to build
26689d
- Use apache-commons-parent for BR
26689d
26689d
* Fri Oct 22 2010 Chris Spike <chris.spike@arcor.de> 1:2.0-1
26689d
- Updated to 2.0
26689d
- Cleaned up BRs
26689d
26689d
* Thu Jul  8 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:1.4-6
26689d
- Add license to javadoc subpackage
26689d
26689d
* Fri May 21 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:1.4-5
26689d
- Correct depmap filename for backward compatibility
26689d
26689d
* Mon May 17 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:1.4-4
26689d
- Fix maven depmap JPP name to short_name
26689d
26689d
* Wed May 12 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:1.4-3
26689d
- Add obsoletes to javadoc sub-package
26689d
26689d
* Wed May 12 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:1.4-2
26689d
- Add symlink to short_name.jar
26689d
- Fix mavendepmapfragdir wildcard
26689d
26689d
* Tue May 11 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1:1.4-1
26689d
- Rename and rebase of jakarta-commons-io
26689d
- Clean up whole spec