[apache-parent] Update to upstream version 15

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Sep 29 06:17:07 UTC 2014


commit e327f1d72c7b974097d3d22498d5292222aa9dee
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Sep 29 08:15:41 2014 +0200

    Update to upstream version 15

 .gitignore         |    1 +
 apache-parent.spec |   20 +++++++++-----------
 sources            |    3 +--
 3 files changed, 11 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34055a8..776d5b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /apache-parent-14.pom
 /LICENSE-2.0.txt
+/apache-15-source-release.zip
diff --git a/apache-parent.spec b/apache-parent.spec
index 819bc6a..be57728 100644
--- a/apache-parent.spec
+++ b/apache-parent.spec
@@ -1,12 +1,10 @@
 Name:           apache-parent
-Version:        14
-Release:        3%{?dist}
-Summary:        Parent pom file for Apache projects
-Group:          Development/Libraries
+Version:        15
+Release:        1%{?dist}
+Summary:        Parent POM file for Apache projects
 License:        ASL 2.0
 URL:            http://apache.org/
-Source0:        http://svn.apache.org/repos/asf/maven/pom/tags/apache-%{version}/pom.xml#/%{name}-%{version}.pom
-Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
+Source0:        http://repo1.maven.org/maven2/org/apache/apache/%{version}/apache-%{version}-source-release.zip
 BuildArch:      noarch
 
 BuildRequires:  maven-local
@@ -19,11 +17,8 @@ Requires:       apache-resource-bundles
 %description
 This package contains the parent pom file for apache projects.
 
-
 %prep
-%setup -n %{name}-%{version} -Tc
-cp %{SOURCE0} pom.xml
-cp %{SOURCE1} LICENSE
+%setup -n apache-%{version}
 
 %pom_remove_plugin :maven-site-plugin pom.xml
 
@@ -34,9 +29,12 @@ cp %{SOURCE1} LICENSE
 %mvn_install
 
 %files -f .mfiles
-%doc LICENSE
+%doc LICENSE NOTICE
 
 %changelog
+* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk at redhat.com> - 15-1
+- Update to upstream version 15
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 14-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 1d99f55..321c99d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-5f1e5eb8ae41464375bb99543c68a015  apache-parent-14.pom
-3b83ef96387f14655fc854ddc3c6bd57  LICENSE-2.0.txt
+0a766e8728264a3c542ef4afca549001  apache-15-source-release.zip


More information about the scm-commits mailing list