Compare commits
No commits in common. "c8-beta-stream-202201" and "c9-beta" have entirely different histories.
c8-beta-st
...
c9-beta
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/servlet-api-5.0.0.tar.gz
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: jakarta-servlet
|
Name: jakarta-servlet
|
||||||
Version: 5.0.0
|
Version: 5.0.0
|
||||||
Release: 11%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Server-side API for handling HTTP requests and responses
|
Summary: Server-side API for handling HTTP requests and responses
|
||||||
# most of the project is EPL-2.0 or GPLv2 w/exceptions,
|
# most of the project is EPL-2.0 or GPLv2 w/exceptions,
|
||||||
# but some files still have Apache-2.0 license headers:
|
# but some files still have Apache-2.0 license headers:
|
||||||
@ -10,14 +10,13 @@ Summary: Server-side API for handling HTTP requests and responses
|
|||||||
License: (EPL-2.0 or GPLv2 with exceptions) and ASL 2.0
|
License: (EPL-2.0 or GPLv2 with exceptions) and ASL 2.0
|
||||||
URL: https://github.com/eclipse-ee4j/servlet-api
|
URL: https://github.com/eclipse-ee4j/servlet-api
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{java_arches} noarch
|
|
||||||
|
|
||||||
Source0: https://github.com/eclipse-ee4j/servlet-api/archive/%{version}-RELEASE/servlet-api-%{version}.tar.gz
|
Source0: https://github.com/eclipse-ee4j/servlet-api/archive/%{version}-RELEASE/servlet-api-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: maven-local
|
||||||
%if %{with bootstrap}
|
%if %{with bootstrap}
|
||||||
BuildRequires: javapackages-bootstrap
|
BuildRequires: javapackages-bootstrap
|
||||||
%else
|
%else
|
||||||
BuildRequires: maven-local
|
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||||
%endif
|
%endif
|
||||||
@ -75,17 +74,15 @@ sed -i -e 's/jakarta\./javax./g' $(find api/src/main/java/javax -name *.java)
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-11
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 5.0.0-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 5.0.0-10
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0.0-9
|
||||||
- Rebuilt for java-17-openjdk as system jdk
|
- Rebuild to workaround DistroBaker issue
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-9
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0.0-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Bootstrap Maven for CentOS Stream 9
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed May 26 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0.0-7
|
* Wed May 26 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 5.0.0-7
|
||||||
- Re-add provides on glassfish-servlet-api
|
- Re-add provides on glassfish-servlet-api
|
||||||
|
Loading…
Reference in New Issue
Block a user