- Added patch for ppc64.
This commit is contained in:
parent
1943e6e4ee
commit
1c24280f47
10
eclipse.spec
10
eclipse.spec
@ -22,7 +22,7 @@ Epoch: 1
|
|||||||
Summary: %{pkg_summary}
|
Summary: %{pkg_summary}
|
||||||
Name: eclipse
|
Name: eclipse
|
||||||
Version: %{eclipse_majmin}.%{eclipse_micro}
|
Version: %{eclipse_majmin}.%{eclipse_micro}
|
||||||
Release: 1jpp_9fc
|
Release: 1jpp_10fc
|
||||||
License: EPL
|
License: EPL
|
||||||
Group: Text Editors/Integrated Development Environments (IDE)
|
Group: Text Editors/Integrated Development Environments (IDE)
|
||||||
URL: http://www.eclipse.org/
|
URL: http://www.eclipse.org/
|
||||||
@ -111,6 +111,9 @@ Patch47: %{name}-launcher-link.patch
|
|||||||
Patch48: %{name}-javadoclinks.patch
|
Patch48: %{name}-javadoclinks.patch
|
||||||
# Always generate debug info when building RPMs (Andrew Haley)
|
# Always generate debug info when building RPMs (Andrew Haley)
|
||||||
Patch49: %{name}-ecj-rpmdebuginfo.patch
|
Patch49: %{name}-ecj-rpmdebuginfo.patch
|
||||||
|
# Add support for ppc64:
|
||||||
|
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172172
|
||||||
|
Patch51: %{name}-ppc64.patch
|
||||||
|
|
||||||
%if %{gcj_support}
|
%if %{gcj_support}
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
@ -433,6 +436,8 @@ pushd plugins/org.eclipse.platform.doc.isv
|
|||||||
sed --in-place "s:/usr/share/:%{_datadir}/:g" platformOptions
|
sed --in-place "s:/usr/share/:%{_datadir}/:g" platformOptions
|
||||||
popd
|
popd
|
||||||
%patch49 -p0
|
%patch49 -p0
|
||||||
|
pwd
|
||||||
|
%patch51 -p0
|
||||||
|
|
||||||
%if %{gcj_support}
|
%if %{gcj_support}
|
||||||
# Fedora splash screen.
|
# Fedora splash screen.
|
||||||
@ -1279,6 +1284,9 @@ fi
|
|||||||
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_%{version}
|
%{_datadir}/%{name}/plugins/org.eclipse.platform.source.linux.gtk.*_%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 17 2006 Igor Foox <ifoox@redhat.com> - 1:3.1.2-1jpp_10fc
|
||||||
|
- Added patch for ppc64.
|
||||||
|
|
||||||
* Fri Feb 17 2006 Igor Foox <ifoox@redhat.com> - 1:3.1.2-1jpp_9fc
|
* Fri Feb 17 2006 Igor Foox <ifoox@redhat.com> - 1:3.1.2-1jpp_9fc
|
||||||
- Try build on ppc64.
|
- Try build on ppc64.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user