diff --git a/eclipse.desktop b/eclipse.desktop index 018316e..b877555 100644 --- a/eclipse.desktop +++ b/eclipse.desktop @@ -1,4 +1,5 @@ [Desktop Entry] +Encoding=UTF-8 Name=Eclipse Comment=Eclipse Integrated Development Environment Exec=eclipse diff --git a/eclipse.spec b/eclipse.spec index d7aae4c..589df95 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -19,7 +19,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 25%{?dist} +Release: 26%{?dist} License: Eclipse Public License Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -1361,7 +1361,7 @@ fi %{_datadir}/%{name}/plugins/org.eclipse.core.filebuffers_* %{_datadir}/%{name}/plugins/org.eclipse.core.filesystem_* %{_datadir}/%{name}/plugins/org.fedoraproject.ide.platform -%{_datadir}/%{name}/feature/org.fedoraproject.ide-feature +%{_datadir}/%{name}/features/org.fedoraproject.ide-feature %ifarch %{ix86} x86_64 ppc %{_libdir}/%{name}/plugins/org.eclipse.core.filesystem.linux.%{eclipse_arch}_* %endif @@ -1573,6 +1573,10 @@ fi %endif %changelog +* Sat Oct 06 2007 Andrew Overholt 3.3.0-26 +- Add encoding to desktop file. +- Fix %%files list again. + * Fri Oct 05 2007 Andrew Overholt 3.3.0-25 - Fix %%files list for Fedora Eclipse feature.