From 486e1ec341871ec0f67122599713d60353b6f6a0e83d13100d7f19d4096f5594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sat, 4 May 2024 02:13:32 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main xmvn-connector-ivy revision d12a3b84ae3984ff45bad7fc249ba7a7 --- .gitattributes | 23 ++++ _service | 13 ++ ...onnector-ivy-4.0.0~20220623.8da91ea.tar.xz | 3 + xmvn-connector-ivy-build.xml | 126 ++++++++++++++++++ xmvn-connector-ivy.changes | 42 ++++++ xmvn-connector-ivy.spec | 82 ++++++++++++ 6 files changed, 289 insertions(+) create mode 100644 .gitattributes create mode 100644 _service create mode 100644 xmvn-connector-ivy-4.0.0~20220623.8da91ea.tar.xz create mode 100644 xmvn-connector-ivy-build.xml create mode 100644 xmvn-connector-ivy.changes create mode 100644 xmvn-connector-ivy.spec diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/_service b/_service new file mode 100644 index 0000000..b009e58 --- /dev/null +++ b/_service @@ -0,0 +1,13 @@ + + + git + https://github.com/fedora-java/xmvn-connector-ivy.git + 8da91ea478427a4d241949ab5ca240cc983fde0f + 4.0.0~%cd.%h + + + *.tar + xz + + + diff --git a/xmvn-connector-ivy-4.0.0~20220623.8da91ea.tar.xz b/xmvn-connector-ivy-4.0.0~20220623.8da91ea.tar.xz new file mode 100644 index 0000000..1e1dcc3 --- /dev/null +++ b/xmvn-connector-ivy-4.0.0~20220623.8da91ea.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab82e2e11d74e6797aec4c1ceceaaf90e5f2a2e9238322ced6051e194898f0e +size 11192 diff --git a/xmvn-connector-ivy-build.xml b/xmvn-connector-ivy-build.xml new file mode 100644 index 0000000..fd38c4a --- /dev/null +++ b/xmvn-connector-ivy-build.xml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xmvn-connector-ivy.changes b/xmvn-connector-ivy.changes new file mode 100644 index 0000000..c13f2ec --- /dev/null +++ b/xmvn-connector-ivy.changes @@ -0,0 +1,42 @@ +------------------------------------------------------------------- +Tue Sep 12 12:49:11 UTC 2023 - Fridrich Strba + +- Reproducible: don't include timestamp in javadoc + +------------------------------------------------------------------- +Fri May 5 08:41:22 UTC 2023 - Fridrich Strba + +- Upgrade to git checkout from June 2022 with our patch integrated + +------------------------------------------------------------------- +Tue May 10 12:50:05 UTC 2022 - Fridrich Strba + +- Upgrade to a git checkout of unreleased upcoming 4.0.0 + * Allow building with Java 8 + * 'argLine' should not be a global property + * Enable access to non-public elements of java.lang + * Remove dependency on xmvn-parent POM + * Import xmvn-connector-ivy sources from xmvn +- Become a standalone package independent of xmvn sources + +------------------------------------------------------------------- +Thu Nov 21 14:24:55 UTC 2019 - Fridrich Strba + +- Upgrade to upstream version 3.1.0 + * Remove unused IvyLoggerAdapter +- Removed patches: + * 0001-Fix-installer-plugin-loading.patch + * 0001-Port-to-Gradle-4.2.patch + * 0001-Port-to-Gradle-4.3.1.patch + * 0001-Support-setting-Xdoclint-none-in-m-javadoc-p-3.0.0.patch + * 0001-Fix-configuration-of-aliased-plugins.patch + * 0001-Don-t-use-JAXB-for-converting-bytes-to-hex-string.patch + * 0001-Use-apache-commons-compress-for-manifest-injection-a.patch + * 0001-port-to-gradle-4.4.1.patch + * 0001-Replace-JAXB-parser.patch + + Integrated in this version + +------------------------------------------------------------------- +Wed Mar 27 06:25:55 UTC 2019 - Fridrich Strba + +- Initial packaging of xmvn-connector-ivy 3.0.0 diff --git a/xmvn-connector-ivy.spec b/xmvn-connector-ivy.spec new file mode 100644 index 0000000..218d608 --- /dev/null +++ b/xmvn-connector-ivy.spec @@ -0,0 +1,82 @@ +# +# spec file +# +# Copyright (c) 2023 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%global parent xmvn +%global subname connector-ivy +Name: %{parent}-%{subname} +Version: 4.0.0~20220623.8da91ea +Release: 0 +Summary: XMvn Connector for Apache Ivy +License: Apache-2.0 +Group: Development/Tools/Building +URL: https://fedora-java.github.io/xmvn/ +Source0: %{name}-%{version}.tar.xz +Source1: %{name}-build.xml +BuildRequires: %{parent}-api >= 4.0.0 +BuildRequires: ant +BuildRequires: apache-ivy +BuildRequires: fdupes +BuildRequires: java-devel >= 1.8 +BuildRequires: javapackages-local +BuildRequires: slf4j +BuildRequires: xmvn-install +BuildRequires: xmvn-resolve +BuildArch: noarch + +%description +This package provides XMvn MOJO, which is a Maven plugin that consists +of several MOJOs. Some goals of these MOJOs are intended to be +attached to default Maven lifecycle when building packages, others can +be called directly from Maven command line. + +%package javadoc +Summary: API documentation for %{name} +Group: Documentation/HTML + +%description javadoc +This package provides %{summary}. + +%prep +%setup -q +cp %{SOURCE1} build.xml + +%{mvn_file} :%{name} %{parent}/%{name} + +%build +mkdir -p lib +build-jar-repository -s lib \ + ivy slf4j %{parent} + +%{ant} \ + -Dtest.skip=true \ + package javadoc + +%{mvn_artifact} pom.xml target/%{name}-*.jar + +%install +%mvn_install +%fdupes -s %{buildroot}%{_javadocdir} + +%files -f .mfiles +%license LICENSE NOTICE +%doc AUTHORS README.md + +%files javadoc -f .mfiles-javadoc +%license LICENSE NOTICE + +%changelog