Skip to content

Instantly share code, notes, and snippets.

@rtsisyk
Created November 4, 2016 13:47
Show Gist options
  • Select an option

  • Save rtsisyk/b503c520455e19286aaf518daed11f4c to your computer and use it in GitHub Desktop.

Select an option

Save rtsisyk/b503c520455e19286aaf518daed11f4c to your computer and use it in GitHub Desktop.
$ git clone https://github.com/rtsisyk/msgpuck.git && cd msgpuck
~/msgpuck$ git describe
1.0-48-g5c26e8b # major.minor-patch semantic versioning
~/msgpuck$ ls rpm/ debian/ # RPM spec and debian/ folder to your repo
rpm/:
msgpuck.spec
debian/:
changelog compat control copyright docs libmsgpuck-dev.manpages rules source
~/msgpuck$ OS=fedora DIST=24 packpack # Build for Fedora 24
[CUT]
~/msgpuck$ OS=centos DIST=7 packpack # Build for CentOS 7
[CUT]
~/msgpuck$ OS=debian DIST=stretch packpack # Build for Debian Stretch
[CUT]
~/msgpuck$ ls -1sh build/
total 340K
40K msgpuck-1.0.48.tar.xz # Source Tarball
44K msgpuck-1.0.48-1.el7.centos.src.rpm # Source RPM
48K msgpuck-1.0.48-1.fc24.src.rpm # Source RPM
32K msgpuck-devel-1.0.48-1.el7.centos.x86_64.rpm # CentOS 7 package
40K msgpuck-devel-1.0.48-1.fc24.x86_64.rpm # Fedora 24 package
32K libmsgpuck-dev_1.0.48-1_amd64.deb # Debian Package
88K msgpuck_1.0.48-1_amd64.build
4.0K msgpuck_1.0.48-1_amd64.changes
4.0K msgpuck_1.0.48-1.debian.tar.xz
0 msgpuck_1.0.48.orig.tar.xz
4.0K msgpuck_1.0.48-1.dsc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment