| 1 |
%define eclipse_base %{_libdir}/eclipse
|
| 2 |
%define install_loc %{_datadir}/eclipse/dropins
|
| 3 |
# Taken from update site so we match upstream
|
| 4 |
# http://download.eclipse.org/tools/mylyn/update/e3.5/
|
| 5 |
%define qualifier v20091015-0501-e3x
|
| 6 |
|
| 7 |
# Prevent brp-java-repack-jars from being run. Spaces in the paths of
|
| 8 |
# the help content are broken by it.
|
| 9 |
%define __jar_repack 0
|
| 10 |
|
| 11 |
Name: eclipse-mylyn
|
| 12 |
Summary: Mylyn is a task-focused UI for Eclipse
|
| 13 |
Version: 3.3.0
|
| 14 |
Release: 3%{?dist}
|
| 15 |
License: EPL
|
| 16 |
URL: http://www.eclipse.org/mylyn
|
| 17 |
|
| 18 |
# mkdir temp && cd temp
|
| 19 |
# sh fetch-mylyn.sh
|
| 20 |
Source0: org.eclipse.mylyn-R_3_3_0-fetched-src.tar.bz2
|
| 21 |
Source1: fetch-mylyn.sh
|
| 22 |
Source2: http://overholt.fedorapeople.org/fedoraeclipse-mylynbugzilla-0.0.3.zip
|
| 23 |
|
| 24 |
# We pre-populate the list of Bugzilla servers.
|
| 25 |
# This patch is not suitable for upstream.
|
| 26 |
Patch6: %{name}-addfedoracustomizations.patch
|
| 27 |
# This is a dependency declared by the Orbit xmlrpc JAR. We don't use
|
| 28 |
# their JAR and the part of Mylyn using xmlrpc isn't using the
|
| 29 |
# javax.xml.bind-using part(s) of xmlrpc.
|
| 30 |
# This patch is not suitable for upstream.
|
| 31 |
Patch7: %{name}-nojaxb.patch
|
| 32 |
# Our xmlrpc packages are split into JARs differently than Orbit
|
| 33 |
# This patch is not suitable for upstream.
|
| 34 |
Patch8: %{name}-splitxmlrpc.patch
|
| 35 |
Patch9: %{name}-wikitext_builddoc.patch
|
| 36 |
|
| 37 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
| 38 |
|
| 39 |
BuildRequires: java-devel >= 1.5.0
|
| 40 |
|
| 41 |
BuildArch: noarch
|
| 42 |
|
| 43 |
BuildRequires: eclipse-pde >= 1:3.4.0
|
| 44 |
BuildRequires: eclipse-cdt
|
| 45 |
BuildRequires: jakarta-commons-lang >= 2.3-2.3
|
| 46 |
BuildRequires: ws-commons-util >= 1.0.1-5
|
| 47 |
BuildRequires: xmlrpc3-client >= 3.0-2.8
|
| 48 |
BuildRequires: xmlrpc3-common >= 3.0-2.8
|
| 49 |
BuildRequires: ws-jaxme >= 0.5.1-2.4
|
| 50 |
BuildRequires: rome
|
| 51 |
BuildRequires: jdom >= 1.0-5.5
|
| 52 |
Requires: eclipse-platform >= 1:3.4.0
|
| 53 |
Requires: jakarta-commons-lang >= 2.3-2.3
|
| 54 |
Requires: ws-commons-util >= 1.0.1-5
|
| 55 |
Requires: xmlrpc3-client >= 3.0-2.8
|
| 56 |
Requires: xmlrpc3-common >= 3.0-2.8
|
| 57 |
Requires: ws-jaxme >= 0.5.1-2.4
|
| 58 |
Provides: eclipse-mylar = 2.0.0-1.fc7
|
| 59 |
Obsoletes: eclipse-mylar < 2.0.0
|
| 60 |
Provides: eclipse-mylyn-ide = %{version}-%{release}
|
| 61 |
Obsoletes: eclipse-mylyn-ide < 3.0.0
|
| 62 |
Provides: eclipse-bugzilla = 1:0.2.4-4.fc6
|
| 63 |
Obsoletes: eclipse-bugzilla < 1:0.2.5
|
| 64 |
Provides: eclipse-mylar-bugzilla = 2.0.0-1.fc7
|
| 65 |
Obsoletes: eclipse-mylar-bugzilla < 2.0.0
|
| 66 |
Provides: eclipse-mylyn-bugzilla = %{version}-%{release}
|
| 67 |
Obsoletes: eclipse-mylyn-bugzilla < 3.0.0
|
| 68 |
|
| 69 |
Group: Development/Tools
|
| 70 |
|
| 71 |
%description
|
| 72 |
Mylyn integrates task support into Eclipse. It supports offline editing
|
| 73 |
for certain task repositories and monitors work activity to hide
|
| 74 |
information that is not relevant to the current task. Also included is
|
| 75 |
the Mylyn Focused UI for reducing information overload when working with
|
| 76 |
tasks and the Bugzilla task connector.
|
| 77 |
|
| 78 |
%package trac
|
| 79 |
Summary: Mylyn Trac Connector
|
| 80 |
Requires: %{name} = %{version}-%{release}
|
| 81 |
Group: Development/Tools
|
| 82 |
Provides: eclipse-mylar-trac = 2.0.0-1.fc7
|
| 83 |
Obsoletes: eclipse-mylar-trac < 2.0.0
|
| 84 |
|
| 85 |
%description trac
|
| 86 |
Trac client integrated with Eclipse and Mylyn; can be used standalone.
|
| 87 |
|
| 88 |
%package java
|
| 89 |
Summary: Mylyn Bridge: Java Development
|
| 90 |
Requires: eclipse-jdt
|
| 91 |
Requires: %{name}-ide = %{version}-%{release}
|
| 92 |
Group: Development/Tools
|
| 93 |
|
| 94 |
%description java
|
| 95 |
Mylyn Task-Focused UI extensions for JDT. Provides focusing of Java
|
| 96 |
element views and editors.
|
| 97 |
|
| 98 |
%package pde
|
| 99 |
Summary: Mylyn Bridge: Plug-in Development
|
| 100 |
Requires: eclipse-pde
|
| 101 |
Requires: %{name}-java = %{version}-%{release}
|
| 102 |
Group: Development/Tools
|
| 103 |
|
| 104 |
%description pde
|
| 105 |
Mylyn Task-Focused UI extensions for PDE, Ant, Team Support and CVS.
|
| 106 |
|
| 107 |
%package webtasks
|
| 108 |
Summary: Mylyn Connector: Web Templates
|
| 109 |
Requires: %{name} = %{version}-%{release}
|
| 110 |
Requires: rome
|
| 111 |
Requires: jdom
|
| 112 |
Group: Development/Tools
|
| 113 |
|
| 114 |
%description webtasks
|
| 115 |
Provides Task List integration for several web-based issue trackers
|
| 116 |
and templates for example projects.
|
| 117 |
|
| 118 |
%package wikitext
|
| 119 |
Summary: Mylyn WikiText
|
| 120 |
Requires: %{name} = %{version}-%{release}
|
| 121 |
Group: Development/Tools
|
| 122 |
|
| 123 |
%description wikitext
|
| 124 |
Enables parsing and display of lightweight markup (wiki text). Extends
|
| 125 |
the Mylyn task editor to create a markup-aware editor.
|
| 126 |
|
| 127 |
%package cdt
|
| 128 |
Summary: Mylyn Bridge: C/C++ Development
|
| 129 |
Requires: %{name} = %{version}-%{release}
|
| 130 |
Requires: eclipse-cdt
|
| 131 |
Group: Development/Tools
|
| 132 |
Provides: eclipse-cdt-mylyn = 1:6.0.1-5.fc13
|
| 133 |
Obsoletes: eclipse-cdt-mylyn <= 1:6.0.1-5.fc13
|
| 134 |
|
| 135 |
%description cdt
|
| 136 |
Mylyn Task-Focused UI extensions for CDT. Provides focusing of C/C++
|
| 137 |
element views and editors.
|
| 138 |
|
| 139 |
%prep
|
| 140 |
%setup -q -n org.eclipse.mylyn
|
| 141 |
unzip -q %{SOURCE2}
|
| 142 |
|
| 143 |
# The tests have dependencies we don't need/want/have
|
| 144 |
rm -rf *tests*
|
| 145 |
|
| 146 |
mkdir orbitDeps
|
| 147 |
pushd orbitDeps
|
| 148 |
ln -s %{_javadir}/commons-lang.jar org.apache.commons.lang_2.3.0.jar
|
| 149 |
ln -s %{_javadir}/commons-logging-api.jar org.apache.commons.logging.api_1.0.4.jar
|
| 150 |
ln -s %{_javadir}/xmlrpc3-client-3.0.jar org.apache.xmlrpc.client_3.0.0.v20080530-1550.jar
|
| 151 |
ln -s %{_javadir}/xmlrpc3-common-3.0.jar org.apache.xmlrpc.common_3.0.0.v20080530-1550.jar
|
| 152 |
ln -s %{_javadir}/ws-commons-util-1.0.1.jar org.apache.ws.commons.util_1.0.0.v20080530-1550.jar
|
| 153 |
ln -s %{_javadir}/jdom-1.0.jar org.jdom_1.0.0.v200806100616.jar
|
| 154 |
ln -s %{_javadir}/rome-0.9.jar com.sun.syndication_0.9.0.v200803061811.jar
|
| 155 |
ln -s %{_javadir}/jaxme/jaxmeapi.jar javax.xml.bind.jar
|
| 156 |
popd
|
| 157 |
|
| 158 |
#javax.activation_1.1.0.v200806101325.jar
|
| 159 |
#javax.xml.bind_2.0.0.v20080604-1500.jar
|
| 160 |
#javax.mail_1.4.0.v200804091730.jar
|
| 161 |
#javax.servlet_2.4.0.v200806031604.jar
|
| 162 |
#org.apache.ant_1.7.0.v200803061910.zip,unpack=true
|
| 163 |
#javax.xml.rpc_1.1.0.v200806030420.zip,unpack=true
|
| 164 |
#javax.wsdl_1.5.1.v200806030408.jar
|
| 165 |
#javax.xml.soap_1.2.0.v200806030421.zip,unpack=true
|
| 166 |
#org.apache.axis_1.4.0.v200806030120.zip,unpack=true
|
| 167 |
#org.apache.commons.discovery_0.2.0.v200806030120.zip,unpack=true
|
| 168 |
|
| 169 |
pushd org.eclipse.mylyn.bugzilla-feature
|
| 170 |
%patch6 -p0 -b .withfedoracustomizations
|
| 171 |
popd
|
| 172 |
%patch7
|
| 173 |
%patch8
|
| 174 |
%patch9
|
| 175 |
|
| 176 |
find -name feature.xml |
|
| 177 |
while read f; do
|
| 178 |
sed -i "s/qualifier/%{qualifier}/g" $f
|
| 179 |
done
|
| 180 |
|
| 181 |
%build
|
| 182 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn_feature \
|
| 183 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 184 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 185 |
-o `pwd`/orbitDeps
|
| 186 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.context_feature \
|
| 187 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 188 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 189 |
-o `pwd`/orbitDeps
|
| 190 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.team_feature \
|
| 191 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 192 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 193 |
-o `pwd`/orbitDeps
|
| 194 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.bugzilla_feature \
|
| 195 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 196 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 197 |
-o `pwd`/orbitDeps
|
| 198 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.ide_feature \
|
| 199 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 200 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 201 |
-o `pwd`/orbitDeps
|
| 202 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.trac_feature \
|
| 203 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 204 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 205 |
-o `pwd`/orbitDeps
|
| 206 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.java_feature \
|
| 207 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 208 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 209 |
-o `pwd`/orbitDeps
|
| 210 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.pde_feature \
|
| 211 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 212 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 213 |
-o `pwd`/orbitDeps
|
| 214 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.web.tasks_feature \
|
| 215 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 216 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 217 |
-o `pwd`/orbitDeps
|
| 218 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.mylyn.wikitext_feature \
|
| 219 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 220 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 221 |
-o `pwd`/orbitDeps
|
| 222 |
%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.cdt.mylyn \
|
| 223 |
-a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier} -DmylynQualifier=%{qualifier}" \
|
| 224 |
-j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
|
| 225 |
-o `pwd`/orbitDeps -d "cdt"
|
| 226 |
|
| 227 |
%install
|
| 228 |
rm -rf %{buildroot}
|
| 229 |
install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/eclipse
|
| 230 |
install -d -m 755 $RPM_BUILD_ROOT%{install_loc}/mylyn
|
| 231 |
install -d -m 755 $RPM_BUILD_ROOT%{install_loc}/mylyn-java
|
| 232 |
install -d -m 755 $RPM_BUILD_ROOT%{install_loc}/mylyn-pde
|
| 233 |
install -d -m 755 $RPM_BUILD_ROOT%{install_loc}/mylyn-trac
|
| 234 |
install -d -m 755 $RPM_BUILD_ROOT%{install_loc}/mylyn-webtasks
|
| 235 |
install -d -m 755 $RPM_BUILD_ROOT%{install_loc}/mylyn-wikitext
|
| 236 |
|
| 237 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn \
|
| 238 |
build/rpmBuild/org.eclipse.mylyn_feature.zip
|
| 239 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn \
|
| 240 |
build/rpmBuild/org.eclipse.mylyn.bugzilla_feature.zip
|
| 241 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn \
|
| 242 |
build/rpmBuild/org.eclipse.mylyn.context_feature.zip
|
| 243 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn \
|
| 244 |
build/rpmBuild/org.eclipse.mylyn.team_feature.zip
|
| 245 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn \
|
| 246 |
build/rpmBuild/org.eclipse.mylyn.ide_feature.zip
|
| 247 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn-trac \
|
| 248 |
build/rpmBuild/org.eclipse.mylyn.trac_feature.zip
|
| 249 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn-java \
|
| 250 |
build/rpmBuild/org.eclipse.mylyn.java_feature.zip
|
| 251 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn-pde \
|
| 252 |
build/rpmBuild/org.eclipse.mylyn.pde_feature.zip
|
| 253 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn-webtasks \
|
| 254 |
build/rpmBuild/org.eclipse.mylyn.web.tasks_feature.zip
|
| 255 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn-wikitext \
|
| 256 |
build/rpmBuild/org.eclipse.mylyn.wikitext_feature.zip
|
| 257 |
unzip -q -o -d $RPM_BUILD_ROOT%{install_loc}/mylyn-cdt \
|
| 258 |
build/rpmBuild/org.eclipse.cdt.mylyn.zip
|
| 259 |
|
| 260 |
pushd $RPM_BUILD_ROOT%{install_loc}/mylyn/eclipse/plugins
|
| 261 |
rm org.apache.commons.codec_1.3.0.v20080530-1600.jar
|
| 262 |
rm org.apache.commons.httpclient_3.1.0.v20080605-1935.jar
|
| 263 |
rm org.apache.commons.lang_2.3.0.v200803061910.jar
|
| 264 |
rm org.apache.commons.logging_1.0.4.v20080605-1930.jar
|
| 265 |
ln -s %{_javadir}/commons-lang.jar org.apache.commons.lang_2.3.0.jar
|
| 266 |
ln -s %{_javadir}/commons-logging-api.jar org.apache.commons.logging.api_1.0.4.jar
|
| 267 |
popd
|
| 268 |
|
| 269 |
pushd $RPM_BUILD_ROOT%{install_loc}/mylyn-trac/eclipse/plugins
|
| 270 |
rm org.apache.ws.commons.util_1.0.0.%{qualifier}.jar
|
| 271 |
rm org.apache.xmlrpc_3.0.0.%{qualifier}.jar
|
| 272 |
ln -s %{_javadir}/xmlrpc3-client-3.0.jar org.apache.xmlrpc.client_3.0.0.v20080530-1550.jar
|
| 273 |
ln -s %{_javadir}/xmlrpc3-common-3.0.jar org.apache.xmlrpc.common_3.0.0.v20080530-1550.jar
|
| 274 |
ln -s %{_javadir}/ws-commons-util-1.0.1.jar org.apache.ws.commons.util_1.0.0.v20080530-1550.jar
|
| 275 |
ln -s %{_javadir}/jaxme/jaxmeapi.jar javax.xml.bind.jar
|
| 276 |
popd
|
| 277 |
|
| 278 |
#Do not use qualifier value for dependencies to not be forced to rebuild them for
|
| 279 |
# every mylyn
|
| 280 |
pushd $RPM_BUILD_ROOT%{install_loc}/mylyn-trac/eclipse/features
|
| 281 |
find -name feature.xml |
|
| 282 |
while read f; do
|
| 283 |
sed -i "s/3.0.0.%{qualifier}/3.0.0.qualifier/g" $f
|
| 284 |
sed -i "s/1.0.0.%{qualifier}/1.0.0.qualifier/g" $f
|
| 285 |
done
|
| 286 |
popd
|
| 287 |
|
| 288 |
pushd $RPM_BUILD_ROOT%{install_loc}/mylyn-webtasks/eclipse/plugins
|
| 289 |
rm org.jdom_1.0.0.v200806100616.jar
|
| 290 |
rm com.sun.syndication_0.9.0.v200803061811.jar
|
| 291 |
ln -s %{_javadir}/jdom-1.0.jar org.jdom_1.0.0.v200806100616.jar
|
| 292 |
ln -s %{_javadir}/rome-0.9.jar com.sun.syndication_0.9.0.v200803061811.jar
|
| 293 |
popd
|
| 294 |
|
| 295 |
%clean
|
| 296 |
rm -rf %{buildroot}
|
| 297 |
|
| 298 |
%files webtasks
|
| 299 |
%defattr(-,root,root,-)
|
| 300 |
%{install_loc}/mylyn-webtasks
|
| 301 |
|
| 302 |
%files wikitext
|
| 303 |
%defattr(-,root,root,-)
|
| 304 |
%{install_loc}/mylyn-wikitext
|
| 305 |
|
| 306 |
%files trac
|
| 307 |
%defattr(-,root,root,-)
|
| 308 |
%{install_loc}/mylyn-trac
|
| 309 |
# FIXME: add the doc files back
|
| 310 |
#%doc %{install_loc}/features/org.eclipse.mylyn.trac_feature_*/license.html
|
| 311 |
#%doc %{install_loc}/features/org.eclipse.mylyn.trac_feature_*/epl-v10.html
|
| 312 |
#%doc %{install_loc}/features/org.eclipse.mylyn.trac_feature_*/about.html
|
| 313 |
|
| 314 |
%files java
|
| 315 |
%defattr(-,root,root,-)
|
| 316 |
%{install_loc}/mylyn-java
|
| 317 |
# FIXME: add the doc files back
|
| 318 |
#%doc %{install_loc}/features/org.eclipse.mylyn.java_feature_*/license.html
|
| 319 |
#%doc %{install_loc}/features/org.eclipse.mylyn.java_feature_*/epl-v10.html
|
| 320 |
#%doc %{install_loc}/features/org.eclipse.mylyn.java_feature_*/about.html
|
| 321 |
|
| 322 |
%files pde
|
| 323 |
%defattr(-,root,root,-)
|
| 324 |
%{install_loc}/mylyn-pde
|
| 325 |
# FIXME: add the doc files back
|
| 326 |
#%doc %{install_loc}/features/org.eclipse.mylyn.pde_feature_*/license.html
|
| 327 |
#%doc %{install_loc}/features/org.eclipse.mylyn.pde_feature_*/epl-v10.html
|
| 328 |
#%doc %{install_loc}/features/org.eclipse.mylyn.pde_feature_*/about.html
|
| 329 |
|
| 330 |
%files cdt
|
| 331 |
%defattr(-,root,root,-)
|
| 332 |
%{install_loc}/mylyn-cdt
|
| 333 |
|
| 334 |
%files
|
| 335 |
%defattr(-,root,root,-)
|
| 336 |
%{install_loc}/mylyn
|
| 337 |
# FIXME: add the doc files back
|
| 338 |
|
| 339 |
%changelog
|
| 340 |
* Wed Oct 28 2009 Alexander Kurtakov <akurtako@redhat.com> 3.3.0-3
|
| 341 |
- CDT subpackage obsoletes eclipse-cdt-mylyn.
|
| 342 |
|
| 343 |
* Tue Oct 27 2009 Alexander Kurtakov <akurtako@redhat.com> 3.3.0-2
|
| 344 |
- Fix cdt description. Bump qualifier to be newer than Galileo update site.
|
| 345 |
|
| 346 |
* Tue Oct 27 2009 Alexander Kurtakov <akurtako@redhat.com> 3.3.0-1
|
| 347 |
- Update to 3.3.0.
|
| 348 |
- Add cdt bridge.
|
| 349 |
- Remove BR/R which are required by eclipse itself now.
|
| 350 |
|
| 351 |
* Tue Sep 22 2009 Alexander Kurtakov <akurtako@redhat.com> 3.2.1-2
|
| 352 |
- Add patch for correct building of o.e.wikitext.help.ui.
|
| 353 |
|
| 354 |
* Tue Aug 4 2009 Alexander Kurtakov <akurtako@redhat.com> 3.2.1-1
|
| 355 |
- Update to 3.2.1.
|
| 356 |
|
| 357 |
* Wed Apr 22 2009 Andrew Overholt <overholt@redhat.com> 3.1.1-1
|
| 358 |
- 3.1.1
|
| 359 |
- Bug fixes from 3.1.0: http://tinyurl.com/mylyn-3-1-1bugs
|
| 360 |
- Remove wikitext build patch that has been merged upstream.
|
| 361 |
|
| 362 |
* Wed Mar 25 2009 Alexander Kurtakov <akurtako@redhat.com> 3.1.0-3
|
| 363 |
- Fix documentation build.
|
| 364 |
|
| 365 |
* Mon Mar 23 2009 Alexander Kurtakov <akurtako@redhat.com> 3.1.0-2
|
| 366 |
- Rebuild to not ship p2 context.xml.
|
| 367 |
|
| 368 |
* Tue Mar 17 2009 Andrew Overholt <overholt@redhat.com> 3.1.0-1
|
| 369 |
- 3.1.0
|
| 370 |
- Add wikitext sub-package.
|
| 371 |
- Update to new Fedora customizations plugin.
|
| 372 |
- Don't repack JARs as it breaks help content.
|
| 373 |
|
| 374 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-5
|
| 375 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
| 376 |
|
| 377 |
* Mon Feb 9 2009 Andrew Overholt <overholt@redhat.com> 3.0.4-1
|
| 378 |
- 3.0.4
|
| 379 |
|
| 380 |
* Wed Nov 12 2008 Andrew Overholt <overholt@redhat.com> 3.0.3-4
|
| 381 |
- Add patch for e.o#239435 (rhbz#470356).
|
| 382 |
|
| 383 |
* Fri Oct 31 2008 Alexander Kurtakov <akurtako@redhat.com> 3.0.3-3
|
| 384 |
- Don't apply nojaxb.patch.
|
| 385 |
- Fix eclipse-mylyn-splitxmlrpc.patch to Import-Package:org.apache.xmlrpc.
|
| 386 |
|
| 387 |
* Tue Oct 21 2008 Alexander Kurtakov <akurtako@redhat.com> 3.0.3-2
|
| 388 |
- BR ws-jaxme.
|
| 389 |
- Bump xmlrpc3 requires for proper OSGi metadata.
|
| 390 |
- Fix trac feature.xml to not require different qualifier for the deps.
|
| 391 |
|
| 392 |
* Tue Oct 21 2008 Alexander Kurtakov <akurtako@redhat.com> 3.0.3-1
|
| 393 |
- 3.0.3.
|
| 394 |
- Rebase addfedoracustomizations.patch.
|
| 395 |
|
| 396 |
* Sat Oct 18 2008 Alexander Kurtakov <akurtako@redhat.com> 3.0.1-3
|
| 397 |
- Add >= for jdom to ensure proper OSGi metadata
|
| 398 |
|
| 399 |
* Mon Aug 11 2008 Andrew Overholt <overholt@redhat.com> 3.0.1-2
|
| 400 |
- Add >= for requirements to ensure proper OSGi metadata
|
| 401 |
|
| 402 |
* Fri Aug 08 2008 Andrew Overholt <overholt@redhat.com> 3.0.1-1
|
| 403 |
- Fix fuzz on adding Fedora customizations patch
|
| 404 |
- Add patch to make Red Hat bugzilla 3.0
|
| 405 |
|
| 406 |
* Thu Aug 07 2008 Andrew Overholt <overholt@redhat.com> 3.0.1-1
|
| 407 |
- Add webtasks sub-package
|
| 408 |
|
| 409 |
* Tue Aug 05 2008 Andrew Overholt <overholt@redhat.com> 3.0.1-1
|
| 410 |
- Update install locations
|
| 411 |
- Add qualifier hack for now
|
| 412 |
|
| 413 |
* Wed Jul 30 2008 Andrew Overholt <overholt@redhat.com> 3.0.1-1
|
| 414 |
- 3.0.1
|
| 415 |
- Add patch to not require jaxb (required by XML-RPC Orbit bundle)
|
| 416 |
- Fold -ide and -bugzilla into main package
|
| 417 |
- Add commented-out webtasks sub-package; to be enabled after rome
|
| 418 |
review is complete
|
| 419 |
|
| 420 |
* Thu Jul 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> 2.3.2-6
|
| 421 |
- fix license tag
|
| 422 |
|
| 423 |
* Wed May 14 2008 Andrew Overholt <overholt@redhat.com> 2.3.2-6
|
| 424 |
- ".qualifier" -> actual release qualifier in build (due to upstream
|
| 425 |
build system change (e.o#108291, rh#446468).
|
| 426 |
|
| 427 |
* Tue Apr 15 2008 Andrew Overholt <overholt@redhat.com> 2.3.2-5
|
| 428 |
- Re-build to attempt to fix rhbz#442251 (broken cpio archive).
|
| 429 |
|
| 430 |
* Tue Apr 15 2008 Jesse Keating <jkeating@redhat.com> - 2.3.2-4
|
| 431 |
- Rebuild due to filesystem corruption
|
| 432 |
|
| 433 |
* Mon Apr 07 2008 Andrew Overholt <overholt@redhat.com> 2.3.2-3
|
| 434 |
- Fix commons-lang symlink.
|
| 435 |
|
| 436 |
* Mon Apr 07 2008 Andrew Overholt <overholt@redhat.com> 2.3.2-2
|
| 437 |
- Upload sources.
|
| 438 |
|
| 439 |
* Fri Apr 04 2008 Andrew Overholt <overholt@redhat.com> 2.3.2-1
|
| 440 |
- 2.3.2.
|
| 441 |
- Add jakarta-commons-lang dependency.
|
| 442 |
|
| 443 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1.0-2
|
| 444 |
- Autorebuild for GCC 4.3
|
| 445 |
|
| 446 |
* Wed Oct 24 2007 Andrew Overholt <overholt@redhat.com> 2.1.0-1
|
| 447 |
- 2.1.0
|
| 448 |
- Enable GNOME bugzilla by default
|
| 449 |
|
| 450 |
* Tue Oct 02 2007 Andrew Overholt <overholt@redhat.com> 2.0.0-10
|
| 451 |
- Add %%post gcj blocks for sub-packages (thanks to David Walluck).
|
| 452 |
- Rename fetching script (s/mylar/mylyn/).
|
| 453 |
|
| 454 |
* Fri Sep 21 2007 Andrew Overholt <overholt@redhat.com> 2.0.0-9
|
| 455 |
- Really remove all mylar references in mylyn feature - courtesy
|
| 456 |
Mandriva package.
|
| 457 |
|
| 458 |
* Wed Sep 19 2007 Andrew Overholt <overholt@redhat.com> 2.0.0-8
|
| 459 |
- Add patch and source to have common bugzilla servers by default.
|
| 460 |
|
| 461 |
* Tue Sep 18 2007 Andrew Overholt <overholt@redhat.com> 2.0.0-7
|
| 462 |
- Fix filename of webcore jar.
|
| 463 |
|
| 464 |
* Tue Sep 18 2007 Andrew Overholt <overholt@redhat.com> 2.0.0-6
|
| 465 |
- Re-add gcj support (accidentally removed the flag).
|
| 466 |
|
| 467 |
* Fri Sep 07 2007 Andrew Overholt <overholt@redhat.com> 2.0.0-5
|
| 468 |
- Make web.core its own jar.
|
| 469 |
- Unpack web.core so we can symlink to dependencies.
|
| 470 |
- Symlink to dependencies of web.core.
|
| 471 |
- Remove rome jar and exports from web.core.
|
| 472 |
- BR/R all the versions of dependencies that have OSGi manifests.
|
| 473 |
|
| 474 |
* Fri Aug 24 2007 Andrew Overholt <overholt@redhat.com> 2.0.0-4
|
| 475 |
- ExcludeArch ppc64 (no xmlrpc3 on ppc64 due to rh#239123).
|
| 476 |
|
| 477 |
* Thu Aug 23 2007 Andrew Overholt <overholt@redhat.com> 2.0.0-3
|
| 478 |
- Add BR on eclipse-pde.
|
| 479 |
|
| 480 |
* Thu Aug 23 2007 Andrew Overholt <overholt@redhat.com> 2.0.0-2
|
| 481 |
- Add BR and R on eclipse-cvs-client.
|
| 482 |
|
| 483 |
* Thu Aug 23 2007 Andrew Overholt <overholt@redhat.com> 2.0.0-1
|
| 484 |
- Re-name to eclipse-mylyn.
|
| 485 |
|
| 486 |
* Fri Aug 10 2007 Ben Konrath <bkonrath@redhat.com> 2.0.0-1
|
| 487 |
- 2.0.0
|
| 488 |
- Add -java and -pde sub-packages.
|
| 489 |
|
| 490 |
* Wed Apr 25 2007 Andrew Overholt <overholt@redhat.com> 2.0-0.1.M2a.1
|
| 491 |
- 2.0M2a (a re-tag to fix some tagging issues).
|
| 492 |
|
| 493 |
* Wed Apr 18 2007 Andrew Overholt <overholt@redhat.com> 1.0-4
|
| 494 |
- Add workaround for missing method in GNU Classpath.
|
| 495 |
|
| 496 |
* Thu Apr 12 2007 Andrew Overholt <overholt@redhat.com> 1.0-3
|
| 497 |
- Add Obsoletes and Provides for eclipse-bugzilla on
|
| 498 |
eclipse-mylar-bugzilla (comments in bug #222677). If someone notices
|
| 499 |
missing functionality to warrant removing the Provides, please file a
|
| 500 |
bug.
|
| 501 |
|
| 502 |
* Tue Mar 20 2007 Andrew Overholt <overholt@redhat.com> 1.0-2
|
| 503 |
- Use xmlrpc3 jars instead of xmlrpc
|
| 504 |
|
| 505 |
* Fri Mar 16 2007 Andrew Overholt <overholt@redhat.com> 1.0-1
|
| 506 |
- Initial build
|