forked from pool/glassfish-jsp
Accepting request 963872 from Java:packages
Build with source/target levels 8 OBS-URL: https://build.opensuse.org/request/show/963872 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glassfish-jsp?expand=0&rev=2
This commit is contained in:
commit
996e197ad3
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 22 09:19:40 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Build with java source and target levels 8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 1 09:35:50 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
Fri Nov 1 09:35:50 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package glassfish-jsp
|
# spec file for package glassfish-jsp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2022 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
|
||||||
@ -22,9 +22,9 @@ Name: glassfish-jsp
|
|||||||
Version: 2.3.4
|
Version: 2.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Glassfish J2EE JSP API implementation
|
Summary: Glassfish J2EE JSP API implementation
|
||||||
License: (CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0) AND Apache-2.0
|
License: Apache-2.0 AND (CDDL-1.1 OR GPL-2.0-only WITH Classpath-exception-2.0)
|
||||||
Group: Development/Libraries/Java
|
Group: Development/Libraries/Java
|
||||||
URL: http://glassfish.org
|
URL: https://glassfish.org
|
||||||
Source0: %{artifactId}-%{version}.tar.xz
|
Source0: %{artifactId}-%{version}.tar.xz
|
||||||
Source1: https://raw.githubusercontent.com/javaee/javaee-jsp-api/%{artifactId}-%{version}/LICENSE
|
Source1: https://raw.githubusercontent.com/javaee/javaee-jsp-api/%{artifactId}-%{version}/LICENSE
|
||||||
Source2: http://www.apache.org/licenses/LICENSE-2.0
|
Source2: http://www.apache.org/licenses/LICENSE-2.0
|
||||||
@ -32,6 +32,7 @@ Patch0: %{name}-build-eclipse-compilers.patch
|
|||||||
Patch1: %{name}-port-to-servlet-3.1.patch
|
Patch1: %{name}-port-to-servlet-3.1.patch
|
||||||
Patch2: Tag.patch
|
Patch2: Tag.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: java-devel >= 1.8
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: xmvn-subst
|
BuildRequires: xmvn-subst
|
||||||
BuildRequires: mvn(javax.servlet.jsp:javax.servlet.jsp-api)
|
BuildRequires: mvn(javax.servlet.jsp:javax.servlet.jsp-api)
|
||||||
@ -83,7 +84,7 @@ cp -p %{SOURCE2} .
|
|||||||
%{mvn_file} : %{name}/javax.servlet.jsp %{name}
|
%{mvn_file} : %{name}/javax.servlet.jsp %{name}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{mvn_build} -f -- -Dsource=6
|
%{mvn_build} -f -- -Dsource=8
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
Loading…
Reference in New Issue
Block a user