Update to upstream version 37
This commit is contained in:
parent
d368117ae4
commit
038b2cdcc9
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ commons-parent-22.tar.xz
|
|||||||
/commons-parent-33.tar.xz
|
/commons-parent-33.tar.xz
|
||||||
/commons-parent-34.tar.xz
|
/commons-parent-34.tar.xz
|
||||||
/commons-parent-35.tar.xz
|
/commons-parent-35.tar.xz
|
||||||
|
/commons-parent-37.tar.xz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%global short_name commons-parent
|
%global short_name commons-parent
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 35
|
Version: 37
|
||||||
Release: 1%{?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-35
|
# svn export http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-37
|
||||||
# tar caf commons-parent-35.tar.xz commons-parent-35
|
# tar caf commons-parent-37.tar.xz commons-parent-37
|
||||||
Source0: %{short_name}-%{version}.tar.xz
|
Source0: %{short_name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -34,7 +34,7 @@ The Project Object Model files for the apache-commons packages.
|
|||||||
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
%pom_remove_plugin org.apache.commons:commons-build-plugin
|
||||||
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
|
%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
|
||||||
|
|
||||||
%pom_xpath_remove "pom:profile[pom:id[text()='maven-3']]"
|
%pom_remove_plugin :maven-site-plugin
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build
|
%mvn_build
|
||||||
@ -46,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
|
||||||
|
* Mon Feb 2 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 37-1
|
||||||
|
- Update to upstream version 37
|
||||||
|
|
||||||
* Mon Oct 27 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 35-1
|
* Mon Oct 27 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 35-1
|
||||||
- Update to upstream version 35
|
- Update to upstream version 35
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user