Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perl CPAN Support, Build Binary and/or Source Packages #1526

Closed
wbraswell opened this issue Jul 10, 2018 · 3 comments
Closed

Perl CPAN Support, Build Binary and/or Source Packages #1526

wbraswell opened this issue Jul 10, 2018 · 3 comments

Comments

@wbraswell
Copy link
Contributor

Sometimes we need to be able to tell rpmbuild to create source packages in the SRPMS directory, either instead of or in addition to the normal binary packages in the RPMS directory. This is accomplished by passing the -ba or -bb or -bs options to rpmbuild.

@jordansissel
Copy link
Owner

This is a pretty dramatic change which could mislead users. FPM cannot build what most folks would consider to be an SRPM.

Can you show me an example of how this might be used?

@wbraswell
Copy link
Contributor Author

@jordansissel
Yes you are correct, after working more on this issue I realized that it is not enough to simply pass the -ba or -bb or -bs options to rpmbuild, this will essentially create an empty or fake SRPM which can not actually be utilized by users.
I believe I may have a way to properly accomplish the building of SRPM files, possibly without the use of FPM-Cookery, so for now I will leave this issue open and I will eventually come back to report my findings.

@wbraswell
Copy link
Contributor Author

Deprecated in favor of more specific issue:
#1954

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants