Tagged Questions
0
votes
0answers
78 views
How to specify dependency in .rpm file which is converted from .deb with alien?
I try to convert .deb to .rpm with alien.
What I want to do is specify dependency in .rpm.
Depends:imlib2-dev
is included in control file of .deb package.
But it doesn't exist in rpm package in ...