On Fri, Jan 13, 2006 at 02:44:03PM +0000, Murali Vadivelu wrote: > Dear Developers, > > Can '%type' expansion be used in 'Conflicts' and/ or 'Replaces' field > (s)?
Yes. Note however that there is no way to access the %type expansions for "other" variants. That is, for: Package: foo-py%type_pkg[python]-bin Type: python (2.3 2.4) No expansion in the foo-py23-bin package will result in "24", nor is there any wildcard. If foo-py23 and foo-py24 need to conflict with each other, you need to list them explicitly, something like: Conflicts: foo-py23-bin, foo-py24-bin dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Fink-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-devel
