Hello community,
here is the log from the commit of package apache-portlet-1_0-api for
openSUSE:Factory checked in at 2017-06-01 16:29:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-portlet-1_0-api (Old)
and /work/SRC/openSUSE:Factory/.apache-portlet-1_0-api.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "apache-portlet-1_0-api"
Thu Jun 1 16:29:59 2017 rev:19 rq:496717 version:1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/apache-portlet-1_0-api/apache-portlet-1_0-api.changes
2015-04-02 15:53:47.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.apache-portlet-1_0-api.new/apache-portlet-1_0-api.changes
2017-06-01 16:30:01.326070783 +0200
@@ -1,0 +2,8 @@
+Fri May 19 10:15:13 UTC 2017 - [email protected]
+
+- New build dependency: javapackages-local
+- Removed maven conditions
+- Spec file cleaned
+- Fixed javadoc Requires
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ apache-portlet-1_0-api.spec ++++++
--- /var/tmp/diff_new_pack.1OJtLh/_old 2017-06-01 16:30:02.161952923 +0200
+++ /var/tmp/diff_new_pack.1OJtLh/_new 2017-06-01 16:30:02.165952359 +0200
@@ -1,7 +1,7 @@
#
# spec file for package apache-portlet-1_0-api
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,9 +16,6 @@
#
-%define with_maven %{!?_without_maven:1}%{?_without_maven:0}
-%define without_maven %{?_without_maven:1}%{!?_without_maven:0}
-%define with_maven 0
%define short_name portlet
%define base_name %{short_name}-1.0-api
Name: apache-portlet-1_0-api
@@ -35,21 +32,12 @@
Source3: apache-portlet-1.0-api-build.xml
BuildRequires: ant >= 1.6
BuildRequires: java-devel >= 1.4
+BuildRequires: javapackages-local
BuildRequires: javapackages-tools
Provides: portlet = %{version}
Provides: portlet-1.0-api = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
-%if %{with_maven}
-BuildRequires: maven2 >= 2.0.4-9
-BuildRequires: maven2-plugin-compiler
-BuildRequires: maven2-plugin-install
-BuildRequires: maven2-plugin-jar
-BuildRequires: maven2-plugin-javadoc
-BuildRequires: maven2-plugin-release
-BuildRequires: maven2-plugin-resources
-BuildRequires: maven2-plugin-surefire
-%endif
%description
Java Standard Portlet API accoring to JSR-168, from Jetspeed-2 .
@@ -57,9 +45,6 @@
%package javadoc
Summary: Portlet API 1.0 from Jetspeed2
Group: Development/Libraries/Java
-Requires(post): /bin/ln
-Requires(post): /bin/rm
-Requires(postun): /bin/rm
%description javadoc
Java Standard Portlet API accoring to JSR-168, from Jetspeed-2 .
@@ -74,14 +59,7 @@
cp %{SOURCE3} build.xml
%build
-%if %{with_maven}
-export MAVEN_REPO_LOCAL=$(pwd)/.m2/repository
-mvn-jpp -e \
- -Dmaven.repo.local=$MAVEN_REPO_LOCAL \
- install javadoc:javadoc
-%else
ant jar javadoc
-%endif
%install
install -d -m 755 %{buildroot}%{_javadir}