Re-add compatibility alias for 'mockito-all'
This commit is contained in:
parent
87e822ed76
commit
90b2c14472
@ -1,6 +1,6 @@
|
|||||||
Name: mockito
|
Name: mockito
|
||||||
Version: 2.23.9
|
Version: 2.23.9
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tasty mocking framework for unit tests in Java
|
Summary: Tasty mocking framework for unit tests in Java
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://site.mockito.org/
|
URL: https://site.mockito.org/
|
||||||
@ -57,6 +57,9 @@ Private-Package: org.mockito.*
|
|||||||
-removeheaders: Bnd-LastModified,Include-Resource,Private-Package
|
-removeheaders: Bnd-LastModified,Include-Resource,Private-Package
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
# Compatibility alias
|
||||||
|
%mvn_alias org.%{name}:%{name}-core org.%{name}:%{name}-all
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build
|
||||||
|
|
||||||
@ -71,6 +74,9 @@ EOF
|
|||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 05 2018 Mat Booth <mat.booth@redhat.com> - 2.23.9-2
|
||||||
|
- Re-add compatibility alias for 'mockito-all'
|
||||||
|
|
||||||
* Tue Dec 04 2018 Mat Booth <mat.booth@redhat.com> - 2.23.9-1
|
* Tue Dec 04 2018 Mat Booth <mat.booth@redhat.com> - 2.23.9-1
|
||||||
- Update to latest upstream version
|
- Update to latest upstream version
|
||||||
- Switch to maven build system using a custom pom to avoid a dep on gradle
|
- Switch to maven build system using a custom pom to avoid a dep on gradle
|
||||||
|
Loading…
Reference in New Issue
Block a user