Re: [CentOS] RPM creation question

2008-06-15 Thread Clint Dilks
Karanbir Singh wrote: Clint Dilks wrote: For those who care - On FC6 / CentOS 4 - To Disable this you must hack the script as far as I can tell. I am told that on New Versions of Fedora (and I assume CentOS 5) that you can add %__jar_repack %{nil} to the top of the spec file. Why cant you

Re: [CentOS] RPM creation question

2008-06-13 Thread Karanbir Singh
Clint Dilks wrote: For those who care - On FC6 / CentOS 4 - To Disable this you must hack the script as far as I can tell. I am told that on New Versions of Fedora (and I assume CentOS 5) that you can add %__jar_repack %{nil} to the top of the spec file. Why cant you twiddle with __os_inst

Re: [CentOS] RPM creation question

2008-06-12 Thread Clint Dilks
admin wrote: 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-jav

Re: [CentOS] RPM creation question

2008-06-12 Thread Vincent Knecht
> 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_p

Re: [CentOS] RPM creation question

2008-06-12 Thread admin
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?