# # spec file for package eclipse-ecf # # Copyright (c) 2024 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 flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "bootstrap" %bcond_without bootstrap %else %bcond_with bootstrap %endif %global _eclipsedir %{_libdir}/eclipse # This exclude breaks the cyclic dependency on the platform to aide in # bootstrapping %global __requires_exclude .*org\.eclipse\.equinox.* %global git_tag 1e6e8e72cbb77a0e359e409cd4d2a58d03a6428d # Set this flag to avoid building additional providers when their # dependencies are not available %bcond_with providers Version: 3.14.8 Release: 0 Summary: Eclipse Communication Framework (ECF) Eclipse plug-in License: Apache-2.0 AND EPL-2.0 AND BSD-3-Clause Group: Development/Libraries/Java URL: https://www.eclipse.org/ecf/ Source0: https://git.eclipse.org/c/ecf/org.eclipse.ecf.git/snapshot/org.eclipse.ecf-%{git_tag}.tar.xz # Change how feature deps are specified, to avoid embedding versions Patch0: 0001-Avoid-hard-coding-dependency-versions-by-using-featu.patch # Unneeded dep on JDT prevents bootstrap mode Patch1: 0002-Remove-unneeded-dep-on-jdt-annotations.patch Patch2: explicit-httpcore-bundle.patch BuildRequires: apache-commons-codec BuildRequires: apache-commons-logging BuildRequires: build-helper-maven-plugin BuildRequires: eclipse-license2 BuildRequires: fdupes BuildRequires: glassfish-annotation-api BuildRequires: httpcomponents-client BuildRequires: httpcomponents-core BuildRequires: java-devel >= 9 BuildRequires: maven-local BuildRequires: osgi-annotation BuildConflicts: java >= 12 BuildConflicts: java-devel >= 12 BuildConflicts: java-headless >= 12 # Upstream Eclipse no longer supports non-64bit arches ExcludeArch: s390 %{arm} %{ix86} %if %{with bootstrap} Name: eclipse-ecf-bootstrap BuildRequires: tycho-bootstrap #!BuildIgnore: tycho %else Name: eclipse-ecf BuildRequires: eclipse-ecf-core-bootstrap >= %{version} BuildRequires: eclipse-emf-core BuildRequires: eclipse-emf-runtime BuildRequires: eclipse-pde-bootstrap BuildRequires: eclipse-platform-bootstrap BuildRequires: jgit BuildRequires: tycho #!BuildIgnore: eclipse-platform #!BuildIgnore: tycho-bootstrap #!BuildRequires: log4j %endif %description ECF is a set of frameworks for building communications into applications and services. It provides a lightweight, modular, transport-independent, fully compliant implementation of the OSGi Remote Services standard. %if %{with bootstrap} %package -n eclipse-ecf-core-bootstrap %else %package core Obsoletes: eclipse-ecf-core-bootstrap %endif Summary: Eclipse ECF Core Group: Development/Libraries/Java Requires: httpcomponents-client Requires: httpcomponents-core %if %{with bootstrap} %description -n eclipse-ecf-core-bootstrap %else %description core %endif ECF bundles required by eclipse-platform. %if %{without bootstrap} %package runtime Summary: Eclipse Communication Framework (ECF) Eclipse plug-in Group: Development/Libraries/Java BuildArch: noarch %description runtime ECF is a set of frameworks for building communications into applications and services. It provides a lightweight, modular, transport-independent, fully compliant implementation of the OSGi Remote Services standard. %package sdk Summary: Eclipse ECF SDK Group: Development/Libraries/Java BuildArch: noarch %description sdk Documentation and developer resources for the Eclipse Communication Framework (ECF) plug-in. %endif %prep %setup -q -n org.eclipse.ecf-%{git_tag} find . -type f -name "*.jar" -exec rm {} \; find . -type f -name "*.class" -exec rm {} \; %patch -P 0 -p1 %patch -P 1 -p1 %patch -P 2 -p1 # Extend the objectweb-asm requirements sed -i -e 's/org\.objectweb\.asm;version="\[5\.0\.1,8\.0\.0)"/org\.objectweb\.asm;version="\[5\.0\.1,10\.0\.0)"/g' \ protocols/bundles/ch.ethz.iks.r_osgi.remote/META-INF/MANIFEST.MF # Correction for content of runtime package %pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.presence']" releng/features/org.eclipse.ecf.core/feature.xml # Don't build examples or tests sed -i -e '/examples/d' -e '/tests/d' pom.xml %pom_disable_module releng/features/org.eclipse.ecf.tests.feature %pom_disable_module releng/features/org.eclipse.ecf.tests.filetransfer.feature %pom_disable_module releng/features/org.eclipse.ecf.eventadmin.examples.feature %pom_disable_module releng/features/org.eclipse.ecf.remoteservice.examples.feature %pom_disable_module releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature %pom_xpath_remove "feature/requires/import[@feature='org.eclipse.ecf.remoteservice.sdk.examples.feature']" releng/features/org.eclipse.ecf.core/feature.xml %pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.example.clients']" releng/features/org.eclipse.ecf.core/feature.xml %pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.example.collab']" releng/features/org.eclipse.ecf.core/feature.xml # Don't use target platform or jgit packaging bits %pom_xpath_remove "pom:target" %pom_xpath_remove "pom:plugin[pom:artifactId='tycho-packaging-plugin']/pom:dependencies" %pom_xpath_remove "pom:plugin[pom:artifactId='tycho-packaging-plugin']/pom:configuration/pom:sourceReferences" %pom_xpath_remove "pom:plugin[pom:artifactId='tycho-packaging-plugin']/pom:configuration/pom:timestampProvider" %pom_disable_module releng/org.eclipse.ecf.releng.repository # Remove unnecesary dep on json %pom_xpath_remove "feature/requires/import[@plugin='org.json']" releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml # Using latest zookeeper requires non-trivial port %pom_disable_module releng/features/org.eclipse.ecf.discovery.zookeeper.feature %pom_disable_module providers/bundles/org.eclipse.ecf.provider.zookeeper %pom_xpath_remove "feature/includes[@id='org.eclipse.ecf.discovery.zookeeper.feature']" releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml sed -i -e '/provider.zookeeper/d' doc/bundles/org.eclipse.ecf.doc/build.properties # Using latest rome requires non-trivial port %pom_disable_module releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature %pom_disable_module framework/bundles/org.eclipse.ecf.remoteservice.rest.synd sed -i -e '/remoteservice.rest.synd/d' doc/bundles/org.eclipse.ecf.doc/build.properties # Disable SLP provider, rhbz#1416706 %pom_disable_module releng/features/org.eclipse.ecf.discovery.slp.feature %pom_disable_module providers/bundles/org.eclipse.ecf.provider.jslp %pom_disable_module protocols/bundles/ch.ethz.iks.slp %pom_xpath_remove "feature/includes[@id='org.eclipse.ecf.discovery.slp.feature']" releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml sed -i -e '/provider.jslp/d' doc/bundles/org.eclipse.ecf.doc/build.properties # Misc other providers that we don't need %pom_disable_module releng/features/org.eclipse.ecf.discovery.dnssd.feature %pom_disable_module providers/bundles/org.eclipse.ecf.provider.dnssd sed -i -e '/provider.dnssd/d' doc/bundles/org.eclipse.ecf.doc/build.properties %pom_disable_module protocols/bundles/org.jivesoftware.smack %pom_disable_module providers/bundles/org.eclipse.ecf.provider.xmpp.datashare %pom_disable_module providers/bundles/org.eclipse.ecf.provider.xmpp %pom_disable_module providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice %pom_disable_module providers/bundles/org.eclipse.ecf.provider.xmpp.ui %pom_disable_module releng/features/org.eclipse.ecf.xmpp.feature %pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.provider.xmpp.ui']" releng/features/org.eclipse.ecf.core/feature.xml %pom_disable_module providers/bundles/org.eclipse.ecf.provider.irc %pom_disable_module providers/bundles/org.eclipse.ecf.provider.irc.ui %pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.provider.irc']" releng/features/org.eclipse.ecf.core/feature.xml %pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.provider.irc.ui']" releng/features/org.eclipse.ecf.core/feature.xml # Don't build bundles that are not relevant to our platform %pom_disable_module providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32 %pom_xpath_remove "feature/plugin[@os='win32']" releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/feature.xml # Use system libs ln -s $(build-classpath osgi-annotation) osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/osgi/osgi.annotation.jar %if %{with bootstrap} # Only build core modules when bootstrapping %pom_xpath_replace "pom:modules" " releng/features/org.eclipse.ecf.core.feature releng/features/org.eclipse.ecf.core.ssl.feature releng/features/org.eclipse.ecf.filetransfer.feature releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature releng/features/org.eclipse.ecf.filetransfer.ssl.feature framework/bundles/org.eclipse.ecf framework/bundles/org.eclipse.ecf.identity framework/bundles/org.eclipse.ecf.filetransfer framework/bundles/org.eclipse.ecf.ssl providers/bundles/org.eclipse.ecf.provider.filetransfer providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4 providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45 providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl " %endif # TODO: Figure out why this is necessary.... sed -i -e '/Require-Bundle:/a\ org.eclipse.osgi.services,' framework/bundles/org.eclipse.ecf.console/META-INF/MANIFEST.MF %pom_xpath_inject \ "pom:plugin/pom:executions/pom:execution/pom:configuration/pom:dependencies" \ "javax.annotation-apieclipse-plugin" \ doc/bundles/org.eclipse.ecf.doc # Don't install poms %{mvn_package} "::{pom,target}::" __noinstall %if %{with bootstrap} %{mvn_package} "::jar:{sources,sources-feature}:" __noinstall %else %{mvn_package} "::jar:{sources,sources-feature}:" sdk %endif %{mvn_package} ":org.eclipse.ecf.{core,sdk}" sdk %{mvn_package} ":org.eclipse.ecf.docshare*" sdk for p in $(grep '