Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : vagrant | name : vagrant | ||||
| version : 1.9.4 | version : 1.9.5 | ||||
| release : 5 | release : 6 | ||||
| source : | source : | ||||
| - https://github.com/mitchellh/vagrant/archive/v1.9.4.tar.gz : 23358ad5d1a37d3d856709da55d8696c6eef30fcf88abd27ffe4b8441cfada7f | - https://github.com/mitchellh/vagrant/archive/v1.9.5.tar.gz : 69eb8ede3148b6f94389be5fd2d6cb2b6c79ba78cbcacdc354d2c73f12eccc2a | ||||
| homepage : https://www.vagrantup.com/ | homepage : https://www.vagrantup.com/ | ||||
| license : MIT | license : MIT | ||||
| component : programming.tools | component : programming.tools | ||||
| summary : Build and distribute virtualized development environments | summary : Build and distribute virtualized development environments | ||||
| description: | | description: | | ||||
| Create and configure lightweight, reproducible, and portable development environments. | Create and configure lightweight, reproducible, and portable development environments. | ||||
| networking : yes | networking : yes | ||||
| builddeps : | builddeps : | ||||
| - pkgconfig(libxslt) | |||||
| - pkgconfig(ruby-2.2) | - pkgconfig(ruby-2.2) | ||||
| rundeps : | rundeps : | ||||
| - ruby-devel | - ruby-devel | ||||
| - libarchive-bin | - libarchive-bin | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/disable-installer-warning.patch | %patch -p1 < $pkgfiles/disable-installer-warning.patch | ||||
| gem build vagrant.gemspec | gem build vagrant.gemspec | ||||
| build : | | build : | | ||||
| export NOKOGIRI_USE_SYSTEM_LIBRARIES=1 | |||||
| export GEM_PATH=$installdir/usr/lib64/ruby/gems/2.2.0 | export GEM_PATH=$installdir/usr/lib64/ruby/gems/2.2.0 | ||||
| export GEM_HOME=$GEM_PATH | export GEM_HOME=$GEM_PATH | ||||
| gem install vagrant-${version}.gem --no-ri --no-rdoc | gem install vagrant-${version}.gem --no-ri --no-rdoc | ||||
| install : | | install : | | ||||
| cp -r lib $installdir/usr/lib64/ruby/gems/2.2.0/gems/vagrant-${version} | cp -r lib $installdir/usr/lib64/ruby/gems/2.2.0/gems/vagrant-${version} | ||||
| ln -s /usr/lib64/ruby/gems/2.2.0/gems/vagrant-${version}/lib/vagrant $installdir/usr/lib64/vagrant | ln -s /usr/lib64/ruby/gems/2.2.0/gems/vagrant-${version}/lib/vagrant $installdir/usr/lib64/vagrant | ||||
| install -Dm755 bin/vagrant $installdir/usr/bin/vagrant | install -D -d -m 00755 $installdir/usr/bin | ||||
| ln -s /usr/lib64/ruby/gems/2.2.0/bin/vagrant $installdir/usr/bin/vagrant | |||||
| install -Dm644 contrib/bash/completion.sh $installdir/usr/share/bash-completion/completions/vagrant | install -Dm644 contrib/bash/completion.sh $installdir/usr/share/bash-completion/completions/vagrant | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.