Author: colin Date: Wed Nov 22 17:25:36 2006 New Revision: 86241 Modified: packages/cooker/gtk-engines2/current/SPECS/gtk-engines2.spec
Log: Move the gtk requires to the lib package where it is more appropriate Modified: packages/cooker/gtk-engines2/current/SPECS/gtk-engines2.spec ============================================================================== --- packages/cooker/gtk-engines2/current/SPECS/gtk-engines2.spec (original) +++ packages/cooker/gtk-engines2/current/SPECS/gtk-engines2.spec Wed Nov 22 17:25:36 2006 @@ -25,7 +25,6 @@ Url: ftp://ftp.gnome.org/pub/GNOME/sources/gtk-engines/ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot -Requires: gtk+2.0 >= 2.9.0 Requires: %{lib_name} >= %{version} Conflicts: ximian-artwork < 0.2.26-4mdk Conflicts: gnome-themes <= 2.8.2-2mdk @@ -47,9 +46,10 @@ #-------------------------------------------------------------------- %package -n %{lib_name} -Summary: Library files for %{name} -Group: System/Libraries -Provides: %lib_name = %version +Summary: Library files for %{name} +Group: System/Libraries +Requires: gtk+2.0 >= 2.9.0 +Provides: %lib_name = %version %description -n %{lib_name} Library files for %{name}
