Update to upstream version 19
This commit is contained in:
parent
a143cfe84e
commit
c13a0a5ab8
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/apache-16-source-release.zip
|
/apache-16-source-release.zip
|
||||||
/apache-17-source-release.zip
|
/apache-17-source-release.zip
|
||||||
/apache-18-source-release.zip
|
/apache-18-source-release.zip
|
||||||
|
/apache-19-source-release.zip
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: apache-parent
|
Name: apache-parent
|
||||||
Version: 18
|
Version: 19
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parent POM file for Apache projects
|
Summary: Parent POM file for Apache projects
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://apache.org/
|
URL: http://apache.org/
|
||||||
@ -8,9 +8,8 @@ Source0: http://repo1.maven.org/maven2/org/apache/apache/%{version}/apach
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: jpackage-utils
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
BuildRequires: apache-resource-bundles
|
BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
||||||
BuildRequires: maven-remote-resources-plugin
|
|
||||||
|
|
||||||
Requires: apache-resource-bundles
|
Requires: apache-resource-bundles
|
||||||
|
|
||||||
@ -20,7 +19,7 @@ This package contains the parent pom file for apache projects.
|
|||||||
%prep
|
%prep
|
||||||
%setup -n apache-%{version}
|
%setup -n apache-%{version}
|
||||||
|
|
||||||
%pom_remove_plugin :maven-site-plugin pom.xml
|
%pom_remove_plugin :maven-site-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build
|
||||||
@ -32,6 +31,9 @@ This package contains the parent pom file for apache projects.
|
|||||||
%doc LICENSE NOTICE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 18-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user