Hello community,

here is the log from the commit of package ruby19 for openSUSE:Factory checked 
in at 2012-09-13 07:07:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ruby19 (Old)
 and      /work/SRC/openSUSE:Factory/.ruby19.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ruby19", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ruby19/ruby19.changes    2012-08-04 
09:33:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ruby19.new/ruby19.changes       2012-09-13 
07:07:37.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Sep  7 11:08:42 UTC 2012 - [email protected]
+
+- install vm_core.h and its dependencies as ruby-devel-extra
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ruby19.spec ++++++
--- /var/tmp/diff_new_pack.PLY4H4/_old  2012-09-13 07:07:40.000000000 +0200
+++ /var/tmp/diff_new_pack.PLY4H4/_new  2012-09-13 07:07:40.000000000 +0200
@@ -125,6 +125,14 @@
 %description devel
 Development files to link against Ruby.
 
+%package devel-extra
+Summary:        Special development files of ruby, normally not installed
+Group:          Development/Languages/Ruby
+Requires:       %{name}-devel = %{version}
+
+%description devel-extra
+Development files to link against Ruby.
+
 %package tk
 Summary:        TCL/TK bindings for Ruby
 Group:          Development/Languages/Ruby
@@ -237,6 +245,14 @@
 %install
 %makeinstall V=1
 %{__install} -D -m 0644 %{S:6} %{buildroot}/etc/rpm/macros.ruby19
+echo "%defattr(-,root,root,-)" > devel-extra-excludes
+echo "%defattr(-,root,root,-)" > devel-extra-list
+for i in iseq.h insns.inc insns_info.inc revision.h version.h  
thread_pthread.h \
+  atomic.h method.h id.h vm_core.h vm_opts.h node.h debug.h; do
+  install -m 644 $i %{buildroot}%{_includedir}/ruby-%{rb_ver}/
+  echo "%exclude %{_includedir}/ruby-%{rb_ver}/$i" >> devel-extra-excludes  
+  echo "%{_includedir}/ruby-%{rb_ver}/$i" >> devel-extra-list
+done
 
 %if 0%{?run_tests}
 %check
@@ -276,13 +292,15 @@
 %{_mandir}/man1/ruby%{rb_binary_suffix}.1*
 %doc ChangeLog  COPYING  COPYING.ja  GPL  KNOWNBUGS.rb  LEGAL  NEWS  README  
README.EXT  README.EXT.ja  README.ja  ToDo doc/* sample/
 
-%files devel
+%files devel -f devel-extra-excludes
 %defattr(-,root,root,-)
 %{_includedir}/ruby-%{rb_ver}
 %{_libdir}/libruby%{rb_binary_suffix}.so
 %{_libdir}/libruby%{rb_binary_suffix}-static.a
 %{_libdir}/pkgconfig/ruby-1.9.pc
 
+%files devel-extra -f devel-extra-list
+
 %files tk
 %defattr(-,root,root,-)
 %{rb_libdir}/multi-tk.rb

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to