Top "Rpm-spec" questions

The rpm spec file contains the information required by RPM to build a package.

Simple spec file for creating RPM package

I have a binary Java run.jar file, a bash script run.sh which executes run.jar via java -jar. …

fedora rpmbuild rpm-spec
Define Version with script in RPM spec file

I have an RPM Spec file, building on rhel7 with rpmbuild, where I would like to define the Version with …

bash rpm rpmbuild software-packaging rpm-spec
Set target directory in RPM spec file

I have a very simple tar.gz file wih Java files which I want to install using RPM package. I …

linux rpm rpmbuild rpm-spec
How to run a shell command in RPM spec file?

How do I run a shell command in spec file? I want to execute something similar like: uname -r | sed …

rpm rpm-spec
Create an RPM that can also manipulate files and add users

I'm trying to create an RPM in Fedora 15 that will install my software, but in order for my software to …

fedora rpm rpmbuild rpm-spec
How to use %debug_package while using rpmbuild?

Linux version 2.6.18-131.el5 gcc version 4.1.2 RPM version 4.4.2.3 I use the following command to build packages: $ sudo rpmbuild -ba xxx.…

rpm rpmbuild rpm-spec
Bad exit status from /var/tmp/rpm-tmp.b1DgAt (%build)

I am trying to compile Tizen source code. The compilation tools uses the rpm build environment. While compiling specific package …

rpmbuild tizen rpm-spec
rpm %config(noreplace) override with %config

In my rpm I have a full directory that I want to tag with %config(noreplace). There is a file …

linux rpm rpm-spec
Shipping *.so and binaries while building RPM package

I have created a python application in which I would like to ship .so and some binary files in the …

python rpm rpm-spec
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 …

rpm rpmbuild rpm-spec