rpmbuild
extract the spec file from rpm package
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[详细]
2023-02-23 18:28 分类:问答chkconfig command in rpm spec file
I woul开发者_如何学JAVAd like to use \'chkconfig --del NetworkManager\' command in the %install section of a rpm spec file. If I include this command the rpm is building fine but when I install that r[详细]
2023-02-17 21:59 分类:问答Building with rpmbuild under Ubuntu
I need to build yum with a patch under Ubuntu 10.4 (reason being that i need a yum with chroot support for my vserver instance)[详细]
2023-02-15 23:09 分类:问答rpmbuild %{dist} not defined on CentOS 5.5?
I\'m attempting to use the %{dist} tag in my 开发者_如何学CRPM spec file to provide distribution-specific dependencies between Fedora Core (e.g. fc12), CentOS 5 (e.g. el5) and Amazon\'s Linux AMI:[详细]
2023-02-14 06:01 分类:问答Specifying RPM dependency as "one of the following"
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[详细]
2023-02-11 18:59 分类:问答rpmbuild error: Installed (but unpackaged) file(s) found
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.[详细]
2023-02-11 06:25 分类:问答Build rpm for packages
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[详细]
2023-02-09 18:39 分类:问答Distutils, older rpm, and customized spec file
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[详细]
2023-01-31 16:11 分类:问答Is there any syntax or trick to be able to create a multiline rpm spec file macro
Background. $ rpmbuild --version RPM version 4.3.3 I am working on a spec file that needs to process a list of files in multiple scriptlets. DRY (don\'t repeat youself) has me defining the list once[详细]
2023-01-28 06:41 分类:问答Newbie rpmbuild error
I\'m trying to build my first RPM, but getting an error. My .rpmmarcos files looks like this: %packager Your Name[详细]
2023-01-26 20:35 分类:问答