From f99dc68135ff09a33ff901c341286abf161f4268 Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Jul 17 2012 12:08:44 +0000 Subject: Changed file ownership. /usr/share/java/eclipse{,/*} is no longer owned by the eclipse-rcp package, but the directory is owned by the equinox-osgi, and contents are owned by packages that provide them. --- diff --git a/eclipse.spec b/eclipse.spec index dba4612..d24b50f 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -20,7 +20,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_version} -Release: 3%{?dist} +Release: 4%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -485,7 +485,6 @@ rm -rf %{_bindir}/efj/ %{_libdir}/%{name}/plugins/org.eclipse.equinox.simpleconfigurator_* %{_libdir}/%{name}/plugins/org.w3c.css.sac_* %{_libdir}/%{name}/plugins/org.w3c.dom.svg_* -%{_javadir}/%{name} %if %{initialize} %files platform -f %{name}-platform.install @@ -670,10 +669,12 @@ rm -rf %{_bindir}/efj/ # FIXME: should we ship content.xml for the platform? #%%{_libdir}/%%{name}/metadata %{_libdir}/%{name}/p2 +%{_javadir}/%{name}/equinox.http.servlet.jar %files jdt %attr(0755,root,root) %{_bindir}/efj %{_libdir}/%{name}/dropins/jdt +%{_javadir}/%{name}/jdt.core.jar %files pde %{_bindir}/%{name}-pdebuild @@ -681,6 +682,7 @@ rm -rf %{_bindir}/efj/ %{_libdir}/%{name}/dropins/sdk %files equinox-osgi +%dir %{_javadir}/%{name} %{_javadir}/%{name}/osgi.jar %{_javadir}/%{name}/osgi.services.jar %{_javadir}/%{name}/osgi.util.jar @@ -691,6 +693,9 @@ rm -rf %{_bindir}/efj/ %{_mavendepmapfragdir}/* %changelog +* Tue Jul 17 2012 Krzysztof Daniel 1:4.2.0-4 +- Bug 839986 - eclipse-rcp: broken symlinks + * Fri Jul 6 2012 Krzysztof Daniel 1:4.2.0-3 - Improved patch for discovering changes after update.