| 1 | %define ruby /usr/bin/ruby |
|---|
| 2 | %define rbindir %(%{ruby} -r rbconfig -e 'print Config::CONFIG["bindir"]') |
|---|
| 3 | %define rlibdir %(%{ruby} -r rbconfig -e 'print Config::CONFIG["rubylibdir"]') |
|---|
| 4 | %define rarchdir %(%{ruby} -r rbconfig -e 'print Config::CONFIG["archdir"]') |
|---|
| 5 | %define gtk gtk2 |
|---|
| 6 | %define gnome gnome2 |
|---|
| 7 | %define glade glade2 |
|---|
| 8 | |
|---|
| 9 | Summary: language bindings for %{gnome} for use with Ruby |
|---|
| 10 | Summary(ja): Ruby から %{gnome} を使う為のライブラリ |
|---|
| 11 | Name: ruby-%{gnome} |
|---|
| 12 | Version: 0.19.3 |
|---|
| 13 | Release: 3%{?_dist_release} |
|---|
| 14 | Group: Development/Libraries |
|---|
| 15 | License: GPL |
|---|
| 16 | URL: http://ruby-%{gnome}.sourceforge.net/ |
|---|
| 17 | Source0: http://prdownloads.sourceforge.net/ruby-%{gnome}/ruby-%{gnome}-all-%{version}.tar.gz |
|---|
| 18 | Source1: ruby-gnome2-vine.csh |
|---|
| 19 | Patch14: ruby-gnome2-all-0.19.0-xulrunner.patch |
|---|
| 20 | Patch15: ruby-gnome2-all-0.19.3-poppler-0.15.patch |
|---|
| 21 | |
|---|
| 22 | Patch20: ruby-gnome2-all-0.16.0-rbglib_unicode.patch |
|---|
| 23 | Patch21: ruby-gnome2-all-0.16.0-rbglib_maincontext.patch |
|---|
| 24 | Patch22: ruby-gnome2-all-0.16.0-rbgobj_boxed.patch |
|---|
| 25 | Patch23: ruby-gnome2-all-0.16.0-rbgtktreeiter.patch |
|---|
| 26 | |
|---|
| 27 | Requires: libgnome >= 2.8.0 |
|---|
| 28 | Requires: ruby-%{gtk} = %{version}-%{release} |
|---|
| 29 | # Obsoletes: gnome-ruby < %{version} |
|---|
| 30 | Obsoletes: ruby-libgda |
|---|
| 31 | |
|---|
| 32 | BuildRequires: gtksourceview-devel >= 1.0.1 |
|---|
| 33 | #BuildRequires: libgnome-devel >= 2.0.0 |
|---|
| 34 | #BuildRequires: libgnomeui-devel >= 2.0.0 |
|---|
| 35 | #BuildRequires: libpng-devel, libjpeg-devel |
|---|
| 36 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 37 | BuildRequires: ruby |
|---|
| 38 | BuildRequires: ruby-devel |
|---|
| 39 | BuildRequires: rcairo-devel >= 1.8.0 |
|---|
| 40 | BuildRequires: glib2-devel |
|---|
| 41 | BuildRequires: pango-devel |
|---|
| 42 | BuildRequires: atk-devel |
|---|
| 43 | BuildRequires: gtk2-devel |
|---|
| 44 | BuildRequires: gtkhtml2-devel |
|---|
| 45 | BuildRequires: libbonobo-devel |
|---|
| 46 | BuildRequires: libbonoboui-devel |
|---|
| 47 | BuildRequires: libgnomeprint-devel |
|---|
| 48 | BuildRequires: libgnomeprintui-devel |
|---|
| 49 | BuildRequires: gnome-vfs2-devel |
|---|
| 50 | BuildRequires: libglade2-devel |
|---|
| 51 | BuildRequires: libgnomecanvas-devel |
|---|
| 52 | #BuildRequires: libgda-devel |
|---|
| 53 | BuildRequires: librsvg2-devel >= 2.8.0 |
|---|
| 54 | BuildRequires: libart_lgpl-devel >= 2.3.12 |
|---|
| 55 | #BuildRequires: firefox-devel |
|---|
| 56 | BuildRequires: gecko-devel-unstable |
|---|
| 57 | BuildRequires: goocanvas-devel |
|---|
| 58 | BuildRequires: gstreamer-devel |
|---|
| 59 | BuildRequires: gstreamer-plugins-base-devel |
|---|
| 60 | BuildRequires: gtksourceview2-devel |
|---|
| 61 | BuildRequires: gnome-panel-devel |
|---|
| 62 | BuildRequires: vte-devel |
|---|
| 63 | BuildRequires: GConf2-devel >= 2.0.0 |
|---|
| 64 | BuildRequires: gtkglext-devel >= 1.0.3 |
|---|
| 65 | BuildRequires: mesa-libGLU-devel |
|---|
| 66 | BuildRequires: libXmu-devel |
|---|
| 67 | BuildRequires: poppler-devel >= 0.14.2 |
|---|
| 68 | BuildRequires: sed |
|---|
| 69 | #BuildRequires: glibc-kernheaders |
|---|
| 70 | |
|---|
| 71 | %description |
|---|
| 72 | Ruby-gnome2 provides both %{gnome} and %{gtk} bindings for ruby. |
|---|
| 73 | * You can handle %{gtk} objects as Ruby objects and do natural GUI programming. |
|---|
| 74 | * Simple signal description by block(anonymous procedure) or singleton method. |
|---|
| 75 | * Works with Ruby threading. |
|---|
| 76 | |
|---|
| 77 | This package provides %{gnome} bindings for ruby. |
|---|
| 78 | |
|---|
| 79 | %package -n ruby-%{gtk} |
|---|
| 80 | Summary: language bindings for GTK+2 for use with Ruby |
|---|
| 81 | Summary(ja): Ruby から GTK+2 を使う為のライブラリ |
|---|
| 82 | Group: Development/Libraries |
|---|
| 83 | Requires: ruby |
|---|
| 84 | Requires: rcairo >= 1.8.0 |
|---|
| 85 | |
|---|
| 86 | %description -n ruby-%{gtk} |
|---|
| 87 | Ruby-%{gnome} provides both %{gnome} and %{gtk} bindings for ruby. |
|---|
| 88 | * You can handle %{gtk} objects as Ruby objects and do natural GUI programming. |
|---|
| 89 | * Simple signal description by block(anonymous procedure) or singleton method. |
|---|
| 90 | * Interface for Imlib. |
|---|
| 91 | * Works with Ruby threading. |
|---|
| 92 | |
|---|
| 93 | This package provides %{gtk} bindings for ruby. |
|---|
| 94 | |
|---|
| 95 | %package -n ruby-lib%{glade} |
|---|
| 96 | Summary: bindings for Lib%{glade} for use with Ruby |
|---|
| 97 | Summary(ja): Ruby から Lib%{glade} を使う為のライブラリ |
|---|
| 98 | Group: Development/Libraries |
|---|
| 99 | Requires: ruby-%{gtk} = %{version}-%{release} |
|---|
| 100 | Requires: ruby-%{gnome} = %{version}-%{release} |
|---|
| 101 | Epoch: 1 |
|---|
| 102 | |
|---|
| 103 | %description -n ruby-lib%{glade} |
|---|
| 104 | Ruby-%{gnome} provides both %{gnome} and %{gtk} bindings for ruby. |
|---|
| 105 | * You can handle %{gtk} objects as Ruby objects and do natural GUI programming. |
|---|
| 106 | * Simple signal description by block(anonymous procedure) or singleton method. |
|---|
| 107 | * Works with Ruby threading. |
|---|
| 108 | |
|---|
| 109 | This package provides Lib%{glade} bindings for ruby. |
|---|
| 110 | |
|---|
| 111 | %package -n %{name}-devel |
|---|
| 112 | Summary: The header files for the ruby-gnome2. |
|---|
| 113 | Summary(ja): ruby-gnome2 用のヘッダーファイル群 |
|---|
| 114 | Group: Development/Libraries |
|---|
| 115 | Requires: ruby-%{gtk} = %{version}-%{release} |
|---|
| 116 | Requires: ruby-%{gnome} = %{version}-%{release} |
|---|
| 117 | |
|---|
| 118 | %description -n %{name}-devel |
|---|
| 119 | %{name}-devel provides the header files for the ruby-gnome2. |
|---|
| 120 | |
|---|
| 121 | %package -n ruby-goocanvas |
|---|
| 122 | Summary: Ruby binding of GooCanvas |
|---|
| 123 | Group: Development/Libraries |
|---|
| 124 | Requires: ruby-%{gtk} = %{version}-%{release} |
|---|
| 125 | |
|---|
| 126 | %description -n ruby-goocanvas |
|---|
| 127 | Ruby/GooCanvas is a Ruby binding for GooCanvas |
|---|
| 128 | |
|---|
| 129 | %package -n ruby-gstreamer |
|---|
| 130 | Summary: Ruby binding of GStreamer |
|---|
| 131 | Group: Development/Libraries |
|---|
| 132 | Requires: ruby-%{gtk} = %{version}-%{release} |
|---|
| 133 | |
|---|
| 134 | %description -n ruby-gstreamer |
|---|
| 135 | Ruby/GStreamer is a Ruby binding for GStreamer |
|---|
| 136 | |
|---|
| 137 | %package -n ruby-gtkglext |
|---|
| 138 | Summary: bindings for GtkGLExt for use with Ruby |
|---|
| 139 | Summary(ja): Ruby から GtkGLExt を使う為のライブラリ |
|---|
| 140 | Group: Development/Libraries |
|---|
| 141 | Requires: ruby-%{gtk} = %{version}-%{release} |
|---|
| 142 | Requires: rbogl |
|---|
| 143 | |
|---|
| 144 | %description -n ruby-gtkglext |
|---|
| 145 | Ruby-%{gnome} provides both %{gnome} and %{gtk} bindings for ruby. |
|---|
| 146 | * You can handle %{gtk} objects as Ruby objects and do natural GUI programming. |
|---|
| 147 | * Simple signal description by block(anonymous procedure) or singleton method. |
|---|
| 148 | * Works with Ruby threading. |
|---|
| 149 | |
|---|
| 150 | This package provides GtkGLExt bindings for ruby. |
|---|
| 151 | |
|---|
| 152 | %package -n ruby-gtkmozembed |
|---|
| 153 | Summary: bindings for mozilla-gtkmozembed for use with Ruby |
|---|
| 154 | Summary(ja): Ruby から mozilla-gtkmozembed を使う為のライブラリ |
|---|
| 155 | Group: Development/Libraries |
|---|
| 156 | License: LGPL |
|---|
| 157 | Requires: ruby-%{gtk} = %{version}-%{release} |
|---|
| 158 | Requires: gecko-libs |
|---|
| 159 | |
|---|
| 160 | %description -n ruby-gtkmozembed |
|---|
| 161 | Ruby-%{gnome} provides both %{gnome} and %{gtk} bindings for ruby. |
|---|
| 162 | * You can handle %{gtk} objects as Ruby objects and do natural GUI programming. |
|---|
| 163 | * Simple signal description by block(anonymous procedure) or singleton method. |
|---|
| 164 | * Works with Ruby threading. |
|---|
| 165 | |
|---|
| 166 | This package provides gtkmozembed bindings for ruby. |
|---|
| 167 | |
|---|
| 168 | %package -n ruby-gtksourceview2 |
|---|
| 169 | Summary: Ruby binding of gtksourceview-2.x |
|---|
| 170 | Summary(ja): Ruby の gtksourceview-2.x バインディング |
|---|
| 171 | Group: Development/Libraries |
|---|
| 172 | Requires: ruby-%{gtk} = %{version}-%{release} |
|---|
| 173 | |
|---|
| 174 | %description -n ruby-gtksourceview2 |
|---|
| 175 | Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x. |
|---|
| 176 | |
|---|
| 177 | |
|---|
| 178 | %package -n ruby-poppler |
|---|
| 179 | Summary: bindings for poppler for use with Ruby |
|---|
| 180 | Summary(ja): Ruby から poppler を使う為のライブラリ |
|---|
| 181 | Group: Development/Libraries |
|---|
| 182 | License: LGPL |
|---|
| 183 | Requires: ruby-%{gtk} = %{version}-%{release} |
|---|
| 184 | |
|---|
| 185 | %description -n ruby-poppler |
|---|
| 186 | Ruby-%{gnome} provides both %{gnome} and %{gtk} bindings for ruby. |
|---|
| 187 | * You can handle %{gtk} objects as Ruby objects and do natural GUI programming. |
|---|
| 188 | * Simple signal description by block(anonymous procedure) or singleton method. |
|---|
| 189 | * Works with Ruby threading. |
|---|
| 190 | |
|---|
| 191 | This package provides poppler bindings for ruby. |
|---|
| 192 | |
|---|
| 193 | %package -n ruby-vte |
|---|
| 194 | Summary: bindings for vte for use with Ruby |
|---|
| 195 | Summary(ja): Ruby から vte を使う為のライブラリ |
|---|
| 196 | Group: Development/Libraries |
|---|
| 197 | License: LGPL |
|---|
| 198 | Requires: ruby-%{gtk} = %{version}-%{release} |
|---|
| 199 | |
|---|
| 200 | %description -n ruby-vte |
|---|
| 201 | Ruby-%{gnome} provides both %{gnome} and %{gtk} bindings for ruby. |
|---|
| 202 | * You can handle %{gtk} objects as Ruby objects and do natural GUI programming. |
|---|
| 203 | * Simple signal description by block(anonymous procedure) or singleton method. |
|---|
| 204 | * Works with Ruby threading. |
|---|
| 205 | |
|---|
| 206 | This package provides vte bindings for ruby. |
|---|
| 207 | |
|---|
| 208 | %prep |
|---|
| 209 | %setup -q -n ruby-%{gnome}-all-%{version} |
|---|
| 210 | #{RPM_SOURCE_DIR}/ruby-gnome2-vine.csh |
|---|
| 211 | |
|---|
| 212 | %patch14 -p1 |
|---|
| 213 | %patch15 -p1 |
|---|
| 214 | #patch20 -p1 -b .rbglib_unicode |
|---|
| 215 | #patch21 -p1 -b .rbglib_maincontext |
|---|
| 216 | #patch22 -p1 -b .rbgobj_boxed |
|---|
| 217 | #patch23 -p1 -b .rbgtktreeiter |
|---|
| 218 | |
|---|
| 219 | for file in `find . -regex '.*/sample/.*\.rb'` |
|---|
| 220 | do |
|---|
| 221 | sed -e 's/^#! *\/usr\/local\/bin\/ruby/#!\/usr\/bin\/env ruby/' < $file > $file.mod |
|---|
| 222 | mv $file.mod $file |
|---|
| 223 | done |
|---|
| 224 | |
|---|
| 225 | %build |
|---|
| 226 | %{ruby} extconf.rb |
|---|
| 227 | make |
|---|
| 228 | |
|---|
| 229 | %install |
|---|
| 230 | rm -rf $RPM_BUILD_ROOT |
|---|
| 231 | make DESTDIR=$RPM_BUILD_ROOT \ |
|---|
| 232 | sitearchdir=$RPM_BUILD_ROOT%{rarchdir} \ |
|---|
| 233 | sitelibdir=$RPM_BUILD_ROOT%{rlibdir} install |
|---|
| 234 | |
|---|
| 235 | |
|---|
| 236 | rm -rf docs-to-install-ruby-%{gnome} |
|---|
| 237 | rm -rf docs-to-install-ruby-%{gtk} |
|---|
| 238 | |
|---|
| 239 | for srcname in atk gdkpixbuf glib gtk pango |
|---|
| 240 | do |
|---|
| 241 | mkdir -p docs-to-install-ruby-%{gtk}/$srcname |
|---|
| 242 | cp -a $srcname/{COPYING,ChangeLog,README}* \ |
|---|
| 243 | docs-to-install-ruby-%{gtk}/$srcname/ |
|---|
| 244 | if [ -d $srcname/sample ]; then |
|---|
| 245 | cp -a $srcname/sample docs-to-install-ruby-%{gtk}/$srcname/ |
|---|
| 246 | fi |
|---|
| 247 | done |
|---|
| 248 | |
|---|
| 249 | for srcname in bonobo bonoboui gconf gnome gnomecanvas gnomeprint gnomeprintui gnomevfs gtkhtml2 gtksourceview libart panel-applet rsvg |
|---|
| 250 | do |
|---|
| 251 | mkdir -p docs-to-install-ruby-%{gnome}/$srcname |
|---|
| 252 | cp -a $srcname/{COPYING,ChangeLog,README}* \ |
|---|
| 253 | docs-to-install-ruby-%{gnome}/$srcname/ |
|---|
| 254 | if [ -d $srcname/sample ]; then |
|---|
| 255 | cp -a $srcname/sample docs-to-install-ruby-%{gnome}/$srcname/ |
|---|
| 256 | fi |
|---|
| 257 | if [ -d $srcname/tests ]; then |
|---|
| 258 | cp -a $srcname/tests docs-to-install-ruby-%{gnome}/$srcname/ |
|---|
| 259 | fi |
|---|
| 260 | done |
|---|
| 261 | |
|---|
| 262 | %clean |
|---|
| 263 | rm -rf $RPM_BUILD_ROOT |
|---|
| 264 | |
|---|
| 265 | %files |
|---|
| 266 | %defattr(-,root,root) |
|---|
| 267 | %doc AUTHORS NEWS README ChangeLog |
|---|
| 268 | %doc docs-to-install-ruby-%{gnome}/* |
|---|
| 269 | |
|---|
| 270 | %{rlibdir}/bonobo2.rb |
|---|
| 271 | %{rarchdir}/bonobo2.so |
|---|
| 272 | %{_libdir}/pkgconfig/ruby-bonobo2.pc |
|---|
| 273 | |
|---|
| 274 | %{rlibdir}/bonoboui2.rb |
|---|
| 275 | %{rarchdir}/bonoboui2.so |
|---|
| 276 | %{_libdir}/pkgconfig/ruby-bonoboui2.pc |
|---|
| 277 | |
|---|
| 278 | %{rlibdir}/gconf2.rb |
|---|
| 279 | %{rarchdir}/gconf2.so |
|---|
| 280 | %{_libdir}/pkgconfig/ruby-gconf2.pc |
|---|
| 281 | |
|---|
| 282 | %{rlibdir}/%{gnome}.rb |
|---|
| 283 | %{rarchdir}/%{gnome}*.so |
|---|
| 284 | %{_libdir}/pkgconfig/ruby-gnome2.pc |
|---|
| 285 | |
|---|
| 286 | %{rlibdir}/gnomecanvas2.rb |
|---|
| 287 | %{rarchdir}/gnomecanvas2.so |
|---|
| 288 | %{_libdir}/pkgconfig/ruby-gnomecanvas2.pc |
|---|
| 289 | |
|---|
| 290 | %{rlibdir}/gnomeprint2.rb |
|---|
| 291 | %{rarchdir}/gnomeprint2.so |
|---|
| 292 | %{_libdir}/pkgconfig/ruby-gnomeprint2.pc |
|---|
| 293 | |
|---|
| 294 | %{rlibdir}/gnomeprintui2.rb |
|---|
| 295 | %{rarchdir}/gnomeprintui2.so |
|---|
| 296 | %{_libdir}/pkgconfig/ruby-gnomeprintui2.pc |
|---|
| 297 | |
|---|
| 298 | %{rlibdir}/gnomevfs.rb |
|---|
| 299 | %{rarchdir}/gnomevfs.so |
|---|
| 300 | %{_libdir}/pkgconfig/ruby-gnomevfs.pc |
|---|
| 301 | |
|---|
| 302 | %{rlibdir}/gtkhtml2.rb |
|---|
| 303 | %{rarchdir}/gtkhtml2.so |
|---|
| 304 | %{_libdir}/pkgconfig/ruby-gtkhtml2.pc |
|---|
| 305 | |
|---|
| 306 | %{rlibdir}/gtksourceview.rb |
|---|
| 307 | %{rarchdir}/gtksourceview.so |
|---|
| 308 | %{_libdir}/pkgconfig/ruby-gtksourceview.pc |
|---|
| 309 | |
|---|
| 310 | %{rlibdir}/libart2.rb |
|---|
| 311 | %{rarchdir}/libart2.so |
|---|
| 312 | %{_libdir}/pkgconfig/ruby-libart2.pc |
|---|
| 313 | |
|---|
| 314 | %{rlibdir}/panelapplet2.rb |
|---|
| 315 | %{rarchdir}/panelapplet2.so |
|---|
| 316 | %{rarchdir}/panelapplet2_main.so |
|---|
| 317 | %{_libdir}/pkgconfig/ruby-panelapplet2.pc |
|---|
| 318 | |
|---|
| 319 | %{rlibdir}/rsvg2.rb |
|---|
| 320 | %{rarchdir}/rsvg2.so |
|---|
| 321 | %{_libdir}/pkgconfig/ruby-rsvg2.pc |
|---|
| 322 | |
|---|
| 323 | %{rlibdir}/mkmf-gnome2.rb |
|---|
| 324 | %{rlibdir}/pkg-config.rb |
|---|
| 325 | |
|---|
| 326 | %files -n ruby-%{gtk} |
|---|
| 327 | %defattr(-,root,root) |
|---|
| 328 | %doc docs-to-install-ruby-%{gtk}/* |
|---|
| 329 | |
|---|
| 330 | %{rlibdir}/glib2.rb |
|---|
| 331 | %{rlibdir}/glib-mkenums.rb |
|---|
| 332 | %{rarchdir}/glib2.so |
|---|
| 333 | %{_libdir}/pkgconfig/ruby-glib2.pc |
|---|
| 334 | |
|---|
| 335 | %{rlibdir}/atk.rb |
|---|
| 336 | %{rarchdir}/atk.so |
|---|
| 337 | %{_libdir}/pkgconfig/ruby-atk.pc |
|---|
| 338 | |
|---|
| 339 | %{rlibdir}/pango.rb |
|---|
| 340 | %{rarchdir}/pango.so |
|---|
| 341 | %{_libdir}/pkgconfig/ruby-pango.pc |
|---|
| 342 | |
|---|
| 343 | %{rlibdir}/gdk_pixbuf2.rb |
|---|
| 344 | %{rarchdir}/gdk_pixbuf2.so |
|---|
| 345 | %{_libdir}/pkgconfig/ruby-gdkpixbuf2.pc |
|---|
| 346 | |
|---|
| 347 | %{rlibdir}/%{gtk}/base.rb |
|---|
| 348 | %{rlibdir}/%{gtk}.rb |
|---|
| 349 | %{rarchdir}/%{gtk}*so |
|---|
| 350 | %{_libdir}/pkgconfig/ruby-gtk2.pc |
|---|
| 351 | |
|---|
| 352 | %files -n ruby-lib%{glade} |
|---|
| 353 | %defattr(-,root,root) |
|---|
| 354 | %doc libglade/ChangeLog libglade/README libglade/sample |
|---|
| 355 | |
|---|
| 356 | %{rlibdir}/libglade2.rb |
|---|
| 357 | %{rarchdir}/libglade2.so |
|---|
| 358 | %{_bindir}/ruby-glade-create-template |
|---|
| 359 | %{_libdir}/pkgconfig/ruby-libglade2.pc |
|---|
| 360 | |
|---|
| 361 | %files -n %{name}-devel |
|---|
| 362 | %defattr(-,root,root) |
|---|
| 363 | %{rarchdir}/*.h |
|---|
| 364 | |
|---|
| 365 | %files -n ruby-goocanvas |
|---|
| 366 | %defattr(-,root,root,-) |
|---|
| 367 | %doc goocanvas/ChangeLog goocanvas/README |
|---|
| 368 | %{rlibdir}/goocanvas.rb |
|---|
| 369 | %{rarchdir}/goocanvas.so |
|---|
| 370 | %{_libdir}/pkgconfig/ruby-goocanvas.pc |
|---|
| 371 | |
|---|
| 372 | %files -n ruby-gstreamer |
|---|
| 373 | %defattr(-,root,root,-) |
|---|
| 374 | %doc gstreamer/ChangeLog gstreamer/COPYING.LIB gstreamer/README |
|---|
| 375 | %{rlibdir}/gst.rb |
|---|
| 376 | %{rarchdir}/gst.so |
|---|
| 377 | %{_libdir}/pkgconfig/ruby-gstreamer.pc |
|---|
| 378 | |
|---|
| 379 | %files -n ruby-gtkglext |
|---|
| 380 | %defattr(-,root,root) |
|---|
| 381 | %doc gtkglext/ChangeLog gtkglext/README gtkglext/sample |
|---|
| 382 | %{rlibdir}/gtkglext.rb |
|---|
| 383 | %{rarchdir}/gtkglext.so |
|---|
| 384 | %{_libdir}/pkgconfig/ruby-gtkglext.pc |
|---|
| 385 | |
|---|
| 386 | %files -n ruby-gtkmozembed |
|---|
| 387 | %defattr(-,root,root) |
|---|
| 388 | %doc gtkmozembed/COPYING.LIB gtkmozembed/ChangeLog gtkmozembed/README gtkmozembed/sample |
|---|
| 389 | %{rlibdir}/gtkmozembed.rb |
|---|
| 390 | %{rarchdir}/gtkmozembed.so |
|---|
| 391 | %{_libdir}/pkgconfig/ruby-gtkmozembed.pc |
|---|
| 392 | |
|---|
| 393 | %files -n ruby-gtksourceview2 |
|---|
| 394 | %defattr(-,root,root,-) |
|---|
| 395 | %doc gtksourceview2/ChangeLog gtksourceview2/COPYING.LIB gtksourceview2/README gtksourceview2/sample |
|---|
| 396 | %{rlibdir}/gtksourceview2.rb |
|---|
| 397 | %{rarchdir}/gtksourceview2.so |
|---|
| 398 | %{_libdir}/pkgconfig/ruby-gtksourceview2.pc |
|---|
| 399 | |
|---|
| 400 | %files -n ruby-poppler |
|---|
| 401 | %defattr(-,root,root) |
|---|
| 402 | %doc poppler/COPYING.LIB poppler/ChangeLog poppler/README poppler/sample |
|---|
| 403 | %{rlibdir}/poppler.rb |
|---|
| 404 | %{rarchdir}/poppler.so |
|---|
| 405 | %{_libdir}/pkgconfig/ruby-poppler.pc |
|---|
| 406 | |
|---|
| 407 | %files -n ruby-vte |
|---|
| 408 | %defattr(-,root,root) |
|---|
| 409 | %doc vte/COPYING.LIB vte/ChangeLog vte/README vte/sample |
|---|
| 410 | %{rlibdir}/vte.rb |
|---|
| 411 | %{rarchdir}/vte.so |
|---|
| 412 | %{_libdir}/pkgconfig/ruby-vte.pc |
|---|
| 413 | |
|---|
| 414 | |
|---|
| 415 | %changelog |
|---|
| 416 | * Sat Mar 12 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.19.3-3 |
|---|
| 417 | - rebuilt with poppler-0.16.3 |
|---|
| 418 | - added Patch15 |
|---|
| 419 | - added BuildRequires: goocanvas-devel |
|---|
| 420 | |
|---|
| 421 | * Wed Oct 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.19.3-2 |
|---|
| 422 | - rebuild with poppler-0.14.2 |
|---|
| 423 | - add BuildRequires: ruby |
|---|
| 424 | - change BuildRequires: gnome-panel-devel instead of gnome-panel |
|---|
| 425 | - fix %files (add pkgconfig files) |
|---|
| 426 | |
|---|
| 427 | * Fri Mar 19 2010 IWAI, Masaharu <iwai@alib.jp> 0.19.3-1 |
|---|
| 428 | - new upstream release |
|---|
| 429 | - drop gtkmozembed.patch (Patch15): upstream fixed |
|---|
| 430 | - add BuildRequires: |
|---|
| 431 | - gtksourceview-devel >= 1.0.1 |
|---|
| 432 | - gstreamer-plugins-base-devel |
|---|
| 433 | - mesa-libGLU-devel |
|---|
| 434 | - libXmu-devel |
|---|
| 435 | |
|---|
| 436 | * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.19.0-1 |
|---|
| 437 | - new upstream release |
|---|
| 438 | - build with xulrunner-1.9.1 |
|---|
| 439 | |
|---|
| 440 | * Sun Dec 14 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.18.1-2 |
|---|
| 441 | - rebuild with poppler-0.10.2 |
|---|
| 442 | |
|---|
| 443 | * Sat Nov 15 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.18.1-1vl5 |
|---|
| 444 | - new upstream release |
|---|
| 445 | - changed Group to Development/Libraries |
|---|
| 446 | |
|---|
| 447 | * Tue Oct 14 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.18.0-1vl5 |
|---|
| 448 | - applied new versioning policy |
|---|
| 449 | - spec in UTF-8 |
|---|
| 450 | - new upstream release |
|---|
| 451 | - added Patch14 from Fedora for building with xulrunner |
|---|
| 452 | * Fri Dec 28 2007 Alex Lancaster <alexlan@fedoraproject.org> 0.16.0-21 |
|---|
| 453 | - Add xulrunner patch from bugzilla #402591 |
|---|
| 454 | - Rebuild against gecko-lib 1.9 (xulrunner) |
|---|
| 455 | - dropped Patch20-23 |
|---|
| 456 | - new ruby-gstreaner, ruby-gtksourceview2 subpackage |
|---|
| 457 | |
|---|
| 458 | * Fri Aug 31 2007 Shu KONNO <owa@bg.wakwak.com> 0.16.0-0vl3 |
|---|
| 459 | - add Patch20: ruby-gnome2-all-0.16.0-rbglib_unicode.patch |
|---|
| 460 | - add Patch21: ruby-gnome2-all-0.16.0-rbglib_maincontext.patch |
|---|
| 461 | - add Patch22: ruby-gnome2-all-0.16.0-rbgobj_boxed.patch |
|---|
| 462 | - add Patch23: ruby-gnome2-all-0.16.0-rbgtktreeiter.patch |
|---|
| 463 | - set iffox is true if x86_64 |
|---|
| 464 | |
|---|
| 465 | * Thu Jun 25 2006 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.16.0-0vl2 |
|---|
| 466 | - upstream release |
|---|
| 467 | - add BuildRequires: poppler-devel, vte-devel |
|---|
| 468 | - add new packages: ruby-poppler, ruby-vte |
|---|
| 469 | - add Obsoletes: ruby-libgda (no longer supported) |
|---|
| 470 | - drop Patch10 |
|---|
| 471 | - add Requires: mozilla to ruby-gtkmozembed |
|---|
| 472 | |
|---|
| 473 | * Tue May 16 2006 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.14.1-0vl5 |
|---|
| 474 | - rebuild with Ruby-1.8.4 |
|---|
| 475 | |
|---|
| 476 | * Sat Apr 1 2006 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.14.1-0vl4 |
|---|
| 477 | - rebuild with GNOME-2.14 |
|---|
| 478 | - change BuildRequires: from gstreamer-devel to gstreamer08-devel |
|---|
| 479 | - change BuildRequires: from firefox-devel to mozilla-devel |
|---|
| 480 | (Patch 10 is kept in package) |
|---|
| 481 | |
|---|
| 482 | * Sat Feb 25 2006 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.14.1-0vl3 |
|---|
| 483 | - add Requires: ruby-gtk2 to ruby-gtkmozembed |
|---|
| 484 | - add Requires: ruby-gnome2 to ruby-libglade2 |
|---|
| 485 | |
|---|
| 486 | * Tue Feb 21 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.14.1-0vl2 |
|---|
| 487 | - added Patch10 (use firefox-devel instead of mozilla-devel) |
|---|
| 488 | |
|---|
| 489 | * Sat Feb 18 2006 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.14.1-0vl1 |
|---|
| 490 | - upstream release |
|---|
| 491 | - temporally remove ruby-libgda |
|---|
| 492 | (libgda binding is not available with libgda-1.9.100-0vl1) |
|---|
| 493 | |
|---|
| 494 | * Sun Oct 30 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.14.0-0vl2 |
|---|
| 495 | - fix typo in Summary: of ruby-gtk2 |
|---|
| 496 | - add Requires: rcairo for ruby-gtk2 |
|---|
| 497 | - add BuildRequires: rcairo-devel to support rcairo |
|---|
| 498 | |
|---|
| 499 | * Sun Oct 23 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.14.0-0vl1 |
|---|
| 500 | - upstream release |
|---|
| 501 | - add BuildRequires: mozilla-devel to build ruby-gtkmozembed |
|---|
| 502 | |
|---|
| 503 | * Sun Sep 4 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.13.0-0vl1 |
|---|
| 504 | - upstream release |
|---|
| 505 | - change BuildRequires: kernel-headers to glibc-kernheaders |
|---|
| 506 | |
|---|
| 507 | * Mon May 9 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.12.0-0vl2 |
|---|
| 508 | - add gtkglext and libgda modules as independent VineSeedPlus package |
|---|
| 509 | |
|---|
| 510 | * Fri May 6 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.12.0-0vl1 |
|---|
| 511 | - catch up to upstream release |
|---|
| 512 | - replace Patch10 with eqivalent C-shell script |
|---|
| 513 | - replace BuildRequires |
|---|
| 514 | - add new modules to ruby-gnome2 |
|---|
| 515 | - remove gtkglext modules (currently in VineSeedPlus) |
|---|
| 516 | |
|---|
| 517 | * Fri Nov 12 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.1-0vl3 |
|---|
| 518 | - rebuilt with newest gnome in VineSeed |
|---|
| 519 | |
|---|
| 520 | * Sun Sep 26 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.9.1-0vl2 |
|---|
| 521 | - remove ruby-libglade2's ruby-gnome2 dependency |
|---|
| 522 | - temporarily removed libgda module (libgda is in VineSeedPlus) |
|---|
| 523 | |
|---|
| 524 | * Fri Mar 26 2004 Seiya Nishizawa <seiya@kugi.kyoto-u.ac.jp> 0.9.1-0vl1 |
|---|
| 525 | - updated to newest upstream release |
|---|
| 526 | - add ruby-gnome2-0.9.1-vine.patch for remove /usr/local/bin/ruby |
|---|
| 527 | - add atk to ruby-gtk2 and libgda and gtkglext to ruby-gnome2 |
|---|
| 528 | - remove sentence for Imlib from description |
|---|
| 529 | |
|---|
| 530 | * Sun Dec 07 2003 Seiya Nishizawa <seiya@kugi.kyoto-u.ac.jp> 0.8.1-0vl1 |
|---|
| 531 | - updated to newest upstream releas |
|---|
| 532 | - added to kernel-headers and libgnomeui-devel in BuildPrereq |
|---|
| 533 | - new subpackage ruby-gnome2-devel for header files |
|---|
| 534 | |
|---|
| 535 | * Sun Oct 10 2003 Satoshi MACHINO <machino@vinelinux.org> 0.7.0-0vl2 |
|---|
| 536 | - added to gstreamer-devel in BuildPrereq |
|---|
| 537 | |
|---|
| 538 | * Thu Oct 09 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.7.0-0vl1 |
|---|
| 539 | - updated to newest upstream release |
|---|
| 540 | |
|---|
| 541 | * Mon May 26 2003 Kazuhisa TAKEI <takei@vinelinux.org> 0.4.0-0vl6 |
|---|
| 542 | - add html_stream_close |
|---|
| 543 | |
|---|
| 544 | * Sun May 25 2003 Kazuhisa TAKEI <takei@vinelinux.org> 0.4.0-0vl5 |
|---|
| 545 | - fixed lack of HtmlStrem's free. |
|---|
| 546 | |
|---|
| 547 | * Sun May 25 2003 Kazuhisa TAKEI <takei@vinelinux.org> 0.4.0-0vl4 |
|---|
| 548 | - add html_stream_write. |
|---|
| 549 | |
|---|
| 550 | * Sun May 25 2003 Kazuhisa TAKEI <takei@vinelinux.org> 0.4.0-0vl3 |
|---|
| 551 | - add libgtkhtml2 |
|---|
| 552 | |
|---|
| 553 | * Mon May 12 2003 kazuhisa TAKEI <takei@vinelinux.org> 0.4.0vl2 |
|---|
| 554 | - rebuild for new gtk2,gnome2 |
|---|
| 555 | |
|---|
| 556 | * Fri Apr 11 2003 Kazuhisa TAKEI <takei@linux.or.jp> 0.4.0-0vl1 |
|---|
| 557 | - new upstream version |
|---|
| 558 | |
|---|
| 559 | * Wed Jan 1 2003 Kazuhisa TAKEI <takei@linux.or.jp> 0.2-0vl1 |
|---|
| 560 | - initial package for ruby-gnome2 based on ruby-gnme package. |
|---|
| 561 | |
|---|
| 562 | * Sat Sep 14 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.30-0vl1 |
|---|
| 563 | - updated to new upstream release |
|---|
| 564 | - ruby-libgrade requires ruby-gnome |
|---|
| 565 | |
|---|
| 566 | * Fri Aug 02 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.29-0vl2 |
|---|
| 567 | - increased release number to avoid confusion between VinePlus and VineSeedPlus |
|---|
| 568 | - put ruby-classbrowser-{%{gtk},gnome} to %%{_bindir} |
|---|
| 569 | |
|---|
| 570 | * Mon Jul 01 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.29-0vl1 |
|---|
| 571 | - updated to 0.29 upstream release |
|---|
| 572 | - Patch0 removed |
|---|
| 573 | - added forgottten %%clean section |
|---|
| 574 | |
|---|
| 575 | * Mon Jun 03 2002 Satoshi MACHINO <machino@vinelinux.org> 0.28-0vl1 |
|---|
| 576 | - updated ruby-gnome-0.28 |
|---|
| 577 | - dropped ruby-gnome-itemfactory.patch |
|---|
| 578 | -- merged upstream |
|---|
| 579 | - added ruby-gnome-0.28-extconf.patch |
|---|
| 580 | -- To install gnome.rb |
|---|
| 581 | |
|---|
| 582 | * Wed May 08 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.27-0vl1 |
|---|
| 583 | - tons of changes since 0.27-0vl0 :) |
|---|
| 584 | - now ruby-gtk and ruby-libglade are separated subpackages |
|---|
| 585 | - files installed to rlibdir, NOT sitedir |
|---|
| 586 | - added Obsoletes: gnome-ruby < %%{version} |
|---|
| 587 | |
|---|
| 588 | * Fri Apr 12 2002 Seiya Nishizawa <seiya@kugi.kyoto-u.ac.jp> |
|---|
| 589 | - First package. |
|---|