Compare commits
No commits in common. "rawhide" and "f42" have entirely different histories.
4 changed files with 7 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,4 +16,3 @@
|
|||
/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: 35
|
||||
Version: 33
|
||||
Release: %autorelease
|
||||
Summary: Parent POM file for Apache projects
|
||||
License: Apache-2.0
|
||||
|
|
@ -14,7 +14,8 @@ Source0: https://repo1.maven.org/maven2/org/apache/apache/%{version}/apac
|
|||
%if %{with bootstrap}
|
||||
BuildRequires: javapackages-bootstrap
|
||||
%else
|
||||
BuildRequires: maven-local-openjdk25
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||
%endif
|
||||
%if %{without bootstrap}
|
||||
|
|
@ -29,13 +30,12 @@ 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 -j
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
summary: Run javapackages-specific tests
|
||||
discover:
|
||||
how: fmf
|
||||
url: https://gitlab.com/redhat/centos-stream/tests/javapackages.git
|
||||
ref: f43
|
||||
url: https://src.fedoraproject.org/tests/javapackages
|
||||
ref: f42
|
||||
execute:
|
||||
how: tmt
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (apache-35-source-release.zip) = 7dcbfa0eacd43e66da1c12274bf558fb2618d3fae0831de6b0309e8df539afc07080eb1963174a0a6cc4d0d81ae8d2a01f147780f7ca44a3caa94d3ffd364b61
|
||||
SHA512 (apache-33-source-release.zip) = a819eb75f147baa19661ebb7794d4d711f760bb7fc04f66cfefd0f8c57fa24aa8cf4f4d597c4c665ce8604e6941fa519540ccabd3647134390e023cbd671eabe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue