[eclipse] Make globbing work on arches that don't have platform specific fragments.

mbooth mbooth at fedoraproject.org
Thu Apr 10 08:57:56 UTC 2014


commit e5a0d82e0040f9d0e8716770642e0afcd044c689
Author: Mat Booth <mat.booth at redhat.com>
Date:   Thu Apr 10 09:57:41 2014 +0100

    Make globbing work on arches that don't have platform specific
    fragments.

 eclipse.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index b6e8a28..d8c3410 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -44,7 +44,7 @@ Epoch:                  1
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        0.8.git201404081645%{?dist}
+Release:        0.9.git201404081645%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -782,11 +782,8 @@ fi
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.compare.core_*
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.core.externaltools_*
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filebuffers_*
-%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filesystem_*
-%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filesystem.java7_*
-%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filesystem.linux.*
-%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.net_*
-%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.net.linux.*
+%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.filesystem*
+%{_libdir}/%{pkg_name}/plugins/org.eclipse.core.net*
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.core.resources_*
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.core.runtime.compatibility_*
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.core.runtime.compatibility.registry_*
@@ -972,6 +969,9 @@ fi
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
 
 %changelog
+* Thu Apr 10 2014 Mat Booth <mat.booth at redhat.com> - 1:4.4.0-0.9.git201404081645
+- Make globbing work on arches that don't have platform specific fragments.
+
 * Tue Apr 08 2014 Mat Booth <mat.booth at redhat.com> - 1:4.4.0-0.8.git201404081645
 - Update to latest I-build of Luna 4.4.0
 - Don't unnecessarily create platform specific fragments for o.e.core.net and


More information about the scm-commits mailing list