Update to latest upstream release
This commit is contained in:
parent
2bd2f3d5a0
commit
e7364440a1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/commons-collections4-4.0-src.tar.gz
|
/commons-collections4-4.0-src.tar.gz
|
||||||
|
/commons-collections4-4.1-src.tar.gz
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Summary: Extension of the Java Collections Framework
|
Summary: Extension of the Java Collections Framework
|
||||||
Name: apache-commons-collections4
|
Name: apache-commons-collections4
|
||||||
Version: 4.0
|
Version: 4.1
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/proper/commons-collections/
|
URL: http://commons.apache.org/proper/commons-collections/
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Source0: http://www.apache.org/dist/commons/collections/source/commons-collections4-4.0-src.tar.gz
|
Source0: http://archive.apache.org/dist/commons/collections/source/commons-collections4-%{version}-src.tar.gz
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: mvn(junit:junit)
|
BuildRequires: mvn(junit:junit)
|
||||||
@ -35,13 +35,16 @@ This package provides %{summary}.
|
|||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc README.txt RELEASE-NOTES.txt
|
%doc RELEASE-NOTES.txt
|
||||||
%doc LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%doc LICENSE.txt NOTICE.txt
|
%license LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 18 2017 Mat Booth <mat.booth@redhat.com> - 4.1-1
|
||||||
|
- Update to latest upstream release
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-8
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.0-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user