I do not need the fax-package for courier, so I build the rpms on RedHat 9 with the following command: rpmbuild -tb --define '_without_fax 1' courier*tar.bz2
Easier to do:
rpmbuild -tb --without fax courier*tar.bz2
Now as the spec-file holds
%define _unpackaged_files_terminate_build 1
rpm will abort if it finds unpackaged files.
...yeah, that is a problem. Worked when I tested the SQL/LDAP "without" options. Probably ought to set that option to 0 in the section that sets each of the "with_option" definitions. I'll see if I can do that, and send a patch Sam's way.
------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
