I have a customized RPM that builds a set of subpackages. Each subpackage has a %post script in the spec file that is used to copy some symlinks to another folder:
If a user attempting to build an rpm from a specfile has CONFIG_SITE set in the environment when running rpmbuild, and the specfile builds with \"./configure --prefix=/usr && make\", then the
I need advice about the following I build simple spec file and build rpm I transfer the new rpm to other Linux machine in order to install the new rpm
What is the \"right\" way, if any, to design RPMs so that multiple versions can be installed via YUM/RPM side by side without stomping on each other? For libraries, the right answer seems to be relate
Is there any way to extract the spec file from rpm package ( I have only RPM file ) not by rpm --scripts -qp my-great-app-1.1.2.rpm
I am developing an RPM spec file for an in-house package. The package depends on libuuid, which is available as the libuuid package on Fedora, but there is no libuuid package for CentOS 5 in the stand
I am building a custom rpm to install apache, among other things.When i try and build i get the above error, and then it lists /httpd-2.2.17/ and all of its subfiles.
Can any one tell me how to create an rpm which would install another rpm,how to f开发者_C百科ind the spec file for this.Or please indicate the tutorial for building such a spec fileYou cannot. Specify
I finally got my program packaged in a RPM on Fedora 14 yesterday, and I thought that it would be easy to build it the same way on a CentOS 4.8 box. It turns out that the older version of rpm and dist
Can I produce开发者_JAVA百科 an RPM package where several dependencies are listed in a choose-one-from-those manner? Reason why I\'m asking, my app needs a scalable Mincho-style Japanese font, and it