redbo / cloudfuse

Filesystem (fuse) implemented on Mosso's Cloud Files
http://redbo.github.com/cloudfuse/
MIT License
392 stars 114 forks source link

Spec file #40

Open kynx opened 12 years ago

kynx commented 12 years ago

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.

briancline commented 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

kynx commented 12 years ago

Ah, the wonder of macros! Got to find myself a really good cheat sheet one day ;)

Thanks, that'll make maintenance much easier.