forked from pool/glassfish-servlet-api
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
8bf7c7fe20 | ||
f548439baf | |||
ce9a1b8c36 | |||
9508cb04ea | |||
|
c997ede808 | ||
450a222647 | |||
d7e6e7475b |
BIN
3.1.0.tar.gz
(Stored with Git LFS)
BIN
3.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
4.0.1.tar.gz
Normal file
3
4.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2576f742282f88c194a5dddd33bf898e89c035fc253187b531b528df2169bc3e
|
||||||
|
size 153388
|
@ -1,20 +1,20 @@
|
|||||||
build.dir=target
|
build.dir=target
|
||||||
build.finalName=javax.servlet-api-3.1.0
|
build.finalName=javax.servlet-api-4.0.1
|
||||||
build.outputDir=${build.dir}/classes
|
build.outputDir=${build.dir}/classes
|
||||||
build.resourceDir.0=src/main/java
|
build.resourceDir.0=src/main/java
|
||||||
build.resourceDir.1=src/main/resources
|
build.resourceDir.1=src/main/resources
|
||||||
build.srcDir.0=src/main/java
|
build.srcDir.0=src/main/java
|
||||||
bundle.symbolicName=javax.servlet-api
|
bundle.symbolicName=javax.servlet-api
|
||||||
bundle.version=3.1.0
|
bundle.version=4.0.1
|
||||||
doc.title=Java Servlet 3.1 API Specification
|
doc.title=Java Servlet 4.0 API Specification
|
||||||
extension.name=javax.servlet
|
extension.name=javax.servlet
|
||||||
implementation.vendor.id=org.glassfish
|
implementation.vendor.id=org.glassfish
|
||||||
project.build.directory=${build.dir}
|
project.build.directory=${build.dir}
|
||||||
project.build.outputDirectory=${build.outputDir}
|
project.build.outputDirectory=${build.outputDir}
|
||||||
project.build.sourceEncoding=UTF-8
|
project.build.sourceEncoding=UTF-8
|
||||||
project.organization.name=GlassFish Community
|
project.organization.name=GlassFish Community
|
||||||
project.version=3.1.0
|
project.version=4.0.1
|
||||||
reporting.outputDirectory=${build.dir}/site
|
reporting.outputDirectory=${build.dir}/site
|
||||||
spec.version=3.1
|
spec.version=4.0
|
||||||
vendor.name=Oracle Corporation
|
vendor.name=Oracle Corporation
|
||||||
window.title=Java Servlet 3.1
|
window.title=Java Servlet 4.0
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<property file="build.properties"/>
|
<property file="build.properties"/>
|
||||||
|
|
||||||
<property name="build.finalName" value="javax.servlet-api-3.1.0"/>
|
<property name="build.finalName" value="javax.servlet-api-4.0.1"/>
|
||||||
<property name="build.dir" value="target"/>
|
<property name="build.dir" value="target"/>
|
||||||
<property name="build.outputDir" value="${build.dir}/classes"/>
|
<property name="build.outputDir" value="${build.dir}/classes"/>
|
||||||
<property name="build.srcDir.0" value="src/main/java"/>
|
<property name="build.srcDir.0" value="src/main/java"/>
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 11 17:07:37 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to javax.servlet-api 4.0.1
|
||||||
|
* no changelog provided by upstream
|
||||||
|
* last version with the javax.servlet:javax.servlet-api coordinates
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 2 15:41:50 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Spec file cleanup
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 21 05:43:44 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
Thu Sep 21 05:43:44 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glassfish-servlet-api
|
# spec file for package glassfish-servlet-api
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global artifactId javax.servlet-api
|
%global artifactId javax.servlet-api
|
||||||
Name: glassfish-servlet-api
|
Name: glassfish-servlet-api
|
||||||
Version: 3.1.0
|
Version: 4.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Java Servlet API
|
Summary: Java Servlet API
|
||||||
License: Apache-2.0 AND (CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0)
|
License: Apache-2.0 AND (CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0)
|
||||||
@ -30,7 +30,7 @@ Source2: glassfish-servlet-api-build.xml
|
|||||||
Source3: glassfish-servlet-api-build.properties
|
Source3: glassfish-servlet-api-build.properties
|
||||||
BuildRequires: ant
|
BuildRequires: ant
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: javapackages-local
|
BuildRequires: javapackages-local >= 6
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -57,8 +57,6 @@ cp -p %{SOURCE3} build.properties
|
|||||||
# README contains also part of javax.servlet-api license
|
# README contains also part of javax.servlet-api license
|
||||||
cp -p src/main/resources/META-INF/README .
|
cp -p src/main/resources/META-INF/README .
|
||||||
|
|
||||||
%pom_remove_parent .
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
ant package javadoc
|
ant package javadoc
|
||||||
|
|
||||||
@ -68,7 +66,7 @@ install -dm 0755 %{buildroot}%{_javadir}
|
|||||||
install -pm 0644 target/%{artifactId}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
|
install -pm 0644 target/%{artifactId}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar
|
||||||
# pom
|
# pom
|
||||||
install -dm 0755 %{buildroot}%{_mavenpomdir}
|
install -dm 0755 %{buildroot}%{_mavenpomdir}
|
||||||
install -pm 0644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
|
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
|
||||||
%add_maven_depmap %{name}.pom %{name}.jar -a javax.servlet:servlet-api,org.apache.geronimo.specs:geronimo-servlet_3.0_spec,org.eclipse.jetty.orbit:javax.servlet
|
%add_maven_depmap %{name}.pom %{name}.jar -a javax.servlet:servlet-api,org.apache.geronimo.specs:geronimo-servlet_3.0_spec,org.eclipse.jetty.orbit:javax.servlet
|
||||||
# javadoc
|
# javadoc
|
||||||
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
|
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user