Open kynx opened 12 years ago
Nice work. I just created the RPMs on my build system and installed on a few of our machines. Works like a charm.
I made only a few very minor revisions (mostly for consistency with a few other spec files I use) -- really just updating the version to 0.9 from the configure.in file, and using a few variables here and there.
Those changes can be seen here: https://github.com/briancline/sysfm-specs/compare/5b2f0713...4a7ccd62
Ah, the wonder of macros! Got to find myself a really good cheat sheet one day ;)
Thanks, that'll make maintenance much easier.
If you're installing this on multiple RHEL-based boxes, you might find building an RPM worth while. I've stuck the spec file I used here: https://gist.github.com/2960984
I wasn't sure what version number to call the RPM, so I used the date of the latest commit. You will need to update the name of the tarball and %setup -n line to reflect the commit you download.
Hope it saves someone some time.