2018-10-23 20:08:20 +02:00
|
|
|
#
|
|
|
|
# spec file for package apache-parent
|
|
|
|
#
|
2024-01-19 22:11:56 +01:00
|
|
|
# Copyright (c) 2024 SUSE LLC
|
2018-10-23 20:08:20 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: apache-parent
|
2024-01-19 22:14:44 +01:00
|
|
|
Version: 31
|
2018-10-23 20:08:20 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: Parent POM file for Apache projects
|
|
|
|
License: Apache-2.0
|
|
|
|
Group: Development/Libraries/Java
|
2022-12-05 12:55:08 +01:00
|
|
|
URL: https://github.com/apache/maven-apache-parent
|
2021-04-11 19:30:24 +02:00
|
|
|
Source0: https://repo1.maven.org/maven2/org/apache/apache/%{version}/apache-%{version}-source-release.zip
|
2024-01-19 22:14:44 +01:00
|
|
|
Source1: https://repo1.maven.org/maven2/org/apache/apache/%{version}/apache-%{version}-source-release.zip.asc
|
2024-01-19 22:16:12 +01:00
|
|
|
Source2: https://downloads.apache.org/maven/KEYS#/%{name}.keyring
|
2018-10-23 20:08:20 +02:00
|
|
|
BuildRequires: javapackages-local
|
|
|
|
BuildRequires: unzip
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the parent pom file for apache projects.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n apache-%{version}
|
|
|
|
|
|
|
|
%pom_remove_plugin :maven-site-plugin
|
|
|
|
%pom_remove_plugin :maven-remote-resources-plugin
|
|
|
|
%pom_remove_plugin :maven-enforcer-plugin
|
|
|
|
|
|
|
|
%install
|
|
|
|
# pom
|
2024-01-19 22:37:45 +01:00
|
|
|
install -dm 755 %{buildroot}%{_mavenpomdir}
|
2018-10-23 20:08:20 +02:00
|
|
|
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/%{name}.pom
|
|
|
|
%add_maven_depmap %{name}.pom
|
|
|
|
|
2024-04-30 13:26:41 +02:00
|
|
|
%files -f .mfiles
|
2018-10-23 20:08:20 +02:00
|
|
|
%license LICENSE
|
|
|
|
%doc NOTICE
|
|
|
|
|
|
|
|
%changelog
|