Results 1 to 1 of 1
Hi,
I have written SPEC file and used the rmpbuild command for creating the RPM file. In my SPEC file i need like "BuildRequires: java", which need java package. But ...
- 07-06-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 1
RPM Dependencies
Hi,
I have written SPEC file and used the rmpbuild command for creating the RPM file. In my SPEC file i need like "BuildRequires: java", which need java package. But in my linux system java package name is "jdk" instead of "java", so in my build file required give like "BuildRequires: jdk" for clearing the dependency.
My question is how to change "jdk" to "java" which is package name of Java already installed. Is it possible to change the package name which is already installed?
Then I have zip file which contains jar files and extracted to a folder. Then how do I point a package name to that folder.
Kindly give a solution
Regards
Vasanth kumar


Reply With Quote