Compare commits
No commits in common. "5560e03e0df61e0907cf1da24fa4d8ac66ea09f1" and "c8" have entirely different histories.
5560e03e0d
...
c8
@ -1 +1 @@
|
|||||||
531f765f2af4e8f04b98714f53d7323b562eb89f org.eclipse.ecf-1e6e8e72cbb77a0e359e409cd4d2a58d03a6428d.tar.xz
|
7d791e3947b359ce6c4c02e9e897cd9bfe2fd0fd SOURCES/org.eclipse.ecf-4923fdc9a5aa667dc3f3f33efb1566120b46e1f6.tar.xz
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
|||||||
SOURCES/org.eclipse.ecf-1e6e8e72cbb77a0e359e409cd4d2a58d03a6428d.tar.xz
|
SOURCES/org.eclipse.ecf-4923fdc9a5aa667dc3f3f33efb1566120b46e1f6.tar.xz
|
||||||
/org.eclipse.ecf-1e6e8e72cbb77a0e359e409cd4d2a58d03a6428d.tar.xz
|
|
||||||
|
@ -4,20 +4,20 @@
|
|||||||
# bootstrapping
|
# bootstrapping
|
||||||
%global __requires_exclude .*org\.eclipse\.equinox.*
|
%global __requires_exclude .*org\.eclipse\.equinox.*
|
||||||
|
|
||||||
%global git_tag 1e6e8e72cbb77a0e359e409cd4d2a58d03a6428d
|
%global git_tag 4923fdc9a5aa667dc3f3f33efb1566120b46e1f6
|
||||||
|
|
||||||
# Set this flag to avoid building everything except for the core bundles
|
# Set this flag to avoid building everything except for the core bundles
|
||||||
# Allows building into a brand new buildroot before Eclipse is even built
|
# Allows building into a brand new buildroot before Eclipse is even built
|
||||||
%bcond_with bootstrap
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: eclipse-ecf
|
Name: eclipse-ecf
|
||||||
Version: 3.14.8
|
Version: 3.14.5
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Eclipse Communication Framework (ECF) Eclipse plug-in
|
Summary: Eclipse Communication Framework (ECF) Eclipse plug-in
|
||||||
|
|
||||||
# Note: The org.jivesoftware.smack bundle is Apache licensed
|
# Note: The org.jivesoftware.smack bundle is Apache licensed
|
||||||
# Note: The ch.ethz.iks.r_osgi.remote bundle is BSD licensed
|
# Note: The ch.ethz.iks.r_osgi.remote bundle is BSD licensed
|
||||||
License: EPL-2.0 and ASL 2.0 and BSD
|
License: EPL-1.0 and ASL 2.0 and BSD
|
||||||
URL: https://www.eclipse.org/ecf/
|
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
|
Source0: https://git.eclipse.org/c/ecf/org.eclipse.ecf.git/snapshot/org.eclipse.ecf-%{git_tag}.tar.xz
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ Patch1: 0002-Remove-unneeded-dep-on-jdt-annotations.patch
|
|||||||
BuildRequires: tycho
|
BuildRequires: tycho
|
||||||
BuildRequires: tycho-extras
|
BuildRequires: tycho-extras
|
||||||
BuildRequires: maven-plugin-build-helper
|
BuildRequires: maven-plugin-build-helper
|
||||||
BuildRequires: eclipse-license2
|
BuildRequires: eclipse-license
|
||||||
BuildRequires: osgi-annotation
|
BuildRequires: osgi-annotation
|
||||||
BuildRequires: httpcomponents-client
|
BuildRequires: httpcomponents-client
|
||||||
BuildRequires: httpcomponents-core
|
BuildRequires: httpcomponents-core
|
||||||
@ -43,7 +43,6 @@ BuildRequires: eclipse-pde
|
|||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
# Upstream Eclipse no longer supports non-64bit arches
|
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -60,7 +59,6 @@ Requires: httpcomponents-core
|
|||||||
ECF bundles required by eclipse-platform.
|
ECF bundles required by eclipse-platform.
|
||||||
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
|
|
||||||
%package runtime
|
%package runtime
|
||||||
Summary: Eclipse Communication Framework (ECF) Eclipse plug-in
|
Summary: Eclipse Communication Framework (ECF) Eclipse plug-in
|
||||||
|
|
||||||
@ -89,10 +87,12 @@ find . -type f -name "*.class" -exec rm {} \;
|
|||||||
# Correction for content of runtime package
|
# Correction for content of runtime package
|
||||||
%pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.presence']" releng/features/org.eclipse.ecf.core/feature.xml
|
%pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.presence']" releng/features/org.eclipse.ecf.core/feature.xml
|
||||||
|
|
||||||
|
# Fix ASM restriction
|
||||||
|
sed -i -e '/org.objectweb.asm/s/7/8/' protocols/bundles/ch.ethz.iks.r_osgi.remote/META-INF/MANIFEST.MF
|
||||||
|
|
||||||
# Don't build examples or tests
|
# Don't build examples or tests
|
||||||
sed -i -e '/<module>examples/d' -e '/<module>tests/d' pom.xml
|
sed -i -e '/<module>examples/d' -e '/<module>tests/d' pom.xml
|
||||||
%pom_disable_module releng/features/org.eclipse.ecf.tests.feature
|
%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.eventadmin.examples.feature
|
||||||
%pom_disable_module releng/features/org.eclipse.ecf.remoteservice.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_disable_module releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature
|
||||||
@ -114,24 +114,20 @@ sed -i -e '/<module>examples/d' -e '/<module>tests/d' pom.xml
|
|||||||
%pom_disable_module releng/features/org.eclipse.ecf.discovery.zookeeper.feature
|
%pom_disable_module releng/features/org.eclipse.ecf.discovery.zookeeper.feature
|
||||||
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.zookeeper
|
%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
|
%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
|
# Using latest rome requires non-trivial port
|
||||||
%pom_disable_module releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature
|
%pom_disable_module releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature
|
||||||
%pom_disable_module framework/bundles/org.eclipse.ecf.remoteservice.rest.synd
|
%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
|
# Disable SLP provider, rhbz#1416706
|
||||||
%pom_disable_module releng/features/org.eclipse.ecf.discovery.slp.feature
|
%pom_disable_module releng/features/org.eclipse.ecf.discovery.slp.feature
|
||||||
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.jslp
|
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.jslp
|
||||||
%pom_disable_module protocols/bundles/ch.ethz.iks.slp
|
%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
|
%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
|
# Misc other providers that we don't need
|
||||||
%pom_disable_module releng/features/org.eclipse.ecf.discovery.dnssd.feature
|
%pom_disable_module releng/features/org.eclipse.ecf.discovery.dnssd.feature
|
||||||
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.dnssd
|
%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 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.datashare
|
||||||
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.xmpp
|
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.xmpp
|
||||||
@ -242,32 +238,12 @@ popd
|
|||||||
%{_javadir}/eclipse/*
|
%{_javadir}/eclipse/*
|
||||||
|
|
||||||
%if %{without bootstrap}
|
%if %{without bootstrap}
|
||||||
|
|
||||||
%files runtime -f .mfiles-runtime
|
%files runtime -f .mfiles-runtime
|
||||||
|
|
||||||
%files sdk -f .mfiles-sdk
|
%files sdk -f .mfiles-sdk
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jun 18 2020 Mat Booth <mat.booth@redhat.com> - 3.14.8-1
|
|
||||||
- Update to latest upstream release
|
|
||||||
- License switch to EPL 2
|
|
||||||
|
|
||||||
* Fri Mar 20 2020 Mat Booth <mat.booth@redhat.com> - 3.14.7-1
|
|
||||||
- Update to latest upstream release
|
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.6-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Dec 19 2019 Mat Booth <mat.booth@redhat.com> - 3.14.6-3
|
|
||||||
- Full build
|
|
||||||
|
|
||||||
* Wed Dec 18 2019 Mat Booth <mat.booth@redhat.com> - 3.14.6-2
|
|
||||||
- Enable bootstrap mode
|
|
||||||
|
|
||||||
* Wed Dec 18 2019 Mat Booth <mat.booth@redhat.com> - 3.14.6-1
|
|
||||||
- Update to latest upstream release
|
|
||||||
|
|
||||||
* Mon Jul 01 2019 Mat Booth <mat.booth@redhat.com> - 3.14.5-3
|
* Mon Jul 01 2019 Mat Booth <mat.booth@redhat.com> - 3.14.5-3
|
||||||
- Add BSD to the license tag
|
- Add BSD to the license tag
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
eclipse-ecf package is retired for CS-806
|
|
Loading…
Reference in New Issue
Block a user