From 2ce933e3c63f22303bcf652865d25b52e27c0587 Mon Sep 17 00:00:00 2001 From: Ben Konrath Date: Dec 07 2006 05:48:09 +0000 Subject: - Add %%{_libdir}/eclipse dir to files list of libswt-gtk2. - Resolves: #211008. --- diff --git a/eclipse.spec b/eclipse.spec index 25ef2f3..6b320a9 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: 24%{?dist} +Release: 25%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -1399,6 +1399,7 @@ fi %defattr(-,root,root) %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/plugins +%dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/plugins %dir %{_libdir}/%{name}/configuration %dir %{_libdir}/%{name}/configuration/org.eclipse.osgi @@ -1698,6 +1699,10 @@ fi %{_libdir}/%{name}/plugins/org.eclipse.sdk_* %changelog +* Wed Dec 6 2006 Ben Konrath 3.2.1-25 +- Add %%{_libdir}/eclipse dir to files list of libswt-gtk2. +- Resolves: #211008. + * Tue Dec 5 2006 Andrew Overholt 3.2.1-24 - Specfile review with Ben Konrath. - Lots of cleanups.