Updated to 26
This commit is contained in:
parent
56e296d4cb
commit
c34fc26274
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/commons-parent-15.tar.xz
|
||||
/commons-parent-20.tar.xz
|
||||
commons-parent-22.tar.xz
|
||||
/commons-parent-26.tar.xz
|
||||
|
@ -1,20 +1,21 @@
|
||||
--- pom.xml.orig 2011-04-15 03:47:04.754033753 +0200
|
||||
+++ pom.xml 2011-04-15 03:48:50.270963406 +0200
|
||||
@@ -242,8 +241,0 @@
|
||||
--- pom.xml 2012-10-19 23:01:18.419198466 +0200
|
||||
+++ pom.xml 2012-10-19 23:01:52.119423986 +0200
|
||||
@@ -332,8 +331,0 @@
|
||||
- <groupId>org.apache.commons</groupId>
|
||||
- <artifactId>commons-build-plugin</artifactId>
|
||||
- <version>1.3</version>
|
||||
- <version>1.4</version>
|
||||
- <configuration>
|
||||
- <commons.release.name>${commons.release.name}</commons.release.name>
|
||||
- </configuration>
|
||||
- </plugin>
|
||||
- <plugin>
|
||||
@@ -353,4 +344,0 @@
|
||||
- <plugin>
|
||||
@@ -429,4 +420,0 @@
|
||||
- <groupId>org.apache.commons</groupId>
|
||||
- <artifactId>commons-build-plugin</artifactId>
|
||||
- </plugin>
|
||||
@@ -812,8 +799,0 @@
|
||||
- <plugin>
|
||||
@@ -1144,11 +1131,0 @@
|
||||
-
|
||||
- <!-- Default values for the download-page generation by commons-build-plugin -->
|
||||
- <commons.release.name>${project.artifactId}-${commons.release.version}</commons.release.name>
|
||||
- <commons.release.desc />
|
||||
@ -22,4 +23,6 @@
|
||||
- <commons.release.2.name>${project.artifactId}-${commons.release.2.version}</commons.release.2.name>
|
||||
- <commons.release.2.desc />
|
||||
- <commons.release.2.binary.suffix>-bin</commons.release.2.binary.suffix>
|
||||
-
|
||||
- <commons.release.3.name>${project.artifactId}-${commons.release.3.version}</commons.release.3.name>
|
||||
- <commons.release.3.desc />
|
||||
- <commons.release.3.binary.suffix>-bin</commons.release.3.binary.suffix>
|
||||
|
@ -2,15 +2,15 @@
|
||||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 22
|
||||
Release: 4%{?dist}
|
||||
Version: 26
|
||||
Release: 1%{?dist}
|
||||
Summary: Apache Commons Parent Pom
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
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-22
|
||||
# tar caf commons-parent-22.tar.xz commons-parent-22
|
||||
# svn export http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-26
|
||||
# tar caf commons-parent-26.tar.xz commons-parent-26
|
||||
Source0: %{short_name}-%{version}.tar.xz
|
||||
|
||||
#common-build-plugin not in fedora yet
|
||||
@ -60,6 +60,9 @@ install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
|
||||
%{_mavendepmapfragdir}/*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 19 2012 Chris Spike <spike@fedoraproject.org> 22-4
|
||||
- Updated to 26
|
||||
|
||||
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 22-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user