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 Fedora.
Should I do something else?
Content is Changed
At first, I wrote I want .rpm installs dependencies automatically
but, it is my wrong knowledge about .rpm package.
Now, what I want to do is just specify dependencies.