Adding Qt dependencies to rpmbuild spec file
-
I'm using Ubuntu 14.04 and I am updating the rpmbuild spec file of an application that now uses Qt.
The apt-get modules I need are the following:
sudo apt-get build-essential sudo apt-get install mesa-common-dev -y sudo apt-get install libglu1-mesa-dev -y sudo apt-get qt5-default sudo apt-get qtwebengine5-dev
I know the spec file has "BuildRequires" and "Requires" dependency tags...any help in writing this as well as some examples would be helpful. I have a working spec file I just need to add the dependencies.
I'm a bit new to RPM so forgive me...how would this work exactly? Does the RPM automatically install dependencies that aren't installed when performing the check or does it just report it to the user and let the user install it.
-
Hi,
Might be a silly question but why are you using a debian based system to build rpm packages ?
-
Ok, I would recommend taking that question to a RedHat forum, they will be able to help you get your packaging up and running.