diff --git a/eclipse.spec b/eclipse.spec index b3d9a53..eddd28b 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -27,7 +27,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 14%{?dist} +Release: 15%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -958,7 +958,7 @@ done mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}/links # Set up an extension location and a link file for the arch-independent dir -echo "path:$RPM_BUILD_ROOT%{_datadir}" > \ +echo "path:%{_datadir}" > \ $RPM_BUILD_ROOT%{_libdir}/%{name}/links/datadir.link # Ensure the launcher binary has the correct permissions @@ -1435,6 +1435,9 @@ fi %{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Mon Aug 04 2008 Sean Flanigan 3.4.0-15 +- Removed buildroot from path in datadir.link + * Mon Aug 04 2008 Sean Flanigan 3.4.0-14 - Created missing directory for link file