diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c256f01..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/org.eclipse.epp.logging-*.tar.xz -/noarch/ -/.build-*.log -/*.src.rpm diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..e89470f --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Project is dead upstream diff --git a/eclipse-epp-logging.spec b/eclipse-epp-logging.spec deleted file mode 100644 index bae20d2..0000000 --- a/eclipse-epp-logging.spec +++ /dev/null @@ -1,177 +0,0 @@ -%global git_tag 96b6065ed50d4c10e80995b3cae97b143485df17 - -Name: eclipse-epp-logging -Version: 2.0.7 -Release: 9%{?dist} -Summary: Eclipse Error Reporting tool -License: EPL-1.0 -URL: http://www.eclipse.org/epp/ - -Source0: http://git.eclipse.org/c/epp/org.eclipse.epp.logging.git/snapshot/org.eclipse.epp.logging-%{git_tag}.tar.xz - -Patch0: feature-cleanup.patch - -BuildArch: noarch - -# Upstream Eclipse no longer supports non-64bit arches -ExcludeArch: s390 %{arm} %{ix86} - -BuildRequires: tycho -BuildRequires: tycho-extras -BuildRequires: eclipse-pde -BuildRequires: eclipse-license -BuildRequires: eclipse-emf-runtime -BuildRequires: eclipse-mylyn -BuildRequires: apache-commons-lang3 -BuildRequires: lucene -BuildRequires: google-gson -BuildRequires: guava20 -BuildRequires: httpcomponents-client -BuildRequires: httpcomponents-client-cache -BuildRequires: exec-maven-plugin - -Requires: eclipse-platform >= 1:4.6.0 - -%description -EPP Logging provides a set of logging plugins for the Eclipse IDE. - -%prep -%setup -q -n org.eclipse.epp.logging-%{git_tag} -%patch0 -p1 - -sed -i -e 's/core=split;//' bundles/org.eclipse.epp.logging.aeri.ide/META-INF/MANIFEST.MF - -# Delete anything prebuilt or bundled -find -name *.jar -delete -find -name *.class -delete - -# Use newer jdt annotations -sed -i -e '/jdt\.annotation;bundle-version/s/2\.0\.0/3.0.0/' $(find -name MANIFEST.MF) - -pushd features/ -%pom_disable_module org.eclipse.epp.logging.3rd.feature -%pom_disable_module org.eclipse.epp.logging.aeri.tests.feature -%pom_disable_module org.eclipse.epp.logging.sdk.feature -popd - -%pom_disable_module releng -%pom_disable_module tests -%pom_disable_module examples - -# Remove plugins not needed for RPM builds -%pom_remove_plugin ":maven-enforcer-plugin" . features bundles -%pom_remove_plugin ":maven-checkstyle-plugin" . bundles tests -%pom_remove_plugin ":maven-license-plugin" . bundles -%pom_remove_plugin org.eclipse.tycho:target-platform-configuration -%pom_remove_plugin org.eclipse.tycho:tycho-packaging-plugin -%pom_remove_plugin org.codehaus.mojo:tidy-maven-plugin -%pom_remove_plugin org.codehaus.mojo:animal-sniffer-maven-plugin bundles/ -%pom_remove_plugin org.jacoco:jacoco-maven-plugin tests/ - -# Need to remove some erroneous @Override annotations generated by EMF, see -# https://bugs.eclipse.org/bugs/show_bug.cgi?id=542525 -%pom_add_plugin org.codehaus.mojo:exec-maven-plugin:1.6.0 bundles/org.eclipse.epp.logging.aeri.core \ -" - process-sourcesexec - - - sed - - -i - s/@Override// - \${project.build.directory}/generated-sources/emf/org/eclipse/epp/logging/aeri/core/impl/StringToStringMapImpl.java - \${project.build.directory}/generated-sources/emf/org/eclipse/epp/logging/aeri/core/impl/StringToLinkMapImpl.java - \${project.build.directory}/generated-sources/emf/org/eclipse/epp/logging/aeri/core/impl/ModelFactoryImpl.java - -" - -%mvn_package "::pom::" __noinstall - -%build -# Qualifier generated from last modification time of source tarball -QUALIFIER=$(date -u -d"$(stat --format=%y %{SOURCE0})" +v%Y%m%d-%H%M) -%mvn_build -j -- -DforceContextQualifier=$QUALIFIER - -%install -%mvn_install - -%files -f .mfiles -%license %{_datadir}/eclipse/droplets/epp-logging/features/org.eclipse.epp.logging.aeri.feature_*/*.html - - -%changelog -* Wed Jul 24 2019 Fedora Release Engineering - 2.0.7-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sat Mar 16 2019 Mat Booth - 2.0.7-8 -- Add missing BR on guava - -* Wed Mar 13 2019 Mat Booth - 2.0.7-7 -- Restrict to same architectures as Eclipse itself - -* Thu Jan 31 2019 Fedora Release Engineering - 2.0.7-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Fri Dec 07 2018 Mat Booth - 2.0.7-5 -- Fix build against newer EMF - -* Wed Aug 22 2018 Mat Booth - 2.0.7-4 -- Update license tag - -* Thu Jul 12 2018 Fedora Release Engineering - 2.0.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Jun 18 2018 Mat Booth - 2.0.7-2 -- Fix dep on guava - -* Mon Jun 11 2018 Mat Booth - 2.0.7-1 -- Update to Photon release - -* Wed May 09 2018 Mat Booth - 2.0.6-4 -- Fix build against photon - -* Thu Apr 19 2018 Mat Booth - 2.0.6-3 -- Rebuild to regenerate symlinks - -* Wed Feb 07 2018 Fedora Release Engineering - 2.0.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sun Sep 17 2017 Mat Booth - 2.0.6-1 -- Update to Oxygen.1 release - -* Wed Jul 26 2017 Fedora Release Engineering - 2.0.5-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Jun 22 2017 Mat Booth - 2.0.5-1 -- Update to Oxygen release - -* Fri Feb 10 2017 Fedora Release Engineering - 2.0.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Jan 11 2017 Mat Booth - 2.0.3-2 -- Update to latest release - -* Tue Oct 04 2016 Mat Booth - 2.0.3-1 -- Update to Neon.1 release - -* Tue Aug 02 2016 Mat Booth - 2.0.1-1 -- Port to latest lucene -- Use tagged Neon release - -* Thu Jun 30 2016 Mikolaj Izdebski - 1.100.0-0.6.gitc6ce9f2 -- Add missing BR on maven-enforcer-plugin - -* Thu Mar 24 2016 Sopot Cela - 1.100.0-0.5.gitc6ce9f2 -- Added symlinks to lucene3 artifacts - -* Thu Mar 24 2016 Sopot Cela - 1.100.0-0.4.gitc6ce9f2 -- Added dropins support - -* Mon Mar 21 2016 Sopot Cela - 1.100.0-0.3.gitc6ce9f2 -- Added %%license statement - -* Fri Mar 18 2016 Sopot Cela - 1.100.0-0.2.gitc6ce9f2 -- Disabled examples module - -* Wed Mar 16 2016 Sopot Cela - 1.100.0-0.1.gitc6ce9f2 -- Initial packaging diff --git a/feature-cleanup.patch b/feature-cleanup.patch deleted file mode 100644 index 6227c1c..0000000 --- a/feature-cleanup.patch +++ /dev/null @@ -1,52 +0,0 @@ -commit 90bd3e5362b1d996dad87acc567033bca5f4df3b -Author: Sopot Cela -Date: Wed Mar 16 15:20:23 2016 +0100 - - Feature cleanup - -diff --git a/bundles/org.eclipse.epp.logging.aeri.core/META-INF/MANIFEST.MF b/bundles/org.eclipse.epp.logging.aeri.core/META-INF/MANIFEST.MF -index f137a68..427c954 100644 ---- a/bundles/org.eclipse.epp.logging.aeri.core/META-INF/MANIFEST.MF -+++ b/bundles/org.eclipse.epp.logging.aeri.core/META-INF/MANIFEST.MF -@@ -11,12 +11,12 @@ - org.eclipse.e4.core.di, - org.eclipse.jdt.annotation;bundle-version="[1.0.0,2.0.0)";resolution:=optional, - org.eclipse.emf.ecore --Import-Package: com.google.common.annotations;version="[21.0.0,22.0.0)";resolution:=optional, -- com.google.common.base;version="[21.0.0,22.0.0)", -- com.google.common.cache;version="[21.0.0,22.0.0)", -- com.google.common.collect;version="[21.0.0,22.0.0)", -- com.google.common.hash;version="[21.0.0,22.0.0)", -- com.google.common.io;version="[21.0.0,22.0.0)", -+Import-Package: com.google.common.annotations;version="[18.0.0,21.0.0)";resolution:=optional, -+ com.google.common.base;version="[18.0.0,21.0.0)", -+ com.google.common.cache;version="[18.0.0,21.0.0)", -+ com.google.common.collect;version="[18.0.0,21.0.0)", -+ com.google.common.hash;version="[18.0.0,21.0.0)", -+ com.google.common.io;version="[18.0.0,21.0.0)", - org.apache.commons.io;version="[2.0.0,3.0.0)", - org.apache.commons.io.filefilter;version="[2.0.0,3.0.0)", - org.apache.commons.lang3;version="[3.0.0,4.0.0)", -diff --git a/bundles/org.eclipse.epp.logging.aeri.ide/META-INF/MANIFEST.MF b/bundles/org.eclipse.epp.logging.aeri.ide/META-INF/MANIFEST.MF -index 0a7b08e..ea88761 100644 ---- a/bundles/org.eclipse.epp.logging.aeri.ide/META-INF/MANIFEST.MF -+++ b/bundles/org.eclipse.epp.logging.aeri.ide/META-INF/MANIFEST.MF -@@ -27,12 +27,12 @@ - org.eclipse.emf.ecore, - org.apache.commons.lang3;bundle-version="[3.1.0,4.0.0)", - org.eclipse.e4.core.contexts --Import-Package: com.google.common.annotations;version="[21.0.0,22.0.0)";resolution:=optional, -- com.google.common.base;version="[21.0.0,22.0.0)", -- com.google.common.collect;version="[21.0.0,22.0.0)", -- com.google.common.hash;version="[21.0.0,22.0.0)", -- com.google.common.io;version="[21.0.0,22.0.0)", -- com.google.common.util.concurrent;version="[21.0.0,22.0.0)", -+Import-Package: com.google.common.annotations;version="[18.0.0,21.0.0)";resolution:=optional, -+ com.google.common.base;version="[18.0.0,21.0.0)", -+ com.google.common.collect;version="[18.0.0,21.0.0)", -+ com.google.common.hash;version="[18.0.0,21.0.0)", -+ com.google.common.io;version="[18.0.0,21.0.0)", -+ com.google.common.util.concurrent;version="[18.0.0,21.0.0)", - com.google.gson;version="[2.1.0,3.0.0)", - com.google.gson.annotations;version="[2.1.0,3.0.0)", - com.google.gson.reflect;version="[2.1.0,3.0.0)", diff --git a/sources b/sources deleted file mode 100644 index 24fd984..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (org.eclipse.epp.logging-96b6065ed50d4c10e80995b3cae97b143485df17.tar.xz) = 9b499f58c95f63c384aa44e092eae629b73b1f9e1af0bb70791dcc939b3f02a910890020ecb95f477f69091022a6d9db0e25478c2d02868fc523b59a2515e5c7