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

add autogen.sh to the %build section of the spec file #1205

Closed
sstcdev opened this issue Jul 18, 2019 · 1 comment
Closed

add autogen.sh to the %build section of the spec file #1205

sstcdev opened this issue Jul 18, 2019 · 1 comment

Comments

@sstcdev
Copy link
Contributor

sstcdev commented Jul 18, 2019

we need to add
[ -f configure ] || ./autogen.sh
to the %build section of both pbspro.spec and pbspro.spec.in

With above modification,
we can build RPMs with rpmbuild -ta SOURCE/pbspro-19.1.2.tar.gz
both
from
https://github.com/PBSPro/pbspro/releases/download/v19.1.2/pbspro-19.1.2.tar.gz
and
from
https://github.com/PBSPro/pbspro/archive/v19.1.2.tar.gz

And https://github.com/PBSPro/pbspro/releases/download/v19.1.2/pbspro-19.1.2.tar.gz may not be required to be listed.

@vstumpf
Copy link
Contributor

vstumpf commented Oct 6, 2020

Fixed in 369b342

@vstumpf vstumpf closed this as completed Oct 6, 2020
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