diff --git a/macros.vagrant b/macros.vagrant index 0dd0164..029e507 100644 --- a/macros.vagrant +++ b/macros.vagrant @@ -23,7 +23,9 @@ CONFIGURE_ARGS="--with-cflags='%{optflags}' $CONFIGURE_ARGS" \\\ gem install \\\ -V \\\ --local \\\ - --build-root %{-d*}%{!?-d:.} \\\ + --install-dir %{-d*}%{!?-d:.%{vagrant_plugin_dir}} \\\ + --bindir .%{_bindir} \\\ + --ignore-dependencies \\\ --force \\\ --document=ri,rdoc \\\ --backtrace \\\ diff --git a/vagrant.spec b/vagrant.spec index 1c052ab..69d601f 100644 --- a/vagrant.spec +++ b/vagrant.spec @@ -4,7 +4,7 @@ Name: vagrant Version: 1.7.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Build and distribute virtualized development environments Group: Development/Languages License: MIT @@ -241,6 +241,9 @@ getent group vagrant >/dev/null || groupadd -r vagrant %changelog +* Mon Feb 01 2016 Vít Ondruch - 1.7.4-5 +- Use another way how to make the documentation to generate. + * Mon Feb 01 2016 Vít Ondruch - 1.7.4-4 - Update the macros to keep them in sync with rubygems package.