Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package regexp for openSUSE:Factory checked 
in at 2024-10-03 18:00:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/regexp (Old)
 and      /work/SRC/openSUSE:Factory/.regexp.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "regexp"

Thu Oct  3 18:00:30 2024 rev:24 rq:1205281 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/regexp/regexp.changes    2022-03-28 
16:59:35.304890084 +0200
+++ /work/SRC/openSUSE:Factory/.regexp.new.19354/regexp.changes 2024-10-03 
18:00:42.439004722 +0200
@@ -1,0 +2,5 @@
+Wed Oct  2 16:00:24 UTC 2024 - Fridrich Strba <[email protected]>
+
+- Spec file cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ regexp.spec ++++++
--- /var/tmp/diff_new_pack.dqJ2vR/_old  2024-10-03 18:00:43.051030202 +0200
+++ /var/tmp/diff_new_pack.dqJ2vR/_new  2024-10-03 18:00:43.055030369 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package regexp
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2000-2008, JPackage Project
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,6 @@
 
 
 %define full_name       jakarta-%{name}
-%define section         free
 Name:           regexp
 Version:        1.5
 Release:        0
@@ -28,15 +27,15 @@
 URL:            http://jakarta.apache.org/%{name}/
 Source0:        
http://www.apache.org/dist/jakarta/regexp/jakarta-regexp-%{version}.tar.gz
 Source1:        regexp-%{version}.pom
-BuildRequires:  ant
 BuildRequires:  ant >= 1.6
 BuildRequires:  java-devel
-BuildRequires:  javapackages-local
-BuildRequires:  javapackages-tools
+BuildRequires:  javapackages-local >= 6
 BuildRequires:  xml-commons-apis-bootstrap
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#!BuildIgnore:  xml-commons-apis xml-commons-resolver xml-commons xerces-j2
+#!BuildIgnore:  xerces-j2
+#!BuildIgnore:  xml-commons
+#!BuildIgnore:  xml-commons-apis
 #!BuildIgnore:  xml-commons-jaxp-1.3-apis
+#!BuildIgnore:  xml-commons-resolver
 BuildArch:      noarch
 
 %description
@@ -53,26 +52,19 @@
 find . -type f -name "*.jar" | xargs -t rm
 
 %build
-export OPT_JAR_LIST=:
-export CLASSPATH=
 mkdir lib
 ant -Djakarta-site2.dir=. -Dant.build.javac.source=1.8 
-Dant.build.javac.target=1.8  jar
 
 %install
 # jars
-install -d -m 755 %{buildroot}%{_javadir}
-install -m 644 build/*.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar
-(cd %{buildroot}%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} 
`echo $jar| sed  "s|-%{version}||g"`; done)
+install -dm 0755 %{buildroot}%{_javadir}
+install -pm 0644 build/*.jar %{buildroot}%{_javadir}/%{name}.jar
 [ -d docs/api ] && rm -rf docs/api
 # pom
 mkdir -p %{buildroot}%{_mavenpomdir}
-install -p -m 0644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
+%{mvn_install_pom} %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom
 %add_maven_depmap JPP-%{name}.pom %{name}.jar -a %{full_name}:%{full_name}
 
-%files
-%defattr(0644,root,root,0755)
-%doc LICENSE
-%{_javadir}/*.jar
-%{_mavenpomdir}/*
-%{_datadir}/maven-metadata/%{name}.xml*
+%files -f .mfiles
+%license LICENSE
 

Reply via email to