From: <rl...@us...> - 2006-09-11 07:06:07
|
Revision: 17248 http://svn.sourceforge.net/gaim/?rev=17248&view=rev Author: rlaager Date: 2006-09-11 00:06:03 -0700 (Mon, 11 Sep 2006) Log Message: ----------- Add a dependency on GConf2. Again, untested. I'm less sure of this change and how it'll play out with various distros. Modified Paths: -------------- trunk/gaim.spec.in Modified: trunk/gaim.spec.in =================================================================== --- trunk/gaim.spec.in 2006-09-11 07:01:15 UTC (rev 17247) +++ trunk/gaim.spec.in 2006-09-11 07:06:03 UTC (rev 17248) @@ -42,6 +42,9 @@ # For some reason perl isn't always automatically detected as a requirement :( Requires: perl +# For gconftool-2 +Requires: GConf2 + # Mandrake 10.1 and lower || Mandrake 10.2 (and higher?) %if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "Mandrakesoft" || "%{_vendor}" == "Mandriva" # Mandrake/Mandriva requirements This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |