Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package apache-commons-el for 
openSUSE:Factory checked in at 2024-10-02 21:35:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache-commons-el (Old)
 and      /work/SRC/openSUSE:Factory/.apache-commons-el.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache-commons-el"

Wed Oct  2 21:35:29 2024 rev:5 rq:1205232 version:1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache-commons-el/apache-commons-el.changes      
2024-02-20 21:15:51.389297099 +0100
+++ 
/work/SRC/openSUSE:Factory/.apache-commons-el.new.19354/apache-commons-el.changes
   2024-10-02 21:35:40.704103509 +0200
@@ -1,0 +2,5 @@
+Wed Oct  2 15:29:26 UTC 2024 - Fridrich Strba <fst...@suse.com>
+
+- Spec file cleanup
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ apache-commons-el.spec ++++++
--- /var/tmp/diff_new_pack.hyXdZq/_old  2024-10-02 21:35:41.376131447 +0200
+++ /var/tmp/diff_new_pack.hyXdZq/_new  2024-10-02 21:35:41.380131614 +0200
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package apache-commons-el
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -35,9 +35,8 @@
 BuildRequires:  fdupes
 BuildRequires:  glassfish-jsp-api
 BuildRequires:  glassfish-servlet-api
-BuildRequires:  javapackages-local
+BuildRequires:  javapackages-local >= 6
 BuildRequires:  junit
-Requires:       mvn(commons-logging:commons-logging)
 Provides:       jakarta-%{short_name}
 Obsoletes:      jakarta-%{short_name}
 Provides:       %{short_name}
@@ -73,9 +72,7 @@
 EOBP
 
 %build
-export CLASSPATH=
-export OPT_JAR_LIST=:
-%{ant} \
+ant \
   -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8 \
   -Dfinal.name=%{short_name} \
   -Dj2se.javadoc=%{_javadocdir}/java \
@@ -89,7 +86,7 @@
 ln -sf %{short_name}.jar %{buildroot}%{_javadir}/jakarta-%{short_name}.jar
 # pom
 install -dm 0755 %{buildroot}%{_mavenpomdir}
-install -pm 0644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/%{short_name}.pom
+%{mvn_install_pom} %{SOURCE1} %{buildroot}%{_mavenpomdir}/%{short_name}.pom
 %add_maven_depmap %{short_name}.pom %{short_name}.jar -a 
"org.apache.commons:commons-el"
 # javadoc
 install -dm 0755 %{buildroot}%{_javadocdir}/%{name}

Reply via email to