- add internal.h to ruby-devel-extra
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby/ruby?expand=0&rev=76
This commit is contained in:
parent
34e0aa104c
commit
0166f09074
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 15 21:05:19 UTC 2014 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- add internal.h to ruby-devel-extra
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 10 11:20:16 UTC 2014 - kkaempf@suse.com
|
Mon Feb 10 11:20:16 UTC 2014 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -310,7 +310,7 @@ grep -Erl '^#! */' benchmark bootstraptest ext lib sample test \
|
|||||||
echo "%defattr(-,root,root,-)" > devel-extra-excludes
|
echo "%defattr(-,root,root,-)" > devel-extra-excludes
|
||||||
echo "%defattr(-,root,root,-)" > devel-extra-list
|
echo "%defattr(-,root,root,-)" > devel-extra-list
|
||||||
for i in iseq.h insns.inc insns_info.inc revision.h version.h thread_pthread.h \
|
for i in iseq.h insns.inc insns_info.inc revision.h version.h thread_pthread.h \
|
||||||
ruby_atomic.h method.h id.h vm_core.h vm_opts.h node.h eval_intern.h vm_debug.h; do
|
ruby_atomic.h method.h internal.h id.h vm_core.h vm_opts.h node.h eval_intern.h vm_debug.h; do
|
||||||
install -m 644 $i %{buildroot}%{_includedir}/ruby-%{rb_ver}/
|
install -m 644 $i %{buildroot}%{_includedir}/ruby-%{rb_ver}/
|
||||||
echo "%exclude %{_includedir}/ruby-%{rb_ver}/$i" >> devel-extra-excludes
|
echo "%exclude %{_includedir}/ruby-%{rb_ver}/$i" >> devel-extra-excludes
|
||||||
echo "%{_includedir}/ruby-%{rb_ver}/$i" >> devel-extra-list
|
echo "%{_includedir}/ruby-%{rb_ver}/$i" >> devel-extra-list
|
||||||
|
Loading…
Reference in New Issue
Block a user