I\'m working on a spec file (foo.spec) that, when built, results in two RPMs: foo-1-1.i386.rpm (the main program) and libfoo-1-1.i386.rpm (the required library files). The foo.spec file states that fo
I\'m building a new version of an existing .spec/rpm and I want to remove a dependency that was required by that is not anymore (previous .spec had \"Requires:rpm-xyz).
I want to make install file in Fedora. (Download files from Internet and save it in specific directory. Path is fixed)
Closed. This question is off-topic. It is not currently accepting answers.开发者_如何学Python Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I have some problems with an rpm spec file that is listing the same file multiple times. For this spec we do some normal compilation and then we have script that copies everything to the buildroot. Wi
I need to create several different rpm\'s (deb\'s) (with different list of files) from one CMake project.
While creating RPMs, the RPM spec files have a directive %defattr . I know that it defines the default attributes for the files that are installed by that RPM开发者_C百科. If I write the %defattr as b
Summary: A small lighttpd Name: lighttpd Version: 1.4.28 Release: 1000 License: LGPL Group: Applications/Webserver
How to update a RPM version? Shall i开发者_如何学JAVA just update it in my spec file and re-build the entire package?That would be the first step, yes. You may also have to download the new source. An
I created a rpm file using the maven rpm plugin(2.1-alpha-1). I need to execute two commands in the %post of the rpm file. The generated spec file and the command \"rpm -q --scripts filename\" show bo