[ruby-gnome2] No longer build vte, already switched to gem Kill BR: gnome-panel-devel on F-15+

Mamoru Tasaka mtasaka at fedoraproject.org
Sat Jun 25 18:18:31 UTC 2011


commit 31bf80a2c88d3333254b088c418db24523761b14
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Sun Jun 26 03:18:16 2011 +0900

    No longer build vte, already switched to gem
    Kill BR: gnome-panel-devel on F-15+

 ruby-gnome2.spec |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)
---
diff --git a/ruby-gnome2.spec b/ruby-gnome2.spec
index 43f5573..fd765ae 100644
--- a/ruby-gnome2.spec
+++ b/ruby-gnome2.spec
@@ -9,7 +9,7 @@
 # the new EVR won't be higher than the one of higher branch!!
 #
 # Until gem switch ends, we will use non-integer release
-%define         mainrel                1.3
+%define         mainrel                1.4
 
 # Note
 # Currently this spec file does not support libgda module.
@@ -639,6 +639,8 @@ Provides:       ruby(libglade2-devel) = %{version}-%{release}
 Ruby/Libglade2 is a Ruby bindings of Libglade2.
 This package provides libraries and header files for ruby-libglade2
 
+# With gnome3, panelapplet2 no longer builds
+%if 0%{?fedora} < 15
 %package -n ruby-panelapplet2
 Summary:        Ruby binding of libpanel-applet-2.6.x
 Group:          System Environment/Libraries
@@ -668,6 +670,7 @@ Provides:       ruby(panelapplet2-devel) = %{version}-%{release}
 %description -n ruby-panelapplet2-devel
 Ruby/PanelApplet2 is a Ruby binding of libpanel-applet-2.6.x.
 This package provides libraries and header files for ruby-panelapplet2
+%endif
 
 %package -n ruby-pango
 Summary:        Ruby binding of pango-1.x
@@ -886,6 +889,12 @@ cat > KILLFILES.list <<EOF
 %{ruby_sitelib}/rsvg2.rb
 %{ruby_sitearch}/rsvg2.so
 %{_libdir}/pkgconfig/ruby-rsvg2.pc
+
+# - vte
+%{ruby_sitelib}/vte.rb
+%{ruby_sitearch}/vte.so
+%{_libdir}/pkgconfig/ruby-vte.pc
+
 EOF
 
 cat KILLFILES.list | grep '^%{_prefix}' | while read f
@@ -1086,18 +1095,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/ruby-panelapplet2.pc
 %endif
 
-%files -n ruby-vte
-%defattr(-,root,root,-)
-%doc vte/ChangeLog vte/COPYING.LIB vte/README vte/sample
-%{ruby_sitelib}/vte.rb
-%{ruby_sitearch}/vte.so
-
-%files -n ruby-vte-devel
-%defattr(-,root,root,-)
-%{_libdir}/pkgconfig/ruby-vte.pc
-
 
 %changelog
+* Sun Jun 26 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.90.4-1.4
+- No longer build vte, already switched to gem
+- Kill BR: gnome-panel-devel on F-15+
+
 * Sat Mar  5 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.90.4-1.3
 - Kill panelapplet2, it won't build with GNOME3
 - Delete modules which are already converted into gem form


More information about the scm-commits mailing list