Hi, Is there any nice way in a .spec file to tell rpmbuild not to call brp-java-repack-jars? Some Web Searching indicates that most people just hack the script. Is there a better way ?
> Is there any nice way in a .spec file to tell rpmbuild not to call > brp-java-repack-jars? Some Web Searching indicates that most people > just hack the script. Is there a better way ?I've just started building RPMs myself, so I'm curious ... why would you want to not call brp-java-repack-jars? Mick
> Hi, > > Is there any nice way in a .spec file to tell rpmbuild not to call > brp-java-repack-jars? Some Web Searching indicates that most people > just hack the script. Is there a better way ?Hello, long time ago I searched for a way to disable stripping, and found %define __spec_install_post /usr/lib/rpm/brp-compress || : in http://svn.rpmforge.net/svn/trunk/rpms/acroread/acroread.spec I guess that can be used too for brp-java-repack-jars...