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

src.rpm or spec file #115

Open
dslawek opened this issue Nov 3, 2021 · 2 comments
Open

src.rpm or spec file #115

dslawek opened this issue Nov 3, 2021 · 2 comments

Comments

@dslawek
Copy link

dslawek commented Nov 3, 2021

I found an rpm package like this for CentOS 7:
https://files.freeswitch.org/repo/yum/centos-release/7/x86_64/libks-1.7.0-16.el7.centos.rpm

I would like to use a source package (libks-1.7.0-16.el7.centos.src.rpm) to build rpm for CentOS 8 from this.
Do any of you know if it is possible to download it and possibly from where (or the spec file itself).

@dslawek dslawek changed the title src.rpm o spec file src.rpm or spec file Nov 3, 2021
@mjerris
Copy link
Contributor

mjerris commented Nov 3, 2021

look at the cent7 repo

@sergey-safarov
Copy link

you can try

wget https://raw.githubusercontent.com/sergey-safarov/libks/tmp/pkg/rpm/libks.spec
rpmbuild -bb --undefine _disable_source_fetch libks.spec

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

3 participants