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