Blame SPECS/eclipse-ecf.spec

b5ba94
%global _eclipsedir %{_prefix}/lib/eclipse
b5ba94
b5ba94
# This exclude breaks the cyclic dependency on the platform to aide in
b5ba94
# bootstrapping
b5ba94
%global __requires_exclude .*org\.eclipse\.equinox.*
b5ba94
b5ba94
%global git_tag 1e6e8e72cbb77a0e359e409cd4d2a58d03a6428d
b5ba94
b5ba94
# Set this flag to avoid building everything except for the core bundles
b5ba94
# Allows building into a brand new buildroot before Eclipse is even built
b5ba94
%bcond_with bootstrap
b5ba94
b5ba94
Name:           eclipse-ecf
b5ba94
Version:        3.14.8
b5ba94
Release:        1%{?dist}
b5ba94
Summary:        Eclipse Communication Framework (ECF) Eclipse plug-in
b5ba94
b5ba94
# Note: The org.jivesoftware.smack bundle is Apache licensed
b5ba94
# Note: The ch.ethz.iks.r_osgi.remote bundle is BSD licensed
b5ba94
License:        EPL-2.0 and ASL 2.0 and BSD
b5ba94
URL:            https://www.eclipse.org/ecf/
b5ba94
Source0:        https://git.eclipse.org/c/ecf/org.eclipse.ecf.git/snapshot/org.eclipse.ecf-%{git_tag}.tar.xz
b5ba94
b5ba94
# Change how feature deps are specified, to avoid embedding versions
b5ba94
Patch0: 0001-Avoid-hard-coding-dependency-versions-by-using-featu.patch
b5ba94
b5ba94
# Unneeded dep on JDT prevents bootstrap mode
b5ba94
Patch1: 0002-Remove-unneeded-dep-on-jdt-annotations.patch
b5ba94
b5ba94
BuildRequires:  tycho
b5ba94
BuildRequires:  tycho-extras
b5ba94
BuildRequires:  maven-plugin-build-helper
b5ba94
BuildRequires:  eclipse-license2
b5ba94
BuildRequires:  osgi-annotation
b5ba94
BuildRequires:  httpcomponents-client
b5ba94
BuildRequires:  httpcomponents-core
b5ba94
BuildRequires:  apache-commons-codec
b5ba94
BuildRequires:  apache-commons-logging
b5ba94
%if %{without bootstrap}
b5ba94
BuildRequires:  eclipse-emf-runtime
b5ba94
BuildRequires:  eclipse-pde
b5ba94
%endif
b5ba94
b5ba94
BuildArch: noarch
b5ba94
b5ba94
# Upstream Eclipse no longer supports non-64bit arches
b5ba94
ExclusiveArch: x86_64
b5ba94
b5ba94
%description
b5ba94
ECF is a set of frameworks for building communications into applications and
b5ba94
services. It provides a lightweight, modular, transport-independent, fully
b5ba94
compliant implementation of the OSGi Remote Services standard.
b5ba94
b5ba94
%package   core
b5ba94
Summary:   Eclipse ECF Core
b5ba94
Requires:  httpcomponents-client
b5ba94
Requires:  httpcomponents-core
b5ba94
b5ba94
%description core
b5ba94
ECF bundles required by eclipse-platform.
b5ba94
b5ba94
%if %{without bootstrap}
b5ba94
b5ba94
%package   runtime
b5ba94
Summary:   Eclipse Communication Framework (ECF) Eclipse plug-in
b5ba94
b5ba94
%description runtime
b5ba94
ECF is a set of frameworks for building communications into applications and
b5ba94
services. It provides a lightweight, modular, transport-independent, fully
b5ba94
compliant implementation of the OSGi Remote Services standard.
b5ba94
b5ba94
%package   sdk
b5ba94
Summary:   Eclipse ECF SDK
b5ba94
b5ba94
%description sdk
b5ba94
Documentation and developer resources for the Eclipse Communication Framework
b5ba94
(ECF) plug-in.
b5ba94
%endif
b5ba94
b5ba94
%prep
b5ba94
%setup -q -n org.eclipse.ecf-%{git_tag}
b5ba94
b5ba94
find . -type f -name "*.jar" -exec rm {} \;
b5ba94
find . -type f -name "*.class" -exec rm {} \;
b5ba94
b5ba94
%patch0 -p1
b5ba94
%patch1 -p1
b5ba94
b5ba94
# Correction for content of runtime package
b5ba94
%pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.presence']" releng/features/org.eclipse.ecf.core/feature.xml
b5ba94
b5ba94
# Don't build examples or tests
b5ba94
sed -i -e '/<module>examples/d' -e '/<module>tests/d' pom.xml
b5ba94
%pom_disable_module releng/features/org.eclipse.ecf.tests.feature
b5ba94
%pom_disable_module releng/features/org.eclipse.ecf.tests.filetransfer.feature
b5ba94
%pom_disable_module releng/features/org.eclipse.ecf.eventadmin.examples.feature
b5ba94
%pom_disable_module releng/features/org.eclipse.ecf.remoteservice.examples.feature
b5ba94
%pom_disable_module releng/features/org.eclipse.ecf.remoteservice.sdk.examples.feature
b5ba94
%pom_xpath_remove "feature/requires/import[@feature='org.eclipse.ecf.remoteservice.sdk.examples.feature']" releng/features/org.eclipse.ecf.core/feature.xml
b5ba94
%pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.example.clients']" releng/features/org.eclipse.ecf.core/feature.xml
b5ba94
%pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.example.collab']" releng/features/org.eclipse.ecf.core/feature.xml
b5ba94
b5ba94
# Don't use target platform or jgit packaging bits
b5ba94
%pom_xpath_remove "pom:target"
b5ba94
%pom_xpath_remove "pom:plugin[pom:artifactId='tycho-packaging-plugin']/pom:dependencies"
b5ba94
%pom_xpath_remove "pom:plugin[pom:artifactId='tycho-packaging-plugin']/pom:configuration/pom:sourceReferences"
b5ba94
%pom_xpath_remove "pom:plugin[pom:artifactId='tycho-packaging-plugin']/pom:configuration/pom:timestampProvider"
b5ba94
%pom_disable_module releng/org.eclipse.ecf.releng.repository
b5ba94
b5ba94
# Remove unnecesary dep on json
b5ba94
%pom_xpath_remove "feature/requires/import[@plugin='org.json']" releng/features/org.eclipse.ecf.remoteservice.rest.feature/feature.xml
b5ba94
b5ba94
# Using latest zookeeper requires non-trivial port
b5ba94
%pom_disable_module releng/features/org.eclipse.ecf.discovery.zookeeper.feature
b5ba94
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.zookeeper
b5ba94
%pom_xpath_remove "feature/includes[@id='org.eclipse.ecf.discovery.zookeeper.feature']" releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
b5ba94
sed -i -e '/provider.zookeeper/d' doc/bundles/org.eclipse.ecf.doc/build.properties
b5ba94
b5ba94
# Using latest rome requires non-trivial port
b5ba94
%pom_disable_module releng/features/org.eclipse.ecf.remoteservice.rest.synd.feature
b5ba94
%pom_disable_module framework/bundles/org.eclipse.ecf.remoteservice.rest.synd
b5ba94
sed -i -e '/remoteservice.rest.synd/d' doc/bundles/org.eclipse.ecf.doc/build.properties
b5ba94
b5ba94
# Disable SLP provider, rhbz#1416706
b5ba94
%pom_disable_module releng/features/org.eclipse.ecf.discovery.slp.feature
b5ba94
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.jslp
b5ba94
%pom_disable_module protocols/bundles/ch.ethz.iks.slp
b5ba94
%pom_xpath_remove "feature/includes[@id='org.eclipse.ecf.discovery.slp.feature']" releng/features/org.eclipse.ecf.remoteservice.sdk.feature/feature.xml
b5ba94
sed -i -e '/provider.jslp/d' doc/bundles/org.eclipse.ecf.doc/build.properties
b5ba94
b5ba94
# Misc other providers that we don't need
b5ba94
%pom_disable_module releng/features/org.eclipse.ecf.discovery.dnssd.feature
b5ba94
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.dnssd
b5ba94
sed -i -e '/provider.dnssd/d' doc/bundles/org.eclipse.ecf.doc/build.properties
b5ba94
%pom_disable_module protocols/bundles/org.jivesoftware.smack
b5ba94
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.xmpp.datashare
b5ba94
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.xmpp
b5ba94
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.xmpp.remoteservice
b5ba94
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.xmpp.ui
b5ba94
%pom_disable_module releng/features/org.eclipse.ecf.xmpp.feature
b5ba94
%pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.provider.xmpp.ui']" releng/features/org.eclipse.ecf.core/feature.xml
b5ba94
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.irc
b5ba94
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.irc.ui
b5ba94
%pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.provider.irc']" releng/features/org.eclipse.ecf.core/feature.xml
b5ba94
%pom_xpath_remove "feature/plugin[@id='org.eclipse.ecf.provider.irc.ui']" releng/features/org.eclipse.ecf.core/feature.xml
b5ba94
b5ba94
# Don't build bundles that are not relevant to our platform
b5ba94
%pom_disable_module providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45.win32
b5ba94
%pom_xpath_remove "feature/plugin[@os='win32']" releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature/feature.xml
b5ba94
b5ba94
# Use system libs
b5ba94
ln -s $(build-classpath osgi-annotation) osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/osgi/osgi.annotation.jar
b5ba94
b5ba94
%if %{with bootstrap}
b5ba94
# Only build core modules when bootstrapping
b5ba94
%pom_xpath_replace "pom:modules" "<modules>
b5ba94
<module>releng/features/org.eclipse.ecf.core.feature</module>
b5ba94
<module>releng/features/org.eclipse.ecf.core.ssl.feature</module>
b5ba94
<module>releng/features/org.eclipse.ecf.filetransfer.feature</module>
b5ba94
<module>releng/features/org.eclipse.ecf.filetransfer.httpclient4.feature</module>
b5ba94
<module>releng/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature</module>
b5ba94
<module>releng/features/org.eclipse.ecf.filetransfer.httpclient45.feature</module>
b5ba94
<module>releng/features/org.eclipse.ecf.filetransfer.ssl.feature</module>
b5ba94
<module>framework/bundles/org.eclipse.ecf</module>
b5ba94
<module>framework/bundles/org.eclipse.ecf.identity</module>
b5ba94
<module>framework/bundles/org.eclipse.ecf.filetransfer</module>
b5ba94
<module>framework/bundles/org.eclipse.ecf.ssl</module>
b5ba94
<module>providers/bundles/org.eclipse.ecf.provider.filetransfer</module>
b5ba94
<module>providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4</module>
b5ba94
<module>providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl</module>
b5ba94
<module>providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclient45</module>
b5ba94
<module>providers/bundles/org.eclipse.ecf.provider.filetransfer.ssl</module>
b5ba94
</modules>"
b5ba94
%endif
b5ba94
b5ba94
# TODO: Figure out why this is necessary....
b5ba94
sed -i -e '/Require-Bundle:/a\ org.eclipse.osgi.services,' framework/bundles/org.eclipse.ecf.console/META-INF/MANIFEST.MF
b5ba94
b5ba94
# Don't install poms
b5ba94
%mvn_package "::{pom,target}::" __noinstall
b5ba94
b5ba94
%if %{with bootstrap}
b5ba94
%mvn_package "::jar:{sources,sources-feature}:" __noinstall
b5ba94
%else
b5ba94
%mvn_package "::jar:{sources,sources-feature}:" sdk
b5ba94
%endif
b5ba94
%mvn_package ":org.eclipse.ecf.{core,sdk}" sdk
b5ba94
%mvn_package ":org.eclipse.ecf.docshare*" sdk
b5ba94
for p in $(grep '
b5ba94
%mvn_package ":$p" sdk
b5ba94
done
b5ba94
%mvn_package ":*.ui" sdk
b5ba94
%mvn_package ":*.ui.*" sdk
b5ba94
%mvn_package ":org.eclipse.ecf.remoteservice.sdk.*" sdk
b5ba94
%mvn_package ":org.eclipse.ecf.core.{,ssl.}feature"
b5ba94
%mvn_package ":org.eclipse.ecf.filetransfer.{,httpclient4.}{,ssl.}feature"
b5ba94
%mvn_package ":org.eclipse.ecf.filetransfer.httpclient45.feature"
b5ba94
%mvn_package ":org.eclipse.ecf{,.identity,.ssl,.filetransfer}"
b5ba94
%mvn_package ":org.eclipse.ecf.provider.filetransfer*"
b5ba94
%mvn_package ":" runtime
b5ba94
b5ba94
%build
b5ba94
# Qualifier generated from last modification time of source tarball
b5ba94
QUALIFIER=$(date -u -d"$(stat --format=%y %{SOURCE0})" +v%Y%m%d-%H%M)
b5ba94
%mvn_build -j -- -DforceContextQualifier=$QUALIFIER
b5ba94
b5ba94
%install
b5ba94
%mvn_install
b5ba94
b5ba94
# Move to libdir due to being part of core platform
b5ba94
install -d -m 755 %{buildroot}%{_eclipsedir}
b5ba94
mv %{buildroot}%{_datadir}/eclipse/droplets/ecf/{plugins,features} %{buildroot}%{_eclipsedir}
b5ba94
rm -r %{buildroot}%{_datadir}/eclipse/droplets/ecf
b5ba94
b5ba94
# Fixup metadata
b5ba94
sed -i -e 's|%{_datadir}/eclipse/droplets/ecf|%{_eclipsedir}|' %{buildroot}%{_datadir}/maven-metadata/eclipse-ecf.xml
b5ba94
sed -i -e 's|%{_datadir}/eclipse/droplets/ecf/features/|%{_eclipsedir}/features/|' \
b5ba94
       -e 's|%{_datadir}/eclipse/droplets/ecf/plugins/|%{_eclipsedir}/plugins/|' .mfiles
b5ba94
sed -i -e '/droplets/d' .mfiles
b5ba94
b5ba94
# Remove any symlinks that might be created during bootstrapping due to missing platform bundles
b5ba94
for del in $( (cd %{buildroot}%{_eclipsedir}/plugins && ls | grep -v -e '^org\.eclipse\.ecf' ) ) ; do
b5ba94
rm %{buildroot}%{_eclipsedir}/plugins/$del
b5ba94
sed -i -e "/$del/d" .mfiles
b5ba94
done
b5ba94
b5ba94
# Symlink jars into javadir
b5ba94
install -d -m 755 %{buildroot}%{_javadir}/eclipse
b5ba94
location=%{_eclipsedir}/plugins
b5ba94
while [ "$location" != "/" ] ; do
b5ba94
    location=$(dirname $location)
b5ba94
    updir="$updir../"
b5ba94
done
b5ba94
pushd %{buildroot}%{_javadir}/eclipse
b5ba94
for J in ecf{,.identity,.ssl,.filetransfer,.provider.filetransfer{,.ssl,.httpclient4{,.ssl}}} ecf.provider.filetransfer.httpclient45 ; do
b5ba94
    DIR=$updir%{_eclipsedir}/plugins
b5ba94
    [ -e "`ls $DIR/org.eclipse.${J}_*.jar`" ] && ln -s $DIR/org.eclipse.${J}_*.jar ${J}.jar
b5ba94
done
b5ba94
popd
b5ba94
b5ba94
%files core -f .mfiles
b5ba94
%{_javadir}/eclipse/*
b5ba94
b5ba94
%if %{without bootstrap}
b5ba94
b5ba94
%files runtime -f .mfiles-runtime
b5ba94
b5ba94
%files sdk -f .mfiles-sdk
b5ba94
%endif
b5ba94
b5ba94
%changelog
b5ba94
* Thu Jun 18 2020 Mat Booth <mat.booth@redhat.com> - 3.14.8-1
b5ba94
- Update to latest upstream release
b5ba94
- License switch to EPL 2
b5ba94
b5ba94
* Fri Mar 20 2020 Mat Booth <mat.booth@redhat.com> - 3.14.7-1
b5ba94
- Update to latest upstream release
b5ba94
b5ba94
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.6-4
b5ba94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b5ba94
b5ba94
* Thu Dec 19 2019 Mat Booth <mat.booth@redhat.com> - 3.14.6-3
b5ba94
- Full build
b5ba94
b5ba94
* Wed Dec 18 2019 Mat Booth <mat.booth@redhat.com> - 3.14.6-2
b5ba94
- Enable bootstrap mode
b5ba94
b5ba94
* Wed Dec 18 2019 Mat Booth <mat.booth@redhat.com> - 3.14.6-1
b5ba94
- Update to latest upstream release
b5ba94
b5ba94
* Mon Jul 01 2019 Mat Booth <mat.booth@redhat.com> - 3.14.5-3
b5ba94
- Add BSD to the license tag
b5ba94
b5ba94
* Tue Jun 25 2019 Mat Booth <mat.booth@redhat.com> - 3.14.5-2
b5ba94
- Remove unnecessary BR on xpp
b5ba94
b5ba94
* Sun Jun 16 2019 Mat Booth <mat.booth@redhat.com> - 3.14.5-1
b5ba94
- Update to latest upstream release
b5ba94
b5ba94
* Wed May 08 2019 Mat Booth <mat.booth@redhat.com> - 3.14.4-4
b5ba94
- Avoid building additional ECF providers that are not needed
b5ba94
b5ba94
* Wed May 08 2019 Mat Booth <mat.booth@redhat.com> - 3.14.4-3
b5ba94
- Restrict to same architectures as Eclipse itself
b5ba94
b5ba94
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.4-2
b5ba94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b5ba94
b5ba94
* Tue Dec 04 2018 Mat Booth <mat.booth@redhat.com> - 3.14.4-1
b5ba94
- Update to 2018-12 release
b5ba94
b5ba94
* Tue Aug 21 2018 Mat Booth <mat.booth@redhat.com> - 3.14.1-3
b5ba94
- Non-bootstrap build
b5ba94
b5ba94
* Sun Aug 19 2018 Mat Booth <mat.booth@redhat.com> - 3.14.1-2
b5ba94
- Fix bootstrap build mode
b5ba94
b5ba94
* Fri Aug 17 2018 Mat Booth <mat.booth@redhat.com> - 3.14.1-1
b5ba94
- Update to latest release
b5ba94
- License correction and fix embedded lib symlinks
b5ba94
b5ba94
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.14.0-2
b5ba94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b5ba94
b5ba94
* Tue May 15 2018 Mat Booth <mat.booth@redhat.com> - 3.14.0-1
b5ba94
- Update to Photon release
b5ba94
b5ba94
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.8-2
b5ba94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b5ba94
b5ba94
* Thu Sep 14 2017 Mat Booth <mat.booth@redhat.com> - 3.13.8-1
b5ba94
- Update to 3.13.8
b5ba94
- Fix build against asm 6
b5ba94
b5ba94
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.7-4
b5ba94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b5ba94
b5ba94
* Thu Jun 15 2017 Mat Booth <mat.booth@redhat.com> - 3.13.7-3
b5ba94
- Add a bootstrap mode for building in new buildroots
b5ba94
b5ba94
* Thu Jun 15 2017 Mat Booth <mat.booth@redhat.com> - 3.13.7-2
b5ba94
- Allow conditionally building extra providers
b5ba94
b5ba94
* Thu Jun 15 2017 Mat Booth <mat.booth@redhat.com> - 3.13.7-1
b5ba94
- Update to Oxygen release
b5ba94
b5ba94
* Tue May 09 2017 Mat Booth <mat.booth@redhat.com> - 3.13.6-1
b5ba94
- Update to latest upstream release
b5ba94
b5ba94
* Thu Apr 06 2017 Mat Booth <mat.booth@redhat.com> - 3.13.3-3
b5ba94
- Make package noarch now that Eclipse is in the same location on all arches
b5ba94
- Disable SLP provider
b5ba94
b5ba94
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.13.3-2
b5ba94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b5ba94
b5ba94
* Tue Jan 03 2017 Mat Booth <mat.booth@redhat.com> - 3.13.3-1
b5ba94
- Update to latest release
b5ba94
b5ba94
* Wed Sep 14 2016 Mat Booth <mat.booth@redhat.com> - 3.13.2-1
b5ba94
- Update to latest release
b5ba94
- Set qualifiers to source-modification-time instead of build-time, to
b5ba94
  eliminate descrepancies between architectures
b5ba94
- Add SDK package for sources
b5ba94
b5ba94
* Fri Apr 15 2016 Mat Booth <mat.booth@redhat.com> - 3.13.1-1
b5ba94
- Update to latest release
b5ba94
- Add a new subpackage to ship additional ECF bundles
b5ba94
b5ba94
* Tue Mar 15 2016 Mat Booth <mat.booth@redhat.com> - 3.12.2-2
b5ba94
- Avoid embedding versions of external deps in features. This avoids the need to
b5ba94
  rebuild when a dependency changes version.
b5ba94
b5ba94
* Mon Feb 29 2016 Mat Booth <mat.booth@redhat.com> - 3.12.2-1
b5ba94
- Update to Mars.2 release
b5ba94
b5ba94
* Mon Feb 29 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.12.0-3
b5ba94
- Rebuild for httpcomponents-client 4.5.2
b5ba94
b5ba94
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.12.0-2
b5ba94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b5ba94
b5ba94
* Mon Dec 07 2015 Mat Booth <mat.booth@redhat.com> - 3.12.0-1
b5ba94
- Update to latest release
b5ba94
b5ba94
* Mon Nov  2 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.11.0-2
b5ba94
- Rebuild for httpcomponents-core-4.4.4 update
b5ba94
b5ba94
* Mon Sep 28 2015 Mat Booth <mat.booth@redhat.com> - 3.11.0-1
b5ba94
- Update to latest upstream release
b5ba94
b5ba94
* Wed Sep 16 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.10.1-5
b5ba94
- Rebuild for httpcomponents-client-4.5.1 update
b5ba94
b5ba94
* Wed Sep  9 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.10.1-4
b5ba94
- Rebuild for httpcomponents-core-4.4.3 update
b5ba94
b5ba94
* Mon Sep 07 2015 Michael Simacek <msimacek@redhat.com> - 3.10.1-3
b5ba94
- Rebuild for httpcomponents-core-4.4.2
b5ba94
b5ba94
* Mon Aug 31 2015 Roland Grunberg <rgrunber@redhat.com> - 3.10.1-2
b5ba94
- Minor changes to build as a droplet.
b5ba94
b5ba94
* Tue Aug 25 2015 Mat Booth <mat.booth@redhat.com> - 3.10.1-1
b5ba94
- Update to latest upstream version
b5ba94
- Use XZ compressed tarball
b5ba94
- Make symlink generation more dynamic
b5ba94
b5ba94
* Wed Aug 05 2015 Mat Booth <mat.booth@redhat.com> - 3.10.0-5
b5ba94
- Rebuilt using xmvn/tycho
b5ba94
b5ba94
* Mon Jun 29 2015 Mat Booth <mat.booth@redhat.com> - 3.10.0-4
b5ba94
- Drop incomplete and forbidden SCL macros
b5ba94
b5ba94
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.10.0-3
b5ba94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b5ba94
b5ba94
* Thu Jun 04 2015 Michael Simacek <msimacek@redhat.com> - 3.10.0-2
b5ba94
- Rebuild against httpcomponents-client-4.5
b5ba94
b5ba94
* Wed May 13 2015 Mat Booth <mat.booth@redhat.com> - 3.10.0-1
b5ba94
- Update to 3.10.0 release
b5ba94
b5ba94
* Tue Mar 31 2015 Mat Booth <mat.booth@redhat.com> - 3.9.3-2
b5ba94
- Add requires on httpcompnents-* >= 4.4.1
b5ba94
b5ba94
* Tue Mar 31 2015 Mat Booth <mat.booth@redhat.com> - 3.9.3-1
b5ba94
- Update to latest upstream release
b5ba94
b5ba94
* Tue Mar 31 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.9.2-4
b5ba94
- Rebuild for httpcomponents-client-4.4.1 update
b5ba94
b5ba94
* Thu Mar 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.9.2-3
b5ba94
- Rebuild for httpcomponents-core-4.4.1 update
b5ba94
b5ba94
* Thu Feb 19 2015 Mat Booth <mat.booth@redhat.com> - 3.9.2-2
b5ba94
- Rebuild for latest httpcomponents
b5ba94
b5ba94
* Mon Jan 19 2015 Mat Booth <mat.booth@redhat.com> - 3.9.2-1
b5ba94
- Update to latest upstream release
b5ba94
b5ba94
* Mon Jan 19 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.9.1-3
b5ba94
- Rebuild for httpcomponents 4.4 update
b5ba94
b5ba94
* Tue Dec 09 2014 Roland Grunberg <rgrunber@redhat.com> - 3.9.1-2
b5ba94
- Symlink ECF bundles into javadir.
b5ba94
b5ba94
* Thu Nov 27 2014 Mat Booth <mat.booth@redhat.com> - 3.9.1-1
b5ba94
- Update to latest upstream release
b5ba94
b5ba94
* Thu Nov 27 2014 Mat Booth <mat.booth@redhat.com> - 3.9.0-3
b5ba94
- Make core package archful so it can be installed into libdir
b5ba94
  where eclipse-platform expects it to be
b5ba94
b5ba94
* Tue Nov 18 2014 Mat Booth <mat.booth@redhat.com> - 3.9.0-2
b5ba94
- Rebuild for new commons-codec
b5ba94
b5ba94
* Tue Aug 19 2014 Mat Booth <mat.booth@redhat.com> - 3.9.0-1
b5ba94
- Update to latest upstream release
b5ba94
- Drop unneeded patch
b5ba94
b5ba94
* Wed Aug 6 2014 Alexander Kurtakov <akurtako@redhat.com> 3.8.1-3
b5ba94
- Rebuild against latest httpcomponents.
b5ba94
b5ba94
* Mon Jul 21 2014 Alexander Kurtakov <akurtako@redhat.com> 3.8.1-2
b5ba94
- Rebuild for apache-commons-logging 1.2.
b5ba94
b5ba94
* Wed Jun 25 2014 Mat Booth <mat.booth@redhat.com> - 3.8.1-1
b5ba94
- Update to latest upstream release
b5ba94
b5ba94
* Wed Jun 11 2014 Roland Grunberg <rgrunber@redhat.com> - 3.8.0-4
b5ba94
- Remove problematic manifest alterations from specfile.
b5ba94
b5ba94
* Fri Jun 06 2014 Mat Booth <mat.booth@redhat.com> - 3.8.0-3
b5ba94
- Rebuild against latest httpcomponents.
b5ba94
b5ba94
* Mon May 12 2014 Alexander Kurtakov <akurtako@redhat.com> 3.8.0-2
b5ba94
- Rebuild against latest httpcomponents.
b5ba94
b5ba94
* Wed Mar 19 2014 Mat Booth <fedora@matbooth.co.uk> - 3.8.0-1
b5ba94
- Update to latest upstream.
b5ba94
- Now necessary to explicitly build more fine-grained features.
b5ba94
- Drop unneeded dep on jakarta-commons-httpclient.
b5ba94
- Fixed mixed use of tabs and spaces.
b5ba94
- Switch core package to R: java-headless, rhbz #1068037
b5ba94
b5ba94
* Tue Sep 3 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.6.1-1
b5ba94
- Update to latest upstream.
b5ba94
b5ba94
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.6.0-3
b5ba94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b5ba94
b5ba94
* Fri Jun 21 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.6.0-2
b5ba94
- 974112: Remove versions and timestamps from ECF.
b5ba94
b5ba94
* Wed May 1 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.6.0-1
b5ba94
- Update to latest upstream.
b5ba94
b5ba94
* Mon Apr 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.5.7-0.6
b5ba94
- Rebuild with old commons logging.
b5ba94
b5ba94
* Mon Apr 8 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.5.7-0.5
b5ba94
- Drop v3 httpclient.
b5ba94
- Make dependency to commons loggigng less strict.
b5ba94
b5ba94
* Wed Mar 20 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.5.7-0.4
b5ba94
- Add direct dependency to jakarta-commons-httpclient.
b5ba94
b5ba94
* Wed Mar 20 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.5.7-0.3
b5ba94
- Symlink deps against /usr/share/java/.
b5ba94
b5ba94
* Fri Mar 15 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.5.7-0.2
b5ba94
- Explicitly build httpclient4 feature.
b5ba94
b5ba94
* Thu Mar 14 2013 Krzysztof Daniel <kdaniel@redhat.com> 3.5.7-0.1
b5ba94
- Update to latest upstream.
b5ba94
- Initial SCLization.
b5ba94
b5ba94
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.6-8
b5ba94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b5ba94
b5ba94
* Mon Oct 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.5.6-7
b5ba94
- Use __requires_exclude instead of __provides_exclude.
b5ba94
b5ba94
* Mon Oct 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.5.6-6
b5ba94
- Try out __provides_exclude
b5ba94
b5ba94
* Mon Oct 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.5.6-5
b5ba94
- Use new way of changing auto required dependencies.
b5ba94
b5ba94
* Fri Oct 5 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.5.6-4
b5ba94
- Don't generate autorreuquire.
b5ba94
b5ba94
* Mon Aug 27 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.5.6-3
b5ba94
- Don't duplicate org.apache* plugins
b5ba94
- Use context qualifier to avoid constant feature version changes.
b5ba94
b5ba94
* Wed Aug 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.5.6-2
b5ba94
- Review issues fixed.
b5ba94
b5ba94
* Wed Aug 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.5.6-1
b5ba94
- Initial packaging.