Update to upstream version 15
This commit is contained in:
parent
1815ac3ab6
commit
e327f1d72c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/apache-parent-14.pom
|
/apache-parent-14.pom
|
||||||
/LICENSE-2.0.txt
|
/LICENSE-2.0.txt
|
||||||
|
/apache-15-source-release.zip
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
Name: apache-parent
|
Name: apache-parent
|
||||||
Version: 14
|
Version: 15
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Parent pom file for Apache projects
|
Summary: Parent POM file for Apache projects
|
||||||
Group: Development/Libraries
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://apache.org/
|
URL: http://apache.org/
|
||||||
Source0: http://svn.apache.org/repos/asf/maven/pom/tags/apache-%{version}/pom.xml#/%{name}-%{version}.pom
|
Source0: http://repo1.maven.org/maven2/org/apache/apache/%{version}/apache-%{version}-source-release.zip
|
||||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
@ -19,11 +17,8 @@ Requires: apache-resource-bundles
|
|||||||
%description
|
%description
|
||||||
This package contains the parent pom file for apache projects.
|
This package contains the parent pom file for apache projects.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{name}-%{version} -Tc
|
%setup -n apache-%{version}
|
||||||
cp %{SOURCE0} pom.xml
|
|
||||||
cp %{SOURCE1} LICENSE
|
|
||||||
|
|
||||||
%pom_remove_plugin :maven-site-plugin pom.xml
|
%pom_remove_plugin :maven-site-plugin pom.xml
|
||||||
|
|
||||||
@ -34,9 +29,12 @@ cp %{SOURCE1} LICENSE
|
|||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc LICENSE
|
%doc LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 15-1
|
||||||
|
- Update to upstream version 15
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14-3
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user