|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: apache-parent
|
|
|
|
|
Version: 18
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 19
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Parent POM file for Apache projects
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: http://apache.org/
|
|
|
|
@ -8,9 +8,8 @@ Source0: http://repo1.maven.org/maven2/org/apache/apache/%{version}/apach
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: maven-local
|
|
|
|
|
BuildRequires: jpackage-utils
|
|
|
|
|
BuildRequires: apache-resource-bundles
|
|
|
|
|
BuildRequires: maven-remote-resources-plugin
|
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
|
|
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
|
|
|
|
|
|
|
|
|
Requires: apache-resource-bundles
|
|
|
|
|
|
|
|
|
@ -20,7 +19,7 @@ This package contains the parent pom file for apache projects.
|
|
|
|
|
%prep
|
|
|
|
|
%setup -n apache-%{version}
|
|
|
|
|
|
|
|
|
|
%pom_remove_plugin :maven-site-plugin pom.xml
|
|
|
|
|
%pom_remove_plugin :maven-site-plugin
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%mvn_build
|
|
|
|
@ -32,6 +31,9 @@ This package contains the parent pom file for apache projects.
|
|
|
|
|
%doc LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 25 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 19-1
|
|
|
|
|
- Update to upstream version 19
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 18-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|