|
@@ -1,9 +1,9 @@
|
|
|
-%global gitdate 20141020
|
|
|
+%global gitdate 20161206
|
|
|
|
|
|
Summary: Simple Ruby version management
|
|
|
Summary(ja): シンプルなRubyバージョン管理システム
|
|
|
Name: rbenv
|
|
|
-Version: 0.4.0.%{gitdate}
|
|
|
+Version: 1.1.0.%{gitdate}
|
|
|
Release: 1%{?_dist_release}
|
|
|
License: MIT
|
|
|
Group: Development/Tools
|
|
@@ -26,6 +26,9 @@ tools that do one thing well.
|
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
|
+#cd src
|
|
|
+#./configure
|
|
|
+#make
|
|
|
|
|
|
%install
|
|
|
rm -rf %{buildroot}
|
|
@@ -35,7 +38,6 @@ cp -a libexec completions %{buildroot}%{_datadir}/rbenv/
|
|
|
|
|
|
mkdir -p %{buildroot}%{_bindir}
|
|
|
ln -s %{_datadir}/rbenv/libexec/rbenv %{buildroot}%{_bindir}/rbenv
|
|
|
-install -p bin/ruby-local-exec %{buildroot}%{_bindir}/ruby-local-exec
|
|
|
|
|
|
%post
|
|
|
echo You probably want to execute the following line to add rbenv to your shell
|
|
@@ -48,10 +50,12 @@ rm -rf %{buildroot}
|
|
|
%defattr(-,root,root,-)
|
|
|
%doc LICENSE README.md
|
|
|
%{_bindir}/rbenv
|
|
|
-%{_bindir}/ruby-local-exec
|
|
|
%{_datadir}/rbenv
|
|
|
|
|
|
%changelog
|
|
|
+* Tue Dec 06 2016 Daisuke SUZUKI <daisuke@vinelinux.org> 1.1.0-20161206-1
|
|
|
+- update to upstream git master
|
|
|
+
|
|
|
* Sun Nov 30 2014 IWAI, Masaharu <iwaim.sub@gmail.com> 0.4.0.20141020-1
|
|
|
- update to upstream git master
|
|
|
|