Update to upstream version 34
This commit is contained in:
parent
686018a6db
commit
29b3a3888d
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ commons-parent-22.tar.xz
|
|||||||
/commons-parent-26.tar.xz
|
/commons-parent-26.tar.xz
|
||||||
/commons-parent-32.tar.xz
|
/commons-parent-32.tar.xz
|
||||||
/commons-parent-33.tar.xz
|
/commons-parent-33.tar.xz
|
||||||
|
/commons-parent-34.tar.xz
|
||||||
|
@ -1,23 +1,25 @@
|
|||||||
%global short_name commons-parent
|
%global short_name commons-parent
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 33
|
Version: 34
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Apache Commons Parent Pom
|
Summary: Apache Commons Parent Pom
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://svn.apache.org/repos/asf/commons/proper/%{short_name}/tags/%{short_name}-%{version}/
|
URL: http://svn.apache.org/repos/asf/commons/proper/%{short_name}/tags/%{short_name}-%{version}/
|
||||||
|
|
||||||
# svn export http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-33
|
# svn export http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-34
|
||||||
# tar caf commons-parent-33.tar.xz commons-parent-33
|
# tar caf commons-parent-34.tar.xz commons-parent-34
|
||||||
Source0: %{short_name}-%{version}.tar.xz
|
Source0: %{short_name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
BuildRequires: java-devel
|
|
||||||
BuildRequires: mvn(org.apache:apache)
|
BuildRequires: mvn(org.apache:apache)
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin)
|
||||||
BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
|
BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
|
||||||
BuildRequires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
|
BuildRequires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
|
||||||
Requires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
|
Requires: mvn(org.codehaus.mojo:buildnumber-maven-plugin)
|
||||||
@ -44,6 +46,9 @@ The Project Object Model files for the apache-commons packages.
|
|||||||
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 17 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 34-1
|
||||||
|
- Update to upstream version 34
|
||||||
|
|
||||||
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 33-2
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 33-2
|
||||||
- Remove maven 3 profile
|
- Remove maven 3 profile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user