2014-02-10 15:22:42 +00:00
|
|
|
Name: apache-commons-collections4
|
2019-07-17 10:34:45 +00:00
|
|
|
Summary: Extension of the Java Collections Framework
|
|
|
|
Version: 4.4
|
2022-02-05 18:23:24 +00:00
|
|
|
Release: 8%{?dist}
|
2014-02-10 15:22:42 +00:00
|
|
|
License: ASL 2.0
|
|
|
|
|
2019-07-17 10:34:45 +00:00
|
|
|
URL: http://commons.apache.org/proper/commons-collections/
|
2017-08-18 16:08:50 +00:00
|
|
|
Source0: http://archive.apache.org/dist/commons/collections/source/commons-collections4-%{version}-src.tar.gz
|
2014-02-10 15:22:42 +00:00
|
|
|
|
2019-07-17 10:34:45 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2014-02-10 15:22:42 +00:00
|
|
|
BuildRequires: maven-local
|
|
|
|
BuildRequires: mvn(junit:junit)
|
2019-07-17 10:34:45 +00:00
|
|
|
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
2015-03-30 12:54:01 +00:00
|
|
|
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
2017-02-07 10:13:18 +00:00
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
2014-02-10 15:22:42 +00:00
|
|
|
BuildRequires: mvn(org.easymock:easymock)
|
|
|
|
|
|
|
|
%description
|
|
|
|
Commons-Collections seek to build upon the JDK classes by providing
|
|
|
|
new interfaces, implementations and utilities.
|
|
|
|
|
2019-07-17 10:34:45 +00:00
|
|
|
|
|
|
|
%package javadoc
|
2014-02-10 15:22:42 +00:00
|
|
|
Summary: API documentation for %{name}
|
|
|
|
|
2019-07-17 10:34:45 +00:00
|
|
|
%description javadoc
|
2014-02-10 15:22:42 +00:00
|
|
|
This package provides %{summary}.
|
|
|
|
|
2019-07-17 10:34:45 +00:00
|
|
|
|
2014-02-10 15:22:42 +00:00
|
|
|
%prep
|
|
|
|
%setup -q -n commons-collections4-%{version}-src
|
2019-02-08 12:01:05 +00:00
|
|
|
%mvn_file : commons-collections4 %{name}
|
2014-02-10 15:22:42 +00:00
|
|
|
|
2019-07-17 10:34:45 +00:00
|
|
|
|
2014-02-10 15:22:42 +00:00
|
|
|
%build
|
2019-02-08 12:01:05 +00:00
|
|
|
%mvn_build -- -Dcommons.osgi.symbolicName=org.apache.commons.collections4
|
2014-02-10 15:22:42 +00:00
|
|
|
|
2019-07-17 10:34:45 +00:00
|
|
|
|
2014-02-10 15:22:42 +00:00
|
|
|
%install
|
|
|
|
%mvn_install
|
|
|
|
|
2019-07-17 10:34:45 +00:00
|
|
|
|
2014-02-10 15:22:42 +00:00
|
|
|
%files -f .mfiles
|
2017-08-18 16:08:50 +00:00
|
|
|
%doc RELEASE-NOTES.txt
|
|
|
|
%license LICENSE.txt NOTICE.txt
|
2014-02-10 15:22:42 +00:00
|
|
|
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
2017-08-18 16:08:50 +00:00
|
|
|
%license LICENSE.txt NOTICE.txt
|
2014-02-10 15:22:42 +00:00
|
|
|
|
2019-07-17 10:34:45 +00:00
|
|
|
|
2014-02-10 15:22:42 +00:00
|
|
|
%changelog
|
2022-02-05 18:23:24 +00:00
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 4.4-8
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
2022-01-19 21:24:12 +00:00
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-21 17:42:15 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-26 00:13:29 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-27 12:09:38 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-10 12:49:50 +00:00
|
|
|
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 4.4-3
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
2020-01-28 11:42:58 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-17 10:34:45 +00:00
|
|
|
* Wed Jul 17 2019 Fabio Valentini <decathorpe@gmail.com> - 4.4-1
|
|
|
|
- Update to version 4.4.
|
|
|
|
|
2019-02-08 12:01:05 +00:00
|
|
|
* Fri Feb 08 2019 Mat Booth <mat.booth@redhat.com> - 4.1-5
|
|
|
|
- Rebuild to regenerate OSGi metadata
|
|
|
|
|
2019-01-31 13:25:55 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-12 20:18:00 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-02-07 02:25:06 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-08-18 16:08:50 +00:00
|
|
|
* Fri Aug 18 2017 Mat Booth <mat.booth@redhat.com> - 4.1-1
|
|
|
|
- Update to latest upstream release
|
|
|
|
|
2017-07-26 02:57:36 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-07 10:13:18 +00:00
|
|
|
* Tue Feb 07 2017 Michael Simacek <msimacek@redhat.com> - 4.0-7
|
|
|
|
- Regenerate buildrequires
|
|
|
|
|
2016-02-03 16:16:01 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 00:00:48 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-30 12:54:01 +00:00
|
|
|
* Mon Mar 30 2015 Michael Simacek <msimacek@redhat.com> - 4.0-4
|
|
|
|
- Fix parent POM BR
|
|
|
|
|
2014-06-07 00:52:12 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-04 08:05:19 +00:00
|
|
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 4.0-2
|
|
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
|
2014-02-10 15:22:42 +00:00
|
|
|
* Mon Jan 27 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.0-1
|
|
|
|
- Initial packaging
|
2019-07-17 10:34:45 +00:00
|
|
|
|