From c6d179df88290084df74a6595a1b561b66189b7a Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 8 Jul 2022 17:03:24 +0200 Subject: [PATCH 1/3] Rebuilt for Drop i686 JDKs https://fedoraproject.org/wiki/Changes/Drop_i686_JDKs --- xmltool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xmltool.spec b/xmltool.spec index c95a938..ce43594 100644 --- a/xmltool.spec +++ b/xmltool.spec @@ -1,6 +1,6 @@ Name: xmltool Version: 3.3 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Tool to manage XML documents through a Fluent Interface License: ASL 2.0 @@ -12,6 +12,7 @@ URL: http://code.google.com/p/xmltool Source0: %{name}-%{version}.tar.xz Patch0: fix-deprecated-assembly-goal.patch BuildArch: noarch +ExclusiveArch: %{java_arches} noarch BuildRequires: java-devel BuildRequires: jpackage-utils @@ -67,6 +68,9 @@ sed -i 's/\r//' LICENSE.txt %doc LICENSE.txt %changelog +* Fri Jul 08 2022 Jiri Vanek - 3.3-33 +- Rebuilt for Drop i686 JDKs + * Sat Feb 05 2022 Jiri Vanek - 3.3-32 - Rebuilt for java-17-openjdk as system jdk From 3d26e96fb4fc29e66581fddb24acaa61e0739f54 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:19:09 +0000 Subject: [PATCH 2/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmltool.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmltool.spec b/xmltool.spec index ce43594..4240e3d 100644 --- a/xmltool.spec +++ b/xmltool.spec @@ -1,6 +1,6 @@ Name: xmltool Version: 3.3 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Tool to manage XML documents through a Fluent Interface License: ASL 2.0 @@ -68,6 +68,9 @@ sed -i 's/\r//' LICENSE.txt %doc LICENSE.txt %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 3.3-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Fri Jul 08 2022 Jiri Vanek - 3.3-33 - Rebuilt for Drop i686 JDKs From 03e393f0c0b3661c57a3a2203fd519dfcad913cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 10 Jan 2023 19:40:24 +0100 Subject: [PATCH 3/3] Orphaned for 6+ weeks --- .gitignore | 1 - dead.package | 1 + fix-deprecated-assembly-goal.patch | 11 -- sources | 1 - xmltool.spec | 177 ----------------------------- 5 files changed, 1 insertion(+), 190 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 fix-deprecated-assembly-goal.patch delete mode 100644 sources delete mode 100644 xmltool.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index a1318d1..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -xmltool-3.3.tar.xz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/fix-deprecated-assembly-goal.patch b/fix-deprecated-assembly-goal.patch deleted file mode 100644 index c3f7a33..0000000 --- a/fix-deprecated-assembly-goal.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pom.xml.ORIG 2010-05-06 17:57:22.000000000 -0500 -+++ pom.xml 2017-01-04 14:26:28.005979113 -0600 -@@ -221,7 +221,7 @@ - make-assembly - package - -- attached -+ single - - - diff --git a/sources b/sources deleted file mode 100644 index 59a7fd6..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -70720414c9e63cd80fe159a0dab6ce4d xmltool-3.3.tar.xz diff --git a/xmltool.spec b/xmltool.spec deleted file mode 100644 index 4240e3d..0000000 --- a/xmltool.spec +++ /dev/null @@ -1,177 +0,0 @@ -Name: xmltool -Version: 3.3 -Release: 34%{?dist} -Summary: Tool to manage XML documents through a Fluent Interface - -License: ASL 2.0 -URL: http://code.google.com/p/xmltool -### upstream only provides binaries or source without build scripts -# tar creation instructions -# svn export http://xmltool.googlecode.com/svn/tags/xmltool-3.3 xmltool -# tar cfJ xmltool-3.3.tar.xz xmltool -Source0: %{name}-%{version}.tar.xz -Patch0: fix-deprecated-assembly-goal.patch -BuildArch: noarch -ExclusiveArch: %{java_arches} noarch - -BuildRequires: java-devel -BuildRequires: jpackage-utils -BuildRequires: maven-assembly-plugin -BuildRequires: maven-local -BuildRequires: maven-remote-resources-plugin -BuildRequires: maven-source-plugin -BuildRequires: maven-surefire-provider-testng -BuildRequires: apache-resource-bundles - -%description -XMLTool is a very simple Java library to be able to do all sorts of common -operations with an XML document. Java developers often end up writing the same -code for processing XML, transforming, etc. This easy to use class puts it all -together, using the Fluent Interface pattern to facilitate XML manipulations. - -%package javadoc -Summary: Javadocs for %{name} - -%description javadoc -This package contains the API documentation for %{name}. - -%prep -%setup -q -n %{name} - -%if 0%{?fedora} >= 26 -%patch0 -p0 -%endif - -# Fix end-of-line encoding -sed -i 's/\r//' LICENSE.txt - -%mvn_file : %{name} - -# Remove dep on maven-wagon and maven-license plugins -%pom_xpath_remove "pom:build/pom:extensions" -%pom_remove_plugin com.google.code.maven-license-plugin:maven-license-plugin - -# remove maven-compiler-plugin configuration that is broken with Java 11 -%pom_xpath_remove 'pom:plugin[pom:artifactId="maven-compiler-plugin"]/pom:configuration' - -%build -# Disable tests because they require an internet connection to run! -%mvn_build -f -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 - -%install -%mvn_install - -%files -f .mfiles -%doc LICENSE.txt - -%files javadoc -f .mfiles-javadoc -%doc LICENSE.txt - -%changelog -* Sat Jul 23 2022 Fedora Release Engineering - 3.3-34 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Fri Jul 08 2022 Jiri Vanek - 3.3-33 -- Rebuilt for Drop i686 JDKs - -* Sat Feb 05 2022 Jiri Vanek - 3.3-32 -- Rebuilt for java-17-openjdk as system jdk - -* Sat Jan 22 2022 Fedora Release Engineering - 3.3-31 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 3.3-30 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jan 28 2021 Fedora Release Engineering - 3.3-29 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 3.3-28 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat Jul 18 2020 Fabio Valentini - 3.3-27 -- Set javac source and target to 1.8 to fix Java 11 builds. - -* Sat Jul 11 2020 Jiri Vanek - 3.3-26 -- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 - -* Fri Jan 31 2020 Fedora Release Engineering - 3.3-25 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 3.3-24 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Fri Jul 05 2019 Filipe Rosset - 3.3-23 -- Fix FTBFS fixes rhbz#1606745 and rhbz#1676234 - -* Sun Feb 03 2019 Fedora Release Engineering - 3.3-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 3.3-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Igor Gnatenko - 3.3-20 -- Escape macros in %%changelog - -* Thu Jul 27 2017 Fedora Release Engineering - 3.3-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 3.3-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Jan 04 2017 Merlin Mathesius - 3.3-17 -- Correct deprecated assembly goal that was eliminated from - maven-assembly-plugin 3.x to fix FTBFS (BZ#1401633). - -* Wed Dec 14 2016 Merlin Mathesius - 3.3-16 -- Add missing BuildRequires for maven-source-plugin to fix FTBFS (BZ#1401633). -- Relocate %%pom_* macros to %%prep section in accordance with Java packaging guidelines. - -* Fri Feb 05 2016 Fedora Release Engineering - 3.3-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 3.3-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Feb 25 2015 Alexander Kurtakov 3.3-13 -- Rebuild for new style maven metadata. - -* Sun Jun 08 2014 Fedora Release Engineering - 3.3-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri Mar 28 2014 Michael Simacek - 3.3-11 -- Use Requires: java-headless rebuild (#1067528) - -* Thu Aug 29 2013 Mat Booth - 3.3-10 -- Update for newer guidelines, rhbz #993147 - -* Sun Aug 04 2013 Fedora Release Engineering - 3.3-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Sun Mar 03 2013 Mat Booth - 3.3-8 -- Fix FTBFS rhbz #914589. -- Drop pom patch (use macros instead.) -- Include licence file in javadoc package. - -* Fri Feb 15 2013 Fedora Release Engineering - 3.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Feb 06 2013 Java SIG - 3.3-6 -- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild -- Replace maven BuildRequires with maven-local - -* Sun Jul 22 2012 Fedora Release Engineering - 3.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Sat Jan 14 2012 Fedora Release Engineering - 3.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Nov 29 2011 Alexander Kurtakov 3.3-3 -- Build with maven 3. -- Adapt to current guidelines. - -* Mon Feb 07 2011 Fedora Release Engineering - 3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sat May 08 2010 Guido Grazioli - 3.3-1 -- Initial packaging