Hello community,
here is the log from the commit of package apache-commons-parent for
openSUSE:Factory checked in at 2013-09-03 22:01:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-parent (Old)
and /work/SRC/openSUSE:Factory/.apache-commons-parent.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-commons-parent"
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-commons-parent/apache-commons-parent.changes
2012-03-01 07:25:24.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.apache-commons-parent.new/apache-commons-parent.changes
2013-09-03 22:01:27.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Aug 27 09:01:50 UTC 2013 - [email protected]
+
+- update to 32
+ * sync versions of various components in pom.xml
+- use add_maven_depmap from last javapackages-tools
+- dropped:
+ * apache-commons-parent-remove-build-plugin.patch
+
+-------------------------------------------------------------------
Old:
----
apache-commons-parent-remove-build-plugin.patch
commons-parent-23.tar.bz2
New:
----
commons-parent-32.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-commons-parent.spec ++++++
--- /var/tmp/diff_new_pack.tKFTji/_old 2013-09-03 22:01:28.000000000 +0200
+++ /var/tmp/diff_new_pack.tKFTji/_new 2013-09-03 22:01:28.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache-commons-parent
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,20 @@
#
-%define _mavenpomdir %{_datadir}/maven2/poms
-
%define base_name parent
%define short_name commons-%{base_name}
Name: apache-%{short_name}
-Version: 23
+Version: 32
Release: 0
Summary: Apache Commons Parent Pom
License: Apache-2.0
Group: Development/Libraries/Java
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-15
-# tar caf commons-parent-23.tar.xz commons-parent-23
-Source0: %{short_name}-%{version}.tar.bz2
-
-#common-build-plugin not in fedora yet
-Patch1: apache-commons-parent-remove-build-plugin.patch
+# svn export
http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-32
+# tar caf commons-parent-32.tar.xz commons-parent-32
+Source0: %{short_name}-%{version}.tar.xz
BuildArch: noarch
@@ -67,30 +62,25 @@
%prep
%setup -q -n %{short_name}-%{version}
-%patch1
+
+# Plugin is not in suse
+%pom_remove_plugin org.apache.commons:commons-build-plugin
+%pom_remove_plugin org.apache.maven.plugins:maven-scm-publish-plugin
%build
#nothing to do for the pom
%install
-%add_to_maven_depmap org.apache.commons %{short_name} %{version} JPP
%{short_name}
# poms
install -d -m 755 %{buildroot}%{_mavenpomdir}
install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
-
-%post
-%update_maven_depmap
-
-%postun
-%update_maven_depmap
+%add_maven_depmap JPP-%{short_name}.pom
%files
%defattr(0644,root,root,0755)
%doc LICENSE.txt NOTICE.txt
%{_mavenpomdir}/*
%config %{_mavendepmapfragdir}/*
-%dir %{_datadir}/maven2
-%dir %{_datadir}/maven2/poms
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]