On Fri, 16 Jun 2006 at 13:38, Reinhard Max wrote:

> # plugins with additional external dependencies
> # that shall be treated in a weak way.
> %suggests(%_libdir/jabber/authreg_pam.so, "PAM authentication")
> %suggests(%_libdir/jabber/authreg_ldap.so, "LDAP authentication")
> %suggests(%_libdir/jabberd/*_pgsql.so,
>           "PostgreSQL storage and authentication")
> %suggests(%_libdir/jabberd/*_mysql.so,
>           "MySQL storage and authentication")

Hmm - looking again at the syntax of existing macros for the %files 
section (e.g. %attr), the syntax of my proposal should probably look 
more like this:

--- snip ---
%suggests("PAM authentication") %_libdir/jabber/authreg_pam.so
%suggests("PostgreSQL storage and authentication") %_libdir/jabberd/*_pgsql.so
[...]
--- snap ---

cu
        Reinhard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to