Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 156687 Details for
Bug 237919
enable eclipse sub-package
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
updates icu4j to 3.6.1 and enables eclipse sub-package
icu4j-enable-eclipse-and-3.6.1.patch (text/plain), 4.16 KB, created by
Ben Konrath
on 2007-06-11 09:58:15 UTC
(
hide
)
Description:
updates icu4j to 3.6.1 and enables eclipse sub-package
Filename:
MIME Type:
Creator:
Ben Konrath
Created:
2007-06-11 09:58:15 UTC
Size:
4.16 KB
patch
obsolete
>? .build-3.6.1-1jpp.1.fc8.log >? build.log >? build.lorg >? icu4j-3.6.1 >? icu4j-3.6.1-1jpp.1.fc8.src.rpm >? icu4jsrc_3_6_1.jar >? x86_64 >Index: icu4j.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/icu4j/devel/icu4j.spec,v >retrieving revision 1.2 >diff -u -r1.2 icu4j.spec >--- icu4j.spec 19 Mar 2007 14:59:34 -0000 1.2 >+++ icu4j.spec 11 Jun 2007 09:10:50 -0000 >@@ -31,7 +31,7 @@ > # If you want to build with eclipse support > # give rpmbuild option '--with eclipse' > >-# FIXME: Add back _with_eclipse define later. >+%define _with_eclipse 1 > > %define with_eclipse %{?_with_eclipse:1}%{!?_with_eclipse:0} > %define without_eclipse %{!?_with_eclipse:1}%{?_with_eclipse:0} >@@ -47,20 +47,19 @@ > %define eclipse_lib_base %{_libdir}/%{eclipse_name} > > Name: icu4j >-Version: 3.4.5 >-Release: 2jpp.2%{?dist} >+Version: 3.6.1 >+Release: 1jpp.1%{?dist} > Epoch: 0 > Summary: International Components for Unicode for Java > License: MIT style > URL: http://www-306.ibm.com/software/globalization/icu/index.jsp > Group: Development/Libraries/Java >-Source0: ftp://ftp.software.ibm.com/software/globalization/icu/icu4j/3.4.5/icu4jsrc_3_4_5.jar >+Source0: http://download.icu-project.org/files/icu4j/3.6.1/icu4jsrc_3_6_1.jar > Patch0: %{name}-crosslink.patch > Patch1: %{name}-disable-javadocs.patch > BuildRequires: ant > BuildRequires: java-javadoc > BuildRequires: jpackage-utils >= 0:1.5 >-BuildRequires: sinjdoc > Requires: jpackage-utils > %if %{with_eclipse} > BuildRequires: eclipse-pde >= 0:3.2.1 >@@ -119,16 +118,14 @@ > %{__sed} -i 's/\r//' APIChangeReport.html > %{__sed} -i 's/\r//' readme.html > >-#%if %{with_eclipse} >-# Without this, we get the dreaded "java.lang.Object not found" error > sed --in-place "s/ .*bootclasspath=.*//g" build.xml >-#%endif >+sed --in-place "s/<date datetime=.*when=\"after\"\/>//" build.xml > > %build > %if %{without_eclipse} >-%ant -Dj2se.apidoc=%{_javadocdir}/java jar docs >+%ant -Dicu4j.javac.source=1.5 -Dicu4j.javac.target=1.5 -Dj2se.apidoc=%{_javadocdir}/java jar docs > %else >-%ant -Dj2se.apidoc=%{_javadocdir}/java jar docs eclipseProjects >+%ant -Dicu4j.javac.source=1.5 -Dicu4j.javac.target=1.5 -Dj2se.apidoc=%{_javadocdir}/java jar docs eclipseProjects > %endif > > %if %{with_eclipse} >@@ -146,7 +143,6 @@ > homedir=$(cd home > /dev/null && pwd) > > pushd eclipseProjects >-# com.ibm.icu plugins > java -cp $SDK/startup.jar \ > -Dosgi.sharedConfiguration.area=%{_libdir}/eclipse/configuration \ > -Duser.home=$homedir \ >@@ -159,21 +155,6 @@ > -Dbuilder=%{eclipse_base}/plugins/org.eclipse.pde.build/templates/package-build \ > -f %{eclipse_base}/plugins/org.eclipse.pde.build/scripts/build.xml > >-# com.ibm.icu.source build fails to include actual src zip. Let's do it manually. >-relzipfiledir=%{eclipse_name}/plugins/com.ibm.icu.source_%{version}/src/com.ibm.icu_%{version} >-zipfiledir=$PWD/$relzipfiledir >-%__mkdir_p $relzipfiledir >-zipfile=$zipfiledir/src.zip >-pushd com.ibm.icu >-%__cp -rp about_files $zipfiledir >-%__cp -p about.html $zipfiledir >-pushd src >-find -name \*.java | xargs touch --date=1/1/1980 >-zip -X -9 -r $zipfile . -i \*.java >-popd >-popd >-zip -X -9 -r -u build/rpmBuild/com.ibm.icu.zip $relzipfiledir >-popd > %endif > > %install >@@ -229,7 +210,7 @@ > %{_javadir}/%{name}*.jar > %if %{gcj_support} > %dir %attr(-,root,root) %{_libdir}/gcj/%{name} >-%attr(-,root,root) %{_libdir}/gcj/%{name}/icu4j-3.4.5.jar.* >+%attr(-,root,root) %{_libdir}/gcj/%{name}/icu4j-%{version}.jar.* > %endif > > %files javadoc >@@ -239,6 +220,9 @@ > %if %{with_eclipse} > %files eclipse > %defattr(0644,root,root,0755) >+%dir %{_datadir}/eclipse >+%dir %{_datadir}/eclipse/features >+%dir %{_datadir}/eclipse/plugins > %{_datadir}/eclipse/features/* > %{_datadir}/eclipse/plugins/* > %doc license.html readme.html >@@ -248,6 +232,10 @@ > %endif > > %changelog >+* Thu Jun 07 2007 Ben Konrath <bkonrath@redhat.com> - 0:3.6.1-1jpp.1 >+- 3.6.1. >+- Enable eclipse sub-package. >+ > * Fri Mar 16 2007 Jeff Johnston <jjohnstn@redhat.com> - 0:3.4.5-2jpp.2 > - Disable eclipse plugin support temporarily until build problems > can be worked out. Plugin is still being built as part of
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237919
:
153479
| 156687