forked from pool/jetty-build-support
Compare commits
10 Commits
b82f9dbaaf
...
5a11905d95
Author | SHA256 | Date | |
---|---|---|---|
5a11905d95 | |||
e05178c589 | |||
af603885a5 | |||
263cbf0dce | |||
869a3284f5 | |||
4e19d34f67 | |||
3dc74a9aeb | |||
18c2c20119 | |||
7d5604f4df | |||
6aece14036 |
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 27 21:02:25 UTC 2025 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Remove a relativePath that points to a non-existing directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 25 09:38:02 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Remove dependency on maven2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 19 11:27:12 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Do not require maven plugins that we don't use
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 09:54:50 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Generate the javadoc with source=8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 09:47:52 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package jetty-build-support
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,24 +22,25 @@ Release: 0
|
||||
Summary: Jetty build support files
|
||||
License: Apache-2.0 OR EPL-1.0
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://www.eclipse.org/jetty/
|
||||
URL: https://www.eclipse.org/jetty/
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
Source2: http://www.eclipse.org/org/documents/epl-v10.html
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: java-devel >= 1.8
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: xz
|
||||
BuildRequires: mvn(org.apache.maven.enforcer:enforcer-api)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils)
|
||||
BuildRequires: mvn(org.apache.maven:maven-artifact)
|
||||
BuildRequires: mvn(org.apache.maven:maven-core)
|
||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven:maven-project)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
||||
BuildRequires: mvn(org.eclipse.jetty.toolchain:jetty-toolchain:pom:)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-engine)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter-params)
|
||||
BuildRequires: xz
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@@ -57,8 +58,16 @@ Group: Documentation/HTML
|
||||
cp %{SOURCE1} .
|
||||
cp %{SOURCE2} .
|
||||
|
||||
%pom_remove_plugin :maven-javadoc-plugin
|
||||
|
||||
%pom_xpath_set pom:properties/pom:maven.version 3.8.1
|
||||
%pom_remove_dep :maven-project
|
||||
|
||||
%pom_xpath_remove pom:project/pom:parent/pom:relativePath
|
||||
%pom_add_dep org.apache.maven.shared:maven-shared-utils
|
||||
|
||||
%build
|
||||
%{mvn_build} -f -- -Dsource=6
|
||||
%{mvn_build} -f -- -Dsource=8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
Reference in New Issue
Block a user