Top "Rpmbuild" questions

rpmbuild command used to build rpms from rpm SPEC files

Creating Python RPM

I have been reading about creating an RPM for Python 2.6.4. In this page: http://docs.python.org/distutils/builtdist.html …

python linux rpm rpmbuild checkinstall
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
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
Building both devel and normal version of a RPM package

I have a library from which I'd like to create two RPM packages. While I found several links on how …

linux rpm rpmbuild
How to produce platform-specific and platform-independent RPM subpackages from one .spec?

I have dunno.spec file with the following structure: Name: dunno Version: 1.0 ... BuildArch: x86_64 %description ... %package common Summary: Shared files …

rpm rpmbuild
creating a RPM to simply unpack a tar ball

I am writing a .spec file for a rpm that is simply going to unpack a tar ball into some …

rpm rpmbuild
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