Tag Archives: rpm

Gambit packages updated

Linux packages for Gambit were built yesterday. All of these do install and I’m able to open the Gambit GUI and create a game. I compiled with no special arguments, these may not include all of the features you want. … Continue reading

Posted in Linux | Tagged , , , | Leave a comment

Build R RPMS on an older Fedora

I posted this in R-sig-fedora, or at least I thought I did. But the message did not appear. A user wanted an R-3.0.1 RPM for Fedora 17, which reached end of life. That wasn’t being provided by Fedora or Epel … Continue reading

Posted in R | Tagged , , | Comments Off on Build R RPMS on an older Fedora

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