Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36d69706dc | ||
|
|
d0bf0ba470 | ||
|
|
03953bfbad | ||
|
|
fee32a6b1d | ||
|
|
833c7f3ad1 | ||
|
|
8daa180799 | ||
|
|
8ab6d1ebfa | ||
|
|
c561443c18 | ||
|
|
0e207c0b74 |
4 changed files with 8 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@
|
|||
/apache-30-source-release.zip
|
||||
/apache-31-source-release.zip
|
||||
/apache-33-source-release.zip
|
||||
/apache-35-source-release.zip
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%bcond_with bootstrap
|
||||
|
||||
Name: apache-parent
|
||||
Version: 33
|
||||
Version: 35
|
||||
Release: %autorelease
|
||||
Summary: Parent POM file for Apache projects
|
||||
License: Apache-2.0
|
||||
|
|
@ -14,8 +14,7 @@ Source0: https://repo1.maven.org/maven2/org/apache/apache/%{version}/apac
|
|||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||
BuildRequires: maven-local-openjdk25
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||
%endif
|
||||
%if %{without bootstrap}
|
||||
|
|
@ -30,12 +29,13 @@ This package contains the parent pom file for apache projects.
|
|||
%prep
|
||||
%autosetup -p1 -C
|
||||
|
||||
%pom_remove_plugin :maven-enforcer-plugin
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
%pom_remove_plugin :maven-site-plugin docs
|
||||
%pom_remove_plugin :maven-scm-publish-plugin docs
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
%mvn_build -j
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
summary: Run javapackages-specific tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/javapackages
|
||||
ref: f42
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/javapackages.git
|
||||
ref: f43
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (apache-33-source-release.zip) = a819eb75f147baa19661ebb7794d4d711f760bb7fc04f66cfefd0f8c57fa24aa8cf4f4d597c4c665ce8604e6941fa519540ccabd3647134390e023cbd671eabe
|
||||
SHA512 (apache-35-source-release.zip) = 7dcbfa0eacd43e66da1c12274bf558fb2618d3fae0831de6b0309e8df539afc07080eb1963174a0a6cc4d0d81ae8d2a01f147780f7ca44a3caa94d3ffd364b61
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue