Monthly Archives: March 2011

Create RPMs for yourself

create ~/.rpmmacros: [pauljohn@pols12 ~]$ cat .rpmmacros %_topdir /home/pauljohn/LinuxDownloads/redhat %_signature gpg %_gpg_name Paul Johnson %_unpackaged_files_terminate_build 0 2. Make the directory mkdir -p ~/LinuxDownloads/redhat 3. Install rpmbuild program $ yum install rpm-build 4. Download the SRPM file of something you want to … Continue reading

Posted in Linux | Tagged , , | Comments Off on Create RPMs for yourself