rpms/ruby-gnome2/devel ruby-gnome2-0.19.0-gtk-missingheader.patch, NONE, 1.1 ruby-gnome2.spec, 1.38, 1.39

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Jul 1 02:08:42 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/ruby-gnome2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3058/devel

Modified Files:
	ruby-gnome2.spec 
Added Files:
	ruby-gnome2-0.19.0-gtk-missingheader.patch 
Log Message:
* Thu Jul 01 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.19.0-2
- Install more needed header files in ruby-gtk2-devel (bug 509035)
- Keep timestamps on installed header files


ruby-gnome2-0.19.0-gtk-missingheader.patch:

--- NEW FILE ruby-gnome2-0.19.0-gtk-missingheader.patch ---
--- ruby-gnome2-all-0.19.0/gtk/src/depend.missing	2009-05-18 21:47:08.000000000 +0900
+++ ruby-gnome2-all-0.19.0/gtk/src/depend	2009-07-01 08:38:42.000000000 +0900
@@ -1,3 +1,6 @@
 install:
+	@$(RUBY) -run -e install -- -m 0644 -v $(srcdir)/rbgdk.h $(sitearchdir)$(target_prefix)
+	@$(RUBY) -run -e install -- -m 0644 -v $(srcdir)/rbgdkconversions.h $(sitearchdir)$(target_prefix)
 	@$(RUBY) -run -e install -- -m 0644 -v $(srcdir)/rbgtk.h $(sitearchdir)$(target_prefix)
 	@$(RUBY) -run -e install -- -m 0644 -v $(srcdir)/rbgtkconversions.h $(sitearchdir)$(target_prefix)
+	@$(RUBY) -run -e install -- -m 0644 -v $(srcdir)/rbgtkmacros.h $(sitearchdir)$(target_prefix)


Index: ruby-gnome2.spec
===================================================================
RCS file: /cvs/extras/rpms/ruby-gnome2/devel/ruby-gnome2.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- ruby-gnome2.spec	17 Jun 2009 19:04:32 -0000	1.38
+++ ruby-gnome2.spec	1 Jul 2009 02:08:42 -0000	1.39
@@ -4,7 +4,7 @@
 %define         xulrunner_still_beta   1
 %define         betaver                rc1
 
-%define         mainrel                1
+%define         mainrel                1.1
 
 # Note
 # Currently this spec file does not support libgda module.
@@ -24,6 +24,7 @@ Source0:        http://downloads.sourcef
 Patch0:         ruby-gnome2-0.17.0-rc1-script.patch
 Patch14:        ruby-gnome2-0.19.0-gtkmozembed.patch
 Patch15:        ruby-gnome2-0.19.0-panel-applet.patch
+Patch16:	ruby-gnome2-0.19.0-gtk-missingheader.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ruby ruby-devel gtk2-devel libgnome-devel libgnomeui-devel
@@ -501,6 +502,10 @@ Ruby/VTE is a Ruby binding of VTE.
 %patch0 -p1
 %patch14 -p1 -b .moz
 %patch15 -p1 -b .panel
+%patch16 -p1 -b .missing
+
+# Keep timestamps as much as possible
+find . -type f -name depend | xargs sed -i -e 's|-m 0644 -v|-m 0644 -p -v|'
 
 # Fix the attributes of some files
 # suppress lots of messages..
@@ -630,8 +635,11 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n ruby-gtk2-devel
 %defattr(-,root,root,-)
+%{ruby_sitearch}/rbgdk.h
+%{ruby_sitearch}/rbgdkconversions.h
 %{ruby_sitearch}/rbgtk.h
 %{ruby_sitearch}/rbgtkconversions.h
+%{ruby_sitearch}/rbgtkmacros.h
 
 %files -n ruby-gtkglext
 %defattr(-,root,root,-)
@@ -718,6 +726,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 01 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.19.0-2
+- Install more needed header files in ruby-gtk2-devel (bug 509035)
+- Keep timestamps on installed header files
+
+* Tue Jun 30 2009 Christopher Aillon <caillon at redhat.com>
+- Rebuild against newer gecko
+
 * Thu Jun 18 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.19.0-1
 - Update to 0.19.0
 




More information about the fedora-extras-commits mailing list