Blame SPECS/eclipse-ecf.spec

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