Seriously,

I mentioned before I didn't know anything about how to the proto/mkpkg
stage worked in JDS. Last days showed that I guess :P
GOOD THING IS! It's fixed, for real now. At first I had no clue what
Laca meant with "installing the gtk-doc files unconditionaly" since I
couldn't find any validation being done wheater the parameter was used
or not during the %install or %files stage.

But! There was such validation done in SUNWgmime.spec, and as Laca
pointed out to me, SUNW specs is where the things get done, so, here a
patch to get rid of the validation.
Not yet commited, I am going to the train now and will need to make
the reversion of the invalid/unnecesary changes to
base-spec/gmime.spec as well. When you think this patch is the way to
go, the same thing will be done for SUNWgnome-ui-designer, where a
similar validation is done.


--
Patrick



Index: SUNWgmime.spec
===================================================================
--- SUNWgmime.spec      (revision 12898)
+++ SUNWgmime.spec      (working copy)
@@ -71,12 +71,12 @@
 %{_libdir}/*.sh
 %dir %attr (0755, root, other) %dir %{_libdir}/pkgconfig
 %{_libdir}/pkgconfig/*
-%if %{!?_without_gtk_doc:1}%{?_without_gtk_doc:0}
 %dir %attr (0755, root, sys) %dir %{_datadir}
 %{_datadir}/gtk-doc
-%endif

 %changelog
+* Tue Jan 29 2008 - patrick.ale at gmail.com
+- Remove no_gtk_doc validation. Always install gtk-doc
 * Thu Jan 24 2008 - nonsea at users.sourceforge.net
 - Remove mono stuff
 - Add gtk-doc for %files devel

Reply via email to