Created
April 24, 2013 13:04
-
-
Save yawn/5451974 to your computer and use it in GitHub Desktop.
Package libvmod-boltsort - needs to be called in the `VMODDIR` of the build environment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fpm -t rpm \ | |
-s dir \ | |
--prefix=/usr/lib64/varnish/vmods \ | |
-n libvmod-boltsort \ | |
-v 1.0.0 \ | |
--iteration `git rev-parse --short HEAD` \ | |
--epoch `date +"%s"` \ | |
-a noarch \ | |
--license 'Apache License 2.0' \ | |
--vendor 'Vimeo, LLC' \ | |
-d 'varnish' \ | |
-x '*.DS_Store' \ | |
--description 'Sort query strings in Varnish' \ | |
--url 'https://github.com/vimeo/libvmod-boltsort' \ | |
libvmod* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment