Correct mvn_file macro invokation

This commit is contained in:
Mat Booth 2020-08-20 09:27:09 +01:00
parent 75c5d10d7b
commit 28d2049a00

View File

@ -2,7 +2,7 @@
Name: jakarta-servlet
Version: 5.0.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Server-side API for handling HTTP requests and responses
# most of the project is EPL-2.0 or GPLv2 w/exceptions,
# but some files still have Apache-2.0 license headers:
@ -70,7 +70,7 @@ sed -i -e 's/jakarta\./javax./g' $(find api/src/main/java/javax -name *.java)
javax.servlet:servlet-api
# add compat symlink for packages constructing the classpath manually
%mvn_file : %{name} glassfish-servlet-api
%mvn_file :{*} %{name}/@1 glassfish-servlet-api
%build
@ -90,6 +90,9 @@ sed -i -e 's/jakarta\./javax./g' $(find api/src/main/java/javax -name *.java)
%changelog
* Thu Aug 20 2020 Mat Booth <mat.booth@redhat.com> - 5.0.0-4
- Correct mvn_file macro invokation
* Wed Aug 19 2020 Fabio Valentini <decathorpe@gmail.com> - 5.0.0-3
- Add compat symlink for packages constructing the classpath manually.