From b3015cc4c16d83633199fd75fae576ef15b3d6fa Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 14 Apr 2022 12:23:35 -0700 Subject: [PATCH] eclipse-license package is retired on c9s for CS-802 --- .gitignore | 10 --- dead.package | 1 + eclipse-license.spec | 167 ------------------------------------------- sources | 2 - 4 files changed, 1 insertion(+), 179 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 eclipse-license.spec delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4829832..0000000 --- a/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -/.build-* -/noarch -/org.eclipse.license-license-*.tar.bz2 -/org.eclipse.license-license-*/ -/.project -/*.src.rpm - -/org.eclipse.license-57a2c5aac0e8cb3a0bfbb4468826e5c2a45d5029.tar.bz2 -/org.eclipse.license-e80ffa9b3652eb2534d92a9b8729bc70ed0b4d06.tar.xz -/org.eclipse.license-license-1.0.1.v20140414-1359.tar.xz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..efa6c6e --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +eclipse-license package is retired on c9s for CS-802 diff --git a/eclipse-license.spec b/eclipse-license.spec deleted file mode 100644 index 70f842b..0000000 --- a/eclipse-license.spec +++ /dev/null @@ -1,167 +0,0 @@ -# We need to ship both versions of the EPL -# Some plug-ins are moving to EPL 2, but some plug-ins might stay with EPL 1 -%global eplv2_ver 2.0.2 -%global eplv2_tag org.eclipse.license-e80ffa9b3652eb2534d92a9b8729bc70ed0b4d06 -%global eplv1_ver 1.0.1 -%global eplv1_tag org.eclipse.license-license-%{eplv1_ver}.v20140414-1359 - -Name: eclipse-license -Version: %{eplv2_ver} -Release: 4%{?dist} -Summary: Shared license features for Eclipse -License: EPL-1.0 and EPL-2.0 -URL: https://wiki.eclipse.org/CBI -Source1: https://git.eclipse.org/c/cbi/org.eclipse.license.git/snapshot/%{eplv1_tag}.tar.xz -Source2: https://git.eclipse.org/c/cbi/org.eclipse.license.git/snapshot/%{eplv2_tag}.tar.xz - -BuildArch: noarch - -# Upstream Eclipse no longer supports non-64bit arches -ExcludeArch: s390 %{arm} %{ix86} - -BuildRequires: tycho - -%description -Shared license features for Eclipse. Other features may consume these -features to avoid unnecessary duplication of license boiler plate. - -%package -n %{name}1 -Version: %{eplv1_ver} -Release: 14%{?dist} -Summary: Shared EPL v1.0 license feature for Eclipse -License: EPL-1.0 - -%description -n %{name}1 -Shared license feature for Eclipse. Other features may consume this -feature to avoid unnecessary duplication of license boiler plate. - -%package -n %{name}2 -Version: %{eplv2_ver} -Summary: Shared EPL v2.0 license feature for Eclipse -License: EPL-2.0 - -%description -n %{name}2 -Shared license feature for Eclipse. Other features may consume this -feature to avoid unnecessary duplication of license boiler plate. - -%prep -%setup -q -c -T - -tar xf %{SOURCE1} -tar xf %{SOURCE2} - -%pom_remove_plugin ":tycho-packaging-plugin" */pom.xml - -%build -pushd %{eplv1_tag} -%mvn_build -j -popd - -pushd %{eplv2_tag} -sed -i -e 's/\(-SNAPSHOT\|\.qualifier\)/.v20181016-2210/' pom.xml */*.xml -%mvn_build -j -popd - -%install -pushd %{eplv1_tag} -%mvn_package "::pom::" __noinstall -%mvn_package ":" 1 -%mvn_install -popd - -# Remove exploded tycho external bundles zipfile in case we are operating -# in bootstrap mode -rm -rf /tmp/tycho-bundles-external* - -pushd %{eplv2_tag} -%mvn_package "::pom::" __noinstall -%mvn_package ":" 2 -%mvn_install -popd - -%files -n %{name}1 -f %{eplv1_tag}/.mfiles-1 -%license %{eplv1_tag}/org.eclipse.license/*.html - -%files -n %{name}2 -f %{eplv2_tag}/.mfiles-2 -%license %{eplv2_tag}/org.eclipse.license/*.html - -%changelog -* Thu Apr 15 2021 Mohan Boddu - 2.0.2-4 -- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - -* Tue Jan 26 2021 Fedora Release Engineering - 2.0.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Nov 13 2020 Mat Booth - 2.0.2-2 -- Fix release tag in license1 subpackage - -* Fri Oct 30 2020 Mat Booth - 2.0.2-1 -- Update to latest upstream release - -* Mon Jul 27 2020 Fedora Release Engineering - 2.0.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Tue Jan 28 2020 Fedora Release Engineering - 2.0.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Jul 24 2019 Fedora Release Engineering - 2.0.1-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Wed Mar 13 2019 Mat Booth - 2.0.1-7 -- Restrict to same architectures as Eclipse itself - -* Thu Jan 31 2019 Fedora Release Engineering - 2.0.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Aug 16 2018 Mat Booth - 2.0.1-5 -- Allow building when tycho is bootstrapped - -* Thu Jul 12 2018 Fedora Release Engineering - 2.0.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Thu Jul 05 2018 Mat Booth - 2.0.1-3 -- Use actual release tag - -* Mon Jun 11 2018 Mat Booth - 2.0.1-2 -- Avoid reliance on tycho-extras - -* Wed May 30 2018 Mat Booth - 2.0.1-1 -- Ship both EPL v1.0 and EPL v2.0 features - -* Wed Feb 07 2018 Fedora Release Engineering - 1.0.1-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.0.1-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Feb 10 2017 Fedora Release Engineering - 1.0.1-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 03 2016 Fedora Release Engineering - 1.0.1-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Aug 25 2015 Mat Booth - 1.0.1-8 -- No need to package pom file - -* Tue Jun 30 2015 Mat Booth - 1.0.1-7 -- BR on eclipse-filesystem - -* Wed Jun 17 2015 Fedora Release Engineering - 1.0.1-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Aug 26 2014 Mat Booth - 1.0.1-5 -- Build/install with xmvn -- Require eclipse-filesystem - -* Sat Jun 07 2014 Fedora Release Engineering - 1.0.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri May 09 2014 Mat Booth - 1.0.1-3 -- Update to latest upstream. - -* Thu Mar 13 2014 Mat Booth - 1.0.0-2 -- Use Xmvn. - -* Thu Mar 13 2014 Mat Booth - 1.0.0-1 -- Initial version of license shared feature. - diff --git a/sources b/sources deleted file mode 100644 index 766fa53..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -SHA512 (org.eclipse.license-e80ffa9b3652eb2534d92a9b8729bc70ed0b4d06.tar.xz) = 777823c8923fde365641bbae39498e9fa56f29a4cf8e9f1e4ef61018a72bfb31e27d2c54736399f0385e015f6db8f5bac64027cceda50cb57184215554fe600d -SHA512 (org.eclipse.license-license-1.0.1.v20140414-1359.tar.xz) = ca6aed167025841f2af56efbcdfffa69556aa1a2391e4d028c927aa2a3c7784dcc807252a62352b0da0b6f641f6c8fd4fe94472b0b4332dd9a1efba099a78266