Hi maintainers. Love this project, big thumbs up.
I tried it for the first time last week and found myself needing to edit the generated spec file. The two edits required were:
- Customise what's in the
%build section of the spec file
- Add the following macro to the top of the file:
%global debug_package %{nil}
More context:
-
I need to customise what's in the %build section because i'm using yarn not npm. I tried to comply and use npm but i kept getting an error on the npm prune --production bit. It'd be very nice to be able to specify something custom in this section
-
TBH i'm not sure why i need this. My rpmbuild kept failing and this was the fix google told me to try and it worked.
Keen to hear your thoughts on this.
Hi maintainers. Love this project, big thumbs up.
I tried it for the first time last week and found myself needing to edit the generated spec file. The two edits required were:
%buildsection of the spec file%global debug_package %{nil}More context:
I need to customise what's in the
%buildsection because i'm using yarn not npm. I tried to comply and use npm but i kept getting an error on thenpm prune --productionbit. It'd be very nice to be able to specify something custom in this sectionTBH i'm not sure why i need this. My
rpmbuildkept failing and this was the fix google told me to try and it worked.Keen to hear your thoughts on this.