- Add core.net fragment in %files for x86

- I spoke with author about above and no .so is built because it is
    currently not used by the fragment
This commit is contained in:
Andrew Overholt 2008-07-21 16:03:45 +00:00
parent 742e187b36
commit fc7e41dcef
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,5 @@
# TODO:
# - get new ecj-gcj patch before building in rawhide
# - update icu4j and jasper to use %%{_libdir}/eclipse and not %%{_datadir}/eclipse after we build 3.4
# - look at startup script and launcher patches
# - update stuff for building on secondary arches
@ -25,7 +26,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 4%{?dist}
Release: 5%{?dist}
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -1164,6 +1165,9 @@ fi
%{_libdir}/%{name}/features/org.fedoraproject.ide.feature_*
%{_libdir}/%{name}/plugins/org.eclipse.core.filesystem.linux.%{eclipse_arch}_*
%{_libdir}/%{name}/plugins/org.eclipse.core.net_*
%ifarch %{ix86}
%{_libdir}/%{name}/plugins/org.eclipse.core.net.linux_*
%endif
%{_libdir}/%{name}/plugins/org.eclipse.core.resources_*
%{_libdir}/%{name}/plugins/org.eclipse.core.resources.compatibility_*
%{_libdir}/%{name}/plugins/org.eclipse.core.runtime.compatibility_*
@ -1342,6 +1346,11 @@ fi
%{_libdir}/%{name}/plugins/org.eclipse.pde.runtime_*
%changelog
* Mon Jul 21 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-5
- Add core.net fragment in %%files for x86
- I spoke with author about above and no .so is built because it is
currently not used by the fragment
* Fri Jul 18 2008 Andrew Overholt <overholt@redhat.com> 3.4.0-4
- Un-do crazy config.ini, bundles.info, etc. shuffling
- Update patch for building native libraries