]> git.pld-linux.org Git - packages/ruby-gnome2.git/blob - ruby-gnome2.spec
- release 2 (by relup.sh)
[packages/ruby-gnome2.git] / ruby-gnome2.spec
1 #
2 # Conditional build:
3 %bcond_without  gtk3            # GTK+ 3.x based packages too
4 %bcond_with     gtksourceview3  # GKTSourceView 3.x binding
5 %bcond_with     vte3            # VTE 3.x binding
6
7 %if %{without gtk3}
8 %undefine       with_vte3
9 %endif
10 Summary:        GNOME 2 libraries for Ruby
11 Summary(pl.UTF-8):      Biblioteki GNOME 2 dla języka Ruby
12 Name:           ruby-gnome2
13 Version:        3.0.7
14 Release:        2
15 License:        LGPL v2.1
16 Group:          Development/Languages
17 Source0:        http://downloads.sourceforge.net/ruby-gnome2/%{name}-all-%{version}.tar.gz
18 # Source0-md5:  f714b70ebb1093a540ff4bfe6c105c66
19 URL:            http://ruby-gnome2.sourceforge.jp/
20 BuildRequires:  atk-devel >= 1:1.12.0
21 BuildRequires:  cairo-devel >= 1.10.0
22 BuildRequires:  cairo-gobject-devel >= 1.12.10
23 BuildRequires:  clutter-devel >= 1.12.0
24 %{?with_gtk3:BuildRequires:     clutter-gtk-devel >= 1.2.0}
25 BuildRequires:  gdk-pixbuf2-devel >= 2
26 BuildRequires:  glib2-devel >= 1:2.16.0
27 BuildRequires:  gobject-introspection-devel >= 1.35.4
28 BuildRequires:  gstreamer0.10-devel >= 0.10.35
29 BuildRequires:  gstreamer0.10-plugins-base-devel >= 0.10.35
30 BuildRequires:  gtk+2-devel >= 2:2.12.0
31 %{?with_gtk3:BuildRequires:     gtk+3-devel >= 3.4.2}
32 BuildRequires:  gtksourceview2-devel >= 2
33 %{?with_gtk3:BuildRequires:     gtksourceview3-devel >= 3.4.2}
34 BuildRequires:  librsvg-devel >= 2.8
35 BuildRequires:  pango-devel >= 1:1.14.0
36 BuildRequires:  pkgconfig
37 BuildRequires:  poppler-glib-devel >= 0.12.0
38 BuildRequires:  rpmbuild(macros) >= 1.277
39 BuildRequires:  ruby-devel >= 1.9
40 %{?with_gtk3:BuildRequires:     ruby-devel >= 1.9.2}
41 BuildRequires:  ruby-pkg-config
42 BuildRequires:  ruby-rcairo-devel
43 BuildRequires:  ruby-rubygems
44 BuildRequires:  sed >= 4.0
45 BuildRequires:  vte0-devel >= 0.12.1
46 #%{?with_gtk3:BuildRequires:    vte-devel >= 0.32.2}
47 %{?with_vte3:BuildRequires:     vte2.90-devel >= 0.32.2}
48 BuildRequires:  gtk-webkit-devel >= 1.8.1
49 %{?with_gtk3:BuildRequires:     gtk-webkit3-devel >= 1.8.1}
50 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
51
52 %description
53 GNOME 2 libraries for Ruby.
54
55 %description -l pl.UTF-8
56 Biblioteki GNOME 2 dla języka Ruby.
57
58 %package -n ruby-glib2
59 Summary:        Ruby/Glib2 - Ruby binding of GLib 2.x
60 Summary(pl.UTF-8):      Ruby/Glib2 - wiązanie języka Ruby do biblioteki GLib 2.x
61 Group:          Development/Languages
62 Requires:       glib2 >= 1:2.16.0
63 Requires:       ruby >= 1.9
64 Obsoletes:      ruby-gnome2
65 Obsoletes:      ruby-goocanvas < 2.2.1
66
67 %description -n ruby-glib2
68 Ruby/Glib2 is a Ruby binding of GLib 2.x.
69
70 %description -n ruby-glib2 -l pl.UTF-8
71 Ruby/Glib2 to wiązanie języka Ruby do biblioteki GLib 2.x.
72
73 %package -n ruby-glib2-devel
74 Summary:        Header files for Ruby/GLib2 library
75 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/GLib2
76 Group:          Development/Libraries
77 Requires:       glib2-devel >= 1:2.16.0
78 Requires:       ruby-devel >= 1.9
79 Requires:       ruby-glib2 = %{version}-%{release}
80 Obsoletes:      ruby-gnome2-devel
81 Obsoletes:      ruby-goocanvas-devel < 2.2.1
82
83 %description -n ruby-glib2-devel
84 Header files for Ruby/GLib2 library.
85
86 %description -n ruby-glib2-devel -l pl.UTF-8
87 Pliki nagłówkowe biblioteki Ruby/GLib2.
88
89 %package -n ruby-gobject-introspection
90 Summary:        Ruby/GObjectIntrospection - Ruby binding of GObject Introspection
91 Summary(pl.UTF-8):      Ruby/GObjectIntrospection - wiązania języka Ruby do biblioteki GObject Introspection
92 Group:          Development/Languages
93 Requires:       gobject-introspection >= 1.35.4
94 Requires:       ruby-glib2 = %{version}-%{release}
95
96 %description -n ruby-gobject-introspection
97 Ruby/GObjectIntrospection is a Ruby binding of GObject Introspection.
98
99 %description -n ruby-gobject-introspection -l pl.UTF-8
100 Ruby/GObjectIntrospection to wiązanie języka Ruby do biblioteki
101 GObject Introspection.
102
103 %package -n ruby-gobject-introspection-devel
104 Summary:        Header files for Ruby/GObjectIntrospection library
105 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/GObjectIntrospection
106 Group:          Development/Languages
107 Requires:       ruby-glib2-devel = %{version}-%{release}
108 Requires:       ruby-gobject-introspection = %{version}-%{release}
109
110 %description -n ruby-gobject-introspection-devel
111 Header files for Ruby/GObjectIntrospection library.
112
113 %description -n ruby-gobject-introspection-devel -l pl.UTF-8
114 Pliki nagłówkowe biblioteki Ruby/GObjectIntrospection.
115
116 %package -n ruby-gio2
117 Summary:        Ruby/GIO2 - Ruby binding of GIO 2.x library
118 Summary(pl.UTF-8):      Ruby/GIO2 - wiązanie języka Ruby do biblioteki GIO 2.x
119 Group:          Development/Languages
120 Requires:       glib2 >= 1:2.16.0
121 Requires:       ruby-gobject-introspection = %{version}-%{release}
122
123 %description -n ruby-gio2
124 Ruby/GIO2 is a Ruby binding of GIO 2.x library.
125
126 %description -n ruby-gio2 -l pl.UTF-8
127 Ruby/GIO2 to wiązanie języka Ruby do biblioteki GIO 2.x.
128
129 %package -n ruby-atk
130 Summary:        Ruby/ATK - Ruby binding of ATK
131 Summary(pl.UTF-8):      Ruby/ATK - wiązanie języka Ruby do biblioteki ATK
132 Group:          Development/Languages
133 Requires:       atk >= 1:1.12.0
134 Requires:       ruby-glib2 = %{version}-%{release}
135
136 %description -n ruby-atk
137 Ruby/ATK is a Ruby binding of ATK.
138
139 %description -n ruby-atk -l pl.UTF-8
140 Ruby/ATK to wiązanie języka Ruby do biblioteki ATK.
141
142 %package -n ruby-atk-devel
143 Summary:        Header files for Ruby/ATK library
144 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/ATK
145 Group:          Development/Libraries
146 Requires:       atk-devel >= 1:1.12.0
147 Requires:       ruby-atk = %{version}-%{release}
148 Requires:       ruby-glib2-devel = %{version}-%{release}
149
150 %description -n ruby-atk-devel
151 Header files for Ruby/ATK library.
152
153 %description -n ruby-atk-devel -l pl.UTF-8
154 Pliki nagłówkowe biblioteki Ruby/ATK.
155
156 %package -n ruby-cairo-gobject
157 Summary:        Ruby/CairoGObject - Ruby binding of cairo-gobject library
158 Summary(pl.UTF-8):      Ruby/CairoGObject - wiązania języka Ruby do biblioteki cairo-gobject
159 Group:          Development/Languages
160 Requires:       cairo-gobject >= 1.12.10
161 Requires:       ruby-glib2 = %{version}-%{release}
162 Requires:       ruby-rcairo
163
164 %description -n ruby-cairo-gobject
165 Ruby/CairoGObject is a Ruby binding of cairo-gobject library.
166
167 %description -n ruby-cairo-gobject -l pl.UTF-8
168 Ruby/CairoGObject to wiązanie języka Ruby do biblioteki cairo-gobject.
169
170 %package -n ruby-pango
171 Summary:        Ruby/Pango - Ruby binding of pango 1.x
172 Summary(pl.UTF-8):      Ruby/Pango - wiązanie języka Ruby do biblioteki pango 1.x
173 Group:          Development/Languages
174 Requires:       cairo >= 1.10.0
175 Requires:       pango >= 1:1.14.0
176 Requires:       ruby-glib2 = %{version}-%{release}
177 Requires:       ruby-rcairo
178
179 %description -n ruby-pango
180 Ruby/Pango is a Ruby binding of pango 1.x.
181
182 %description -n ruby-pango -l pl.UTF-8
183 Ruby/Pango to wiązanie języka Ruby do biblioteki pango 1.x.
184
185 %package -n ruby-pango-devel
186 Summary:        Header files for Ruby/Pango library
187 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/Pango
188 Group:          Development/Libraries
189 Requires:       cairo-devel >= 1.10.0
190 Requires:       pango-devel >= 1:1.14.0
191 Requires:       ruby-glib2-devel = %{version}-%{release}
192 Requires:       ruby-pango = %{version}-%{release}
193
194 %description -n ruby-pango-devel
195 Header files for Ruby/Pango library.
196
197 %description -n ruby-pango-devel -l pl.UTF-8
198 Pliki nagłówkowe biblioteki Ruby/Pango.
199
200 %package -n ruby-gdk_pixbuf2
201 Summary:        Ruby/GdkPixbuf2 - Ruby binding of GdkPixbuf 2.x
202 Summary(pl.UTF-8):      Ruby/GdkPixbuf2 - wiązanie języka Ruby do biblioteki GdkPixbuf 2.x
203 Group:          Development/Languages
204 Requires:       gdk-pixbuf2 >= 2
205 Requires:       ruby-glib2 = %{version}-%{release}
206
207 %description -n ruby-gdk_pixbuf2
208 Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf 2.x.
209
210 %description -n ruby-gdk_pixbuf2 -l pl.UTF-8
211 Ruby/GdkPixbuf2 to wiązanie języka Ruby do biblioteki GdkPixbuf 2.x.
212
213 %package -n ruby-gdk_pixbuf2-devel
214 Summary:        Header files for Ruby/GdkPixbuf2 library
215 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/GdkPixbuf2
216 Group:          Development/Libraries
217 Requires:       gdk-pixbuf2-devel >= 2
218 Requires:       ruby-gdk_pixbuf2 = %{version}-%{release}
219 Requires:       ruby-glib2-devel = %{version}-%{release}
220
221 %description -n ruby-gdk_pixbuf2-devel
222 Header files for Ruby/GdkPixbuf2 library.
223
224 %description -n ruby-gdk_pixbuf2-devel -l pl.UTF-8
225 Pliki nagłówkowe biblioteki Ruby/GdkPixbuf2.
226
227 %package -n ruby-gtk2
228 Summary:        Ruby/GTK2 - Ruby binding of GTK+ 2.x
229 Summary(pl.UTF-8):      Ruby/GTK2 - wiązanie języka Ruby do biblioteki GTK+ 2.x
230 Group:          Development/Languages
231 Requires:       gtk+2 >= 2:2.12.0
232 Requires:       ruby-atk = %{version}-%{release}
233 Requires:       ruby-gdk_pixbuf2 = %{version}-%{release}
234 Requires:       ruby-glib2 = %{version}-%{release}
235 Requires:       ruby-pango = %{version}-%{release}
236
237 %description -n ruby-gtk2
238 Ruby/GTK2 is a Ruby binding of GTK+ 2.x.
239
240 %description -n ruby-gtk2 -l pl.UTF-8
241 Ruby/GTK2 to wiązanie języka Ruby do biblioteki GTK+ 2.x.
242
243 %package -n ruby-gtk2-devel
244 Summary:        Header files for Ruby/GTK2 library
245 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/GTK2
246 Group:          Development/Libraries
247 Requires:       gtk+2-devel >= 2:2.12.0
248 Requires:       ruby-atk-devel = %{version}-%{release}
249 Requires:       ruby-gdk_pixbuf2-devel = %{version}-%{release}
250 Requires:       ruby-glib2-devel = %{version}-%{release}
251 Requires:       ruby-gtk2 = %{version}-%{release}
252 Requires:       ruby-pango-devel = %{version}-%{release}
253
254 %description -n ruby-gtk2-devel
255 Header files for Ruby/GTK2 library.
256
257 %description -n ruby-gtk2-devel -l pl.UTF-8
258 Pliki nagłówkowe biblioteki Ruby/GTK2.
259
260 %package -n ruby-clutter
261 Summary:        Ruby/Clutter - Ruby binding of Clutter library
262 Summary(pl.UTF-8):      Ruby/Clutter - wiązanie języka Ruby do biblioteki Clutter
263 Group:          Development/Languages
264 Requires:       clutter >= 1.16.4
265 Requires:       ruby-cairo-gobject = %{version}-%{release}
266 Requires:       ruby-gobject-introspection = %{version}-%{release}
267
268 %description -n ruby-clutter
269 Ruby/Clutter is a Ruby binding of Clutter library.
270
271 %description -n ruby-clutter -l pl.UTF-8
272 Ruby/Clutter to wiązanie języka Ruby do biblioteki Clutter.
273
274 %package -n ruby-clutter-gstreamer
275 Summary:        Ruby/ClutterGStreamer - Ruby binding of Clutter-GStreamer library
276 Summary(pl.UTF-8):      Ruby/ClutterGStreamer - wiązanie języka Ruby do biblioteki Clutter-GStreamer
277 Group:          Development/Languages
278 Requires:       clutter-gst >= 2.0.10
279 Requires:       ruby-clutter = %{version}-%{release}
280 Requires:       ruby-gstreamer = %{version}-%{release}
281
282 %description -n ruby-clutter-gstreamer
283 Ruby/ClutterGStreamer is a Ruby binding of Clutter-GStreamer library.
284
285 %description -n ruby-clutter-gstreamer -l pl.UTF-8
286 Ruby/ClutterGStreamer to wiązanie języka Ruby do biblioteki
287 Clutter-GStreamer.
288
289 %package -n ruby-gstreamer
290 Summary:        Ruby/GStreamer - Ruby binding of GStreamer
291 Summary(pl.UTF-8):      Ruby/GStreamer - wiązanie języka Ruby do biblioteki GStreamer
292 Group:          Development/Languages
293 Requires:       gstreamer0.10 >= 0.10.35
294 Requires:       gstreamer0.10-plugins-base >= 0.10.35
295 Requires:       ruby-gdk_pixbuf2 = %{version}-%{release}
296 Requires:       ruby-glib2 = %{version}-%{release}
297 Requires:       ruby-pango = %{version}-%{release}
298
299 %description -n ruby-gstreamer
300 Ruby/GStreamer is a Ruby binding of GStreamer.
301
302 %description -n ruby-gstreamer -l pl.UTF-8
303 Ruby/GStreamer to wiązanie języka Ruby do biblioteki GStreamer.
304
305 %package -n ruby-gstreamer-devel
306 Summary:        Header files for Ruby/GStreamer library
307 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/GStreamer
308 Group:          Development/Libraries
309 Requires:       gstreamer0.10-devel >= 0.10.35
310 Requires:       gstreamer0.10-plugins-base-devel >= 0.10.35
311 Requires:       ruby-gdk_pixbuf2-devel = %{version}-%{release}
312 Requires:       ruby-glib2-devel = %{version}-%{release}
313 Requires:       ruby-pango-devel = %{version}-%{release}
314
315 %description -n ruby-gstreamer-devel
316 Header files for Ruby/GStreamer library.
317
318 %description -n ruby-gstreamer-devel -l pl.UTF-8
319 Pliki nagłówkowe biblioteki Ruby/GStreamer.
320
321 %package -n ruby-gtksourceview2
322 Summary:        Ruby/GtkSourceView2 - Ruby binding of gtksourceview 2.x
323 Summary(pl.UTF-8):      Ruby/GtkSourceView2 - wiązanie języka Ruby do biblioteki gtksourceview 2.x
324 Group:          Development/Languages
325 Requires:       gtksourceview2 >= 2.0.0
326 Requires:       ruby-gtk2 = %{version}-%{release}
327
328 %description -n ruby-gtksourceview2
329 Ruby/GtkSourceView2 is a Ruby binding of gtksourceview 2.x.
330
331 %description -n ruby-gtksourceview2 -l pl.UTF-8
332 Ruby/GtkSourceView2 to wiązanie języka Ruby do biblioteki
333 gtksourceview 2.x.
334
335 %package -n ruby-gtksourceview2-devel
336 Summary:        Header files for Ruby/GtkSourceView2 library
337 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/GtkSourceView2
338 Group:          Development/Libraries
339 Requires:       gtksourceview2-devel >= 2.0.0
340 Requires:       ruby-gtk2-devel = %{version}-%{release}
341 Requires:       ruby-gtksourceview2 = %{version}-%{release}
342
343 %description -n ruby-gtksourceview2-devel
344 Header files for Ruby/GtkSourceView2 library.
345
346 %description -n ruby-gtksourceview2-devel -l pl.UTF-8
347 Pliki nagłówkowe biblioteki Ruby/GtkSourceView2.
348
349 %package -n ruby-poppler
350 Summary:        Ruby/Poppler - Ruby binding of poppler-glib
351 Summary(pl.UTF-8):      Ruby/Poppler - wiązanie języka Ruby do biblioteki poppler-glib
352 Group:          Development/Languages
353 Requires:       poppler-glib >= 0.12.0
354 Requires:       ruby-gdk_pixbuf2 = %{version}-%{release}
355 Requires:       ruby-glib2 = %{version}-%{release}
356 Requires:       ruby-gtk2 = %{version}-%{release}
357
358 %description -n ruby-poppler
359 Ruby/Poppler is a Ruby binding of poppler-glib.
360
361 %description -n ruby-poppler -l pl.UTF-8
362 Ruby/Poppler to wiązanie języka Ruby do biblioteki poppler-glib.
363
364 %package -n ruby-poppler-devel
365 Summary:        Header files for Ruby/Poppler library
366 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/Poppler
367 Group:          Development/Libraries
368 Requires:       poppler-glib-devel >= 0.12.0
369 Requires:       ruby-gdk_pixbuf2-devel = %{version}-%{release}
370 Requires:       ruby-glib2-devel = %{version}-%{release}
371 Requires:       ruby-gtk2-devel = %{version}-%{release}
372
373 %description -n ruby-poppler-devel
374 Header files for Ruby/Poppler library.
375
376 %description -n ruby-poppler-devel -l pl.UTF-8
377 Pliki nagłówkowe biblioteki Ruby/Poppler.
378
379 %package -n ruby-rsvg2
380 Summary:        Ruby/RSVG - Ruby binding of librsvg
381 Summary(pl.UTF-8):      Ruby/RSVG - wiązanie języka Ruby do biblioteki librsvg
382 Group:          Development/Languages
383 Requires:       librsvg >= 2.8
384 Requires:       ruby-gdk_pixbuf2 = %{version}-%{release}
385 Requires:       ruby-glib2 = %{version}-%{release}
386 Requires:       ruby-rcairo
387
388 %description -n ruby-rsvg2
389 Ruby/RSVG is a Ruby binding of librsvg.
390
391 %description -n ruby-rsvg2 -l pl.UTF-8
392 Ruby/RSVG to wiązanie języka Ruby do biblioteki librsvg.
393
394 %package -n ruby-rsvg2-devel
395 Summary:        Header files for Ruby/RSVG library
396 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/RSVG
397 Group:          Development/Libraries
398 Requires:       librsvg-devel >= 2.8
399 Requires:       ruby-gdk_pixbuf2-devel = %{version}-%{release}
400 Requires:       ruby-glib2-devel = %{version}-%{release}
401
402 %description -n ruby-rsvg2-devel
403 Header files for Ruby/RSVG library.
404
405 %description -n ruby-rsvg2-devel -l pl.UTF-8
406 Pliki nagłówkowe biblioteki Ruby/RSVG.
407
408 %package -n ruby-vte
409 Summary:        Ruby/VTE - Ruby binding of VTE
410 Summary(pl.UTF-8):      Ruby/VTE - wiązanie języka Ruby do biblioteki VTE
411 Group:          Development/Languages
412 Requires:       ruby-gtk2 = %{version}-%{release}
413 Requires:       vte0 >= 0.12.1
414
415 %description -n ruby-vte
416 Ruby/VTE is a Ruby binding of VTE.
417
418 %description -n ruby-vte -l pl.UTF-8
419 Ruby/VTE to wiązanie języka Ruby do biblioteki VTE.
420
421 %package -n ruby-vte-devel
422 Summary:        Header files for Ruby/VTE library
423 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/VTE
424 Group:          Development/Libraries
425 Requires:       ruby-gtk2-devel = %{version}-%{release}
426 Requires:       ruby-vte = %{version}-%{release}
427 Requires:       vte0-devel >= 0.12.1
428
429 %description -n ruby-vte-devel
430 Header files for Ruby/VTE library.
431
432 %description -n ruby-vte-devel -l pl.UTF-8
433 Pliki nagłówkowe biblioteki Ruby/VTE.
434
435 %package -n ruby-webkit-gtk2
436 Summary:        Ruby/WebKitGTK2 - Ruby binding of WebKitGTK+ (GTK+ 2.x based) library
437 Summary(pl.UTF-8):      Ruby/WebKitGTK2 - wiązanie języka Ruby do biblioteki WebKitGTK+ (dla GTK+ 2.x)
438 Group:          Development/Languages
439 Requires:       gtk-webkit >= 2.2.3
440 Requires:       ruby-gobject-introspection = %{version}-%{release}
441 Requires:       ruby-gtk2 = %{version}-%{release}
442
443 %description -n ruby-webkit-gtk2
444 Ruby/WebKitGTK2 is a Ruby binding of WebKitGTK+ library (based on
445 GTK+ 2.x).
446
447 %description -n ruby-webkit-gtk2 -l pl.UTF-8
448 Ruby/WebKitGTK2 to wiązanie języka Ruby do biblioteki WebKitGTK+
449 (opartej na GTK+ 2.x).
450
451 %package -n ruby-gtk3
452 Summary:        Ruby/GTK3 - Ruby binding of GTK+ 3.x
453 Summary(pl.UTF-8):      Ruby/GTK3 - wiązanie języka Ruby do bibliotek GTK+ 3.x
454 Group:          Development/Languages
455 Requires:       gtk+3 >= 3.4.2
456 Requires:       ruby >= 1.9.2
457 Requires:       ruby-atk = %{version}-%{release}
458 Requires:       ruby-gdk_pixbuf2 = %{version}-%{release}
459 Requires:       ruby-glib2 = %{version}-%{release}
460 Requires:       ruby-pango = %{version}-%{release}
461
462 %description -n ruby-gtk3
463 Ruby/GTK3 is a Ruby binding of GTK+ 3.x.
464
465 %description -n ruby-gtk3 -l pl.UTF-8
466 Ruby/GTK3 to wiązanie języka Ruby do bibliotek GTK+ 3.x.
467
468 %package -n ruby-gtk3-devel
469 Summary:        Header files for Ruby/GTK3 library
470 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/GTK3
471 Group:          Development/Libraries
472 Requires:       gtk+3-devel >= 3.4.2
473 Requires:       ruby-atk-devel = %{version}-%{release}
474 Requires:       ruby-devel >= 1.9.2
475 Requires:       ruby-gdk_pixbuf2-devel = %{version}-%{release}
476 Requires:       ruby-glib2-devel = %{version}-%{release}
477 Requires:       ruby-gtk3 = %{version}-%{release}
478 Requires:       ruby-pango-devel = %{version}-%{release}
479
480 %description -n ruby-gtk3-devel
481 Header files for Ruby/GTK3 library.
482
483 %description -n ruby-gtk3-devel -l pl.UTF-8
484 Pliki nagłówkowe biblioteki Ruby/GTK3.
485
486 %package -n ruby-clutter-gtk
487 Summary:        Ruby/ClutterGTK - Ruby binding of Clutter-GTK library
488 Summary(pl.UTF-8):      Ruby/ClutterGTK - wiązanie języka Ruby do biblioteki Clutter-GTK
489 Group:          Development/Languages
490 Requires:       clutter-gtk >= 1.4.4
491 Requires:       ruby-clutter = %{version}-%{release}
492 Requires:       ruby-gtk3 = %{version}-%{release}
493
494 %description -n ruby-clutter-gtk
495 Ruby/ClutterGTK is a Ruby binding of Clutter-GTK library.
496
497 %description -n ruby-clutter-gtk -l pl.UTF-8
498 Ruby/ClutterGTK to wiązanie języka Ruby do biblioteki Clutter-GTK.
499
500 %package -n ruby-gtksourceview3
501 Summary:        Ruby/GtkSourceView3 - Ruby binding of gtksourceview 3.x
502 Summary(pl.UTF-8):      Ruby/GtkSourceView3 - wiązanie języka Ruby do biblioteki gtksourceview 3.x
503 Group:          Development/Languages
504 Requires:       gtksourceview3 >= 3.4.2
505 Requires:       ruby-gtk3 = %{version}-%{release}
506
507 %description -n ruby-gtksourceview3
508 Ruby/GtkSourceView3 is a Ruby binding of gtksourceview 3.x.
509
510 %description -n ruby-gtksourceview3 -l pl.UTF-8
511 Ruby/GtkSourceView3 to wiązanie języka Ruby do biblioteki
512 gtksourceview 3.x.
513
514 %package -n ruby-gtksourceview3-devel
515 Summary:        Header files for Ruby/GtkSourceView3 library
516 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/GtkSourceView3
517 Group:          Development/Libraries
518 Requires:       gtksourceview3-devel >= 3.4.2
519 Requires:       ruby-gtk3-devel = %{version}-%{release}
520 Requires:       ruby-gtksourceview3 = %{version}-%{release}
521
522 %description -n ruby-gtksourceview3-devel
523 Header files for Ruby/GtkSourceView3 library.
524
525 %description -n ruby-gtksourceview3-devel -l pl.UTF-8
526 Pliki nagłówkowe biblioteki Ruby/GtkSourceView3.
527
528 %package -n ruby-vte3
529 Summary:        Ruby/VTE3 - Ruby binding of VTE on GTK+ 3.x
530 Summary(pl.UTF-8):      Ruby/VTE3 - wiązanie języka Ruby do biblioteki VTE na GTK+ 3.x
531 Group:          Development/Languages
532 Requires:       ruby-gtk3 = %{version}-%{release}
533 Requires:       vte >= 0.32.2
534
535 %description -n ruby-vte3
536 Ruby/VTE3 is a Ruby binding of VTE on GTK+ 3.x.
537
538 %description -n ruby-vte3 -l pl.UTF-8
539 Ruby/VTE3 to wiązanie języka Ruby do biblioteki VTE opartej na GTK+
540 3.x.
541
542 %package -n ruby-vte3-devel
543 Summary:        Header files for Ruby/VTE3 library
544 Summary(pl.UTF-8):      Pliki nagłówkowe biblioteki Ruby/VTE3
545 Group:          Development/Libraries
546 Requires:       ruby-gtk3-devel = %{version}-%{release}
547 Requires:       ruby-vte3 = %{version}-%{release}
548 Requires:       vte-devel >= 0.32.2
549
550 %description -n ruby-vte3-devel
551 Header files for Ruby/VTE3 library.
552
553 %description -n ruby-vte3-devel -l pl.UTF-8
554 Pliki nagłówkowe biblioteki Ruby/VTE3.
555
556 %package -n ruby-webkit-gtk
557 Summary:        Ruby/WebKitGTK - Ruby binding of WebKitGTK+ (GTK+ 3.x based) library
558 Summary(pl.UTF-8):      Ruby/WebKitGTK - wiązanie języka Ruby do biblioteki WebKitGTK+ (dla GTK+ 3.x)
559 Group:          Development/Languages
560 Requires:       gtk-webkit3 >= 2.2.3
561 Requires:       ruby-gobject-introspection = %{version}-%{release}
562 Requires:       ruby-gtk3 = %{version}-%{release}
563
564 %description -n ruby-webkit-gtk
565 Ruby/WebKitGTK is a Ruby binding of WebKitGTK+ library (based on
566 GTK+ 3.x).
567
568 %description -n ruby-webkit-gtk -l pl.UTF-8
569 Ruby/WebKitGTK to wiązanie języka Ruby do biblioteki WebKitGTK+
570 (opartej na GTK+ 3.x).
571
572 %package doc-ri
573 Summary:        Ruby-GNOME2 ri documentation
574 Summary(pl.UTF-8):      Dokumentacja dla Ruby-GNOME2 w formacie ri
575 Group:          Documentation
576 Requires:       ruby
577
578 %description doc-ri
579 Ruby-GNOME2 ri documentation.
580
581 %description doc-ri -l pl.UTF-8
582 Dokumentacja dla Ruby-GNOME2 w formacie ri.
583
584 %package doc-html
585 Summary:        Ruby-GNOME2 HTML documentation
586 Summary(pl.UTF-8):      Dokumentacja dla Ruby-GNOME2 w formacie HTML
587 Group:          Documentation
588
589 %description doc-html
590 Ruby-GNOME2 HTML documentation.
591
592 %description doc-html -l pl.UTF-8
593 Dokumentacja dla Ruby-GNOME2 w formacie HTML.
594
595 %package examples
596 Summary:        Ruby-GNOME2 examples
597 Summary(pl.UTF-8):      Przykłady do Ruby-GNOME2
598 Group:          Development/Libraries
599
600 %description examples
601 Ruby-GNOME2 examples.
602
603 %description examples -l pl.UTF-8
604 Przykłady do Ruby-GNOME2.
605
606 %prep
607 %setup -q -n %{name}-all-%{version}
608 find . -name '*.rb' | xargs sed -i -e '1s,#.*local/bin/ruby,#!%{_bindir}/ruby,'
609
610 cp -p glib2/README.md README.glib2.md
611 cp -p glib2/TODO TODO.glib2
612 cp -p gdk3/README.md README.gdk3.md
613 cp -p gtk3/README.md README.gtk3.md
614
615 %build
616 # echo */extconf.rb | xargs -l1 dirname
617
618 comps="
619         atk
620         clutter
621         clutter-gstreamer
622         cairo-gobject
623         gdk_pixbuf2
624         gio2
625         glib2
626         gobject-introspection
627         gstreamer
628         gtk2
629         gtksourceview2
630         pango
631         poppler
632         rsvg2
633         vte
634         webkit-gtk2
635 %if %{with gtk3}
636         clutter-gtk
637         gdk3
638         gtk3
639         gtksourceview3
640 %if %{with vte3}
641         vte3
642 %endif
643         webkit-gtk
644 %endif
645 "
646
647 ruby extconf.rb \
648         --vendor \
649         --enable-glib-experimental \
650         $comps
651 %{__make}
652
653 rdoc -o rdoc
654 rdoc --ri -o ri
655
656 %install
657 rm -rf $RPM_BUILD_ROOT
658 install -d $RPM_BUILD_ROOT{%{ruby_archdir},%{ruby_rubylibdir},%{ruby_ridir}} \
659         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
660
661 %{__make} install \
662         DESTDIR=$RPM_BUILD_ROOT \
663         RUBYLIBDIR=$RPM_BUILD_ROOT%{ruby_rubylibdir} \
664         sitearchdir=$RPM_BUILD_ROOT%{ruby_archdir} \
665         pkgconfigdir=$RPM_BUILD_ROOT%{_pkgconfigdir} \
666         RUBYARCHDIR=$RPM_BUILD_ROOT%{ruby_archdir}
667
668 # omitted by make install
669 cp -pr clutter/lib/{clutter,clutter.rb} $RPM_BUILD_ROOT%{ruby_rubylibdir}
670 cp -p clutter-gstreamer/lib/clutter-gst.rb $RPM_BUILD_ROOT%{ruby_rubylibdir}
671 cp -p webkit-gtk2/lib/webkit-gtk2.rb $RPM_BUILD_ROOT%{ruby_rubylibdir}
672 %if %{with gtk3}
673 cp -p clutter-gtk/lib/clutter-gtk.rb $RPM_BUILD_ROOT%{ruby_rubylibdir}
674 cp -p webkit-gtk/lib/webkit-gtk.rb $RPM_BUILD_ROOT%{ruby_rubylibdir}
675 %endif
676
677 cp -a clutter/sample \
678         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/clutter
679
680 cp -a clutter-gstreamer/sample \
681         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/clutter-gstreamer
682
683 cp -a gdk_pixbuf2/sample \
684         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/gdk_pixbuf2
685
686 cp -a glib2/sample \
687         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/glib2
688
689 cp -a gstreamer/sample \
690         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/gstreamer
691
692 cp -a gtk2/sample \
693         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/gtk2
694
695 cp -a gtksourceview2/sample \
696         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/gtksourceview2
697
698 cp -a pango/sample \
699         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/pango
700
701 cp -a poppler/sample \
702         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/poppler
703
704 cp -a rsvg2/sample \
705         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/rsvg2
706
707 cp -a vte/sample \
708         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/vte
709
710 cp -a webkit-gtk2/sample \
711         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/webkit-gtk2
712
713 %if %{with gtk3}
714 cp -a clutter-gtk/sample \
715         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/clutter-gtk
716
717 cp -a gtk3/sample \
718         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/gtk3
719
720 %if %{with gtksourceview3}
721 cp -a gtksourceview3/sample \
722         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/gtksourceview3
723 %endif
724
725 %if %{with vte3}
726 cp -a vte3/sample \
727         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/vte3
728 %endif
729
730 cp -a webkit-gtk/sample \
731         $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}/webkit-gtk
732 %endif
733
734 cp -a ri/* $RPM_BUILD_ROOT%{ruby_ridir}
735 %{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/{Math,Object,REXML,RbConfig,Test*,page-*,rdoc,ri}
736 %if %{without gtk3}
737 %{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/{ClutterGtk*,Goo*,WebKitGtk,WebKitGtkTestUtils,clutter-gtk,gdk3,gtk3,gtksourceview3,webkit-gtk}
738 %endif
739 %if %{without vte3}
740 %{__rm} -r $RPM_BUILD_ROOT%{ruby_ridir}/vte3
741 %endif
742 %{__rm} $RPM_BUILD_ROOT%{ruby_ridir}/{cache.ri,created.rid}
743
744 %clean
745 rm -rf $RPM_BUILD_ROOT
746
747 %files -n ruby-glib2
748 %defattr(644,root,root,755)
749 %doc AUTHORS NEWS README.md README.glib2.md TODO.glib2
750 %attr(755,root,root) %{ruby_archdir}/glib2.so
751 %{ruby_rubylibdir}/glib-mkenums.rb
752 %{ruby_rubylibdir}/glib2.rb
753 %{ruby_rubylibdir}/gnome2-raketask.rb
754 %dir %{ruby_rubylibdir}/gnome2
755 %{ruby_rubylibdir}/gnome2/rake
756 %{ruby_rubylibdir}/mkmf-gnome2.rb
757 %{ruby_rubylibdir}/glib2
758
759 %files -n ruby-glib2-devel
760 %defattr(644,root,root,755)
761 %{ruby_archdir}/glib-enum-types.h
762 %{ruby_archdir}/rbgcompat.h
763 %{ruby_archdir}/rbglib.h
764 %{ruby_archdir}/rbglib2conversions.h
765 %{ruby_archdir}/rbglibdeprecated.h
766 %{ruby_archdir}/rbgobject.h
767 %{ruby_archdir}/rbgutil.h
768 %{ruby_archdir}/rbgutil_list.h
769 %{ruby_archdir}/rbgutildeprecated.h
770 %{_pkgconfigdir}/ruby-glib2.pc
771
772 %files -n ruby-gobject-introspection
773 %defattr(644,root,root,755)
774 %doc gobject-introspection/README.md
775 %attr(755,root,root) %{ruby_archdir}/gobject_introspection.so
776 %{ruby_rubylibdir}/gobject-introspection.rb
777 %{ruby_rubylibdir}/gobject-introspection
778
779 %files -n ruby-gobject-introspection-devel
780 %defattr(644,root,root,755)
781 %{ruby_archdir}/rb-gobject-introspection.h
782 %{_pkgconfigdir}/ruby-gobject-introspection.pc
783
784 %files -n ruby-gio2
785 %defattr(644,root,root,755)
786 %doc gio2/README.md
787 %attr(755,root,root) %{ruby_archdir}/gio2.so
788 %{ruby_rubylibdir}/gio2.rb
789 %{ruby_rubylibdir}/gio2
790 %{_pkgconfigdir}/ruby-gio2.pc
791
792 %files -n ruby-atk
793 %defattr(644,root,root,755)
794 %doc atk/README
795 %attr(755,root,root) %{ruby_archdir}/atk.so
796 %{ruby_rubylibdir}/atk.rb
797
798 %files -n ruby-atk-devel
799 %defattr(644,root,root,755)
800 %{ruby_archdir}/rbatk.h
801 %{ruby_archdir}/rbatkversion.h
802 %{_pkgconfigdir}/ruby-atk.pc
803
804 %files -n ruby-cairo-gobject
805 %defattr(644,root,root,755)
806 %doc cairo-gobject/README.md
807 %attr(755,root,root) %{ruby_archdir}/cairo_gobject.so
808 %{ruby_rubylibdir}/cairo-gobject.rb
809
810 %files -n ruby-pango
811 %defattr(644,root,root,755)
812 %doc pango/README
813 %attr(755,root,root) %{ruby_archdir}/pango.so
814 %{ruby_rubylibdir}/pango.rb
815
816 %files -n ruby-pango-devel
817 %defattr(644,root,root,755)
818 %{ruby_archdir}/rbpango.h
819 %{ruby_archdir}/rbpangoconversions.h
820 %{_pkgconfigdir}/ruby-pango.pc
821
822 %files -n ruby-gdk_pixbuf2
823 %defattr(644,root,root,755)
824 %doc gdk_pixbuf2/README
825 %attr(755,root,root) %{ruby_archdir}/gdk_pixbuf2.so
826 %{ruby_rubylibdir}/gdk_pixbuf2.rb
827
828 %files -n ruby-gdk_pixbuf2-devel
829 %defattr(644,root,root,755)
830 %{ruby_archdir}/rbgdk-pixbuf.h
831 %{ruby_archdir}/rbgdk-pixbuf2conversions.h
832 %{_pkgconfigdir}/ruby-gdk-pixbuf2.pc
833
834 %files -n ruby-gtk2
835 %defattr(644,root,root,755)
836 %doc gtk2/README
837 %attr(755,root,root) %{ruby_archdir}/gtk2.so
838 %{ruby_rubylibdir}/gtk2.rb
839 %{ruby_rubylibdir}/gtk2
840
841 %files -n ruby-gtk2-devel
842 %defattr(644,root,root,755)
843 %{ruby_archdir}/rbgdk.h
844 %{ruby_archdir}/rbgdkconversions.h
845 %{ruby_archdir}/rbgtk.h
846 %{ruby_archdir}/rbgtkconversions.h
847 %{ruby_archdir}/rbgtkmacros.h
848 %{_pkgconfigdir}/ruby-gtk2.pc
849
850 %files -n ruby-clutter
851 %defattr(644,root,root,755)
852 %doc clutter/README.md
853 %{ruby_rubylibdir}/clutter.rb
854 %{ruby_rubylibdir}/clutter
855
856 %files -n ruby-clutter-gstreamer
857 %defattr(644,root,root,755)
858 %doc clutter-gstreamer/README.md
859 %{ruby_rubylibdir}/clutter-gst.rb
860
861 %files -n ruby-gstreamer
862 %defattr(644,root,root,755)
863 %doc gstreamer/README.md
864 %attr(755,root,root) %{ruby_archdir}/gstreamer.so
865 %{ruby_rubylibdir}/gst.rb
866 %{ruby_rubylibdir}/gst
867 %{ruby_rubylibdir}/gstreamer.rb
868
869 %files -n ruby-gstreamer-devel
870 %defattr(644,root,root,755)
871 %{_pkgconfigdir}/ruby-gstreamer.pc
872
873 %files -n ruby-gtksourceview2
874 %defattr(644,root,root,755)
875 %doc gtksourceview2/README
876 %attr(755,root,root) %{ruby_archdir}/gtksourceview2.so
877 %{ruby_rubylibdir}/gtksourceview2.rb
878
879 %files -n ruby-gtksourceview2-devel
880 %defattr(644,root,root,755)
881 %{_pkgconfigdir}/ruby-gtksourceview2.pc
882
883 %files -n ruby-poppler
884 %defattr(644,root,root,755)
885 %doc poppler/README
886 %attr(755,root,root) %{ruby_archdir}/poppler.so
887 %{ruby_rubylibdir}/poppler.rb
888
889 %files -n ruby-poppler-devel
890 %defattr(644,root,root,755)
891 %{_pkgconfigdir}/ruby-poppler.pc
892
893 %files -n ruby-rsvg2
894 %defattr(644,root,root,755)
895 %doc rsvg2/README
896 %attr(755,root,root) %{ruby_archdir}/rsvg2.so
897 %{ruby_rubylibdir}/rsvg2.rb
898
899 %files -n ruby-rsvg2-devel
900 %defattr(644,root,root,755)
901 %{_pkgconfigdir}/ruby-rsvg2.pc
902
903 %files -n ruby-vte
904 %defattr(644,root,root,755)
905 %doc vte/README
906 %attr(755,root,root) %{ruby_archdir}/vte.so
907 %{ruby_rubylibdir}/vte.rb
908 %{ruby_rubylibdir}/vte
909
910 %files -n ruby-vte-devel
911 %defattr(644,root,root,755)
912 %{_pkgconfigdir}/ruby-vte.pc
913
914 %files -n ruby-webkit-gtk2
915 %defattr(644,root,root,755)
916 %doc webkit-gtk2/README.md
917 %{ruby_rubylibdir}/webkit-gtk2.rb
918
919 %if %{with gtk3}
920 %files -n ruby-gtk3
921 %defattr(644,root,root,755)
922 %doc README.gdk3.md README.gtk3.md
923 %attr(755,root,root) %{ruby_archdir}/gtk3.so
924 %{ruby_rubylibdir}/gtk3.rb
925 %{ruby_rubylibdir}/gtk3
926
927 %files -n ruby-gtk3-devel
928 %defattr(644,root,root,755)
929 %{_pkgconfigdir}/ruby-gtk3.pc
930
931 %files -n ruby-clutter-gtk
932 %defattr(644,root,root,755)
933 %doc clutter-gtk/README.md
934 %{ruby_rubylibdir}/clutter-gtk.rb
935
936 %if %{with gtksourceview3}
937 %files -n ruby-gtksourceview3
938 %defattr(644,root,root,755)
939 %doc gtksourceview3/README.md
940 %attr(755,root,root) %{ruby_archdir}/gtksourceview3.so
941 %{ruby_rubylibdir}/gtksourceview3.rb
942 %{ruby_rubylibdir}/gtksourceview3
943
944 %files -n ruby-gtksourceview3-devel
945 %defattr(644,root,root,755)
946 %{_pkgconfigdir}/ruby-gtksourceview3.pc
947 %endif
948
949 %if %{with vte3}
950 %files -n ruby-vte3
951 %defattr(644,root,root,755)
952 %doc vte3/README.md
953 %attr(755,root,root) %{ruby_archdir}/vte3.so
954 %{ruby_rubylibdir}/vte3.rb
955 %{ruby_rubylibdir}/vte3
956
957 %files -n ruby-vte3-devel
958 %defattr(644,root,root,755)
959 %{_pkgconfigdir}/ruby-vte3.pc
960 %endif
961
962 %files -n ruby-webkit-gtk
963 %defattr(644,root,root,755)
964 %doc webkit-gtk/README.md
965 %{ruby_rubylibdir}/webkit-gtk.rb
966 %endif
967
968 %files doc-html
969 %defattr(644,root,root,755)
970 %doc rdoc/*
971
972 %files doc-ri
973 %defattr(644,root,root,755)
974 %{ruby_ridir}/A
975 %{ruby_ridir}/AlphaDemo
976 %{ruby_ridir}/AssistantRunner
977 %{ruby_ridir}/Atk
978 %{ruby_ridir}/AtkTestUtils
979 %{ruby_ridir}/ButtonBoxSample
980 %{ruby_ridir}/ButtonSample
981 %{ruby_ridir}/Cairo
982 %{ruby_ridir}/CairoGObject
983 %{ruby_ridir}/CairoGObjectTestUtils
984 %{ruby_ridir}/Canvas
985 %{ruby_ridir}/CheckButtonSample
986 %{ruby_ridir}/Clutter
987 %{ruby_ridir}/ClutterBlurEffectTest
988 %{ruby_ridir}/ClutterBrightnessContrastEffectTest
989 %{ruby_ridir}/ClutterCanvasTest
990 %{ruby_ridir}/ClutterColorTest
991 %{ruby_ridir}/ClutterColorizeEffectTest
992 %{ruby_ridir}/ClutterDesaturateEffectTest
993 %{ruby_ridir}/ClutterGStreamerTestUtils
994 %{ruby_ridir}/ClutterGst
995 %{ruby_ridir}/ClutterPageTurnEffect
996 %{ruby_ridir}/ClutterShaderEffect
997 %{ruby_ridir}/ClutterTestUtils
998 %{ruby_ridir}/ColorSelectionSample
999 %{ruby_ridir}/Demo
1000 %{ruby_ridir}/DestWindow
1001 %{ruby_ridir}/DialogSample
1002 %{ruby_ridir}/DraggableWidget
1003 %{ruby_ridir}/EntrySample
1004 %{ruby_ridir}/FileSelectionSample
1005 %{ruby_ridir}/FontSelectionSample
1006 %{ruby_ridir}/GLib
1007 %{ruby_ridir}/GLibTestUtils
1008 %{ruby_ridir}/GNOME2
1009 %{ruby_ridir}/GObjectIntrospection
1010 %{ruby_ridir}/GObjectIntrospectionTestUtils
1011 %{ruby_ridir}/GammaCurveSample
1012 %{ruby_ridir}/Gdk
1013 %{ruby_ridir}/GdkTestUtils
1014 %{ruby_ridir}/Gesture
1015 %{ruby_ridir}/GestureProcessor
1016 %{ruby_ridir}/GesturedWidget
1017 %{ruby_ridir}/Gio
1018 %{ruby_ridir}/GioTestUtils
1019 %{ruby_ridir}/Gst
1020 %{ruby_ridir}/Gtk
1021 %{ruby_ridir}/GtkSource
1022 %{ruby_ridir}/GtkTestUtils
1023 %{ruby_ridir}/Inspector
1024 %{ruby_ridir}/LabelSample
1025 %{ruby_ridir}/Layout
1026 %{ruby_ridir}/LayoutSample
1027 %{ruby_ridir}/MenuSample
1028 %{ruby_ridir}/MultiTerm
1029 %{ruby_ridir}/MyButton
1030 %{ruby_ridir}/MyButton2
1031 %{ruby_ridir}/MyGtkPlug
1032 %{ruby_ridir}/MyGtkSocket
1033 %{ruby_ridir}/NotebookSample
1034 %{ruby_ridir}/Pager
1035 %{ruby_ridir}/Pango
1036 %{ruby_ridir}/PangoTestUtils
1037 %{ruby_ridir}/PixmapSample
1038 %{ruby_ridir}/Pong
1039 %{ruby_ridir}/Poppler
1040 %{ruby_ridir}/PopplerTestUtils
1041 %{ruby_ridir}/Print
1042 %{ruby_ridir}/ProgressBarSample
1043 %{ruby_ridir}/RSVG
1044 %{ruby_ridir}/RadioButtonSample
1045 %{ruby_ridir}/RangeSample
1046 %{ruby_ridir}/ReparentSample
1047 %{ruby_ridir}/RulerSample
1048 %{ruby_ridir}/Sample
1049 %{ruby_ridir}/SampleClass
1050 %{ruby_ridir}/SampleDialog
1051 %{ruby_ridir}/SampleWindow
1052 %{ruby_ridir}/SavedPositionSample
1053 %{ruby_ridir}/ScrolledWindowSample
1054 %{ruby_ridir}/ShapeSampleBasic
1055 %{ruby_ridir}/ShapeSampleModeller
1056 %{ruby_ridir}/ShapeSampleRings
1057 %{ruby_ridir}/ShapeSampleSheets
1058 %{ruby_ridir}/ShapesSample
1059 %{ruby_ridir}/SpinButtonSample
1060 %{ruby_ridir}/SrcWindow
1061 %{ruby_ridir}/StatusIconSample
1062 %{ruby_ridir}/StatusbarSample
1063 %{ruby_ridir}/ToggleButtonSample
1064 %{ruby_ridir}/ToolbarSample
1065 %{ruby_ridir}/TooltipsSample
1066 %{ruby_ridir}/VideoApp
1067 %{ruby_ridir}/Vte
1068 %{ruby_ridir}/WMHintsSample
1069 %{ruby_ridir}/WebKitGtk2
1070 %{ruby_ridir}/WebKitGtk2TestUtils
1071 %{ruby_ridir}/Window
1072 %{ruby_ridir}/atk
1073 %{ruby_ridir}/cairo-gobject
1074 %{ruby_ridir}/clutter
1075 %{ruby_ridir}/clutter-gstreamer
1076 %{ruby_ridir}/gdk_pixbuf2
1077 %{ruby_ridir}/gio2
1078 %{ruby_ridir}/glib2
1079 %{ruby_ridir}/gobject-introspection
1080 %{ruby_ridir}/gstreamer
1081 %{ruby_ridir}/gtk2
1082 %{ruby_ridir}/gtksourceview2
1083 %{ruby_ridir}/pango
1084 %{ruby_ridir}/poppler
1085 %{ruby_ridir}/rsvg2
1086 %{ruby_ridir}/vte
1087 %{ruby_ridir}/webkit-gtk2
1088 %if %{with gtk3}
1089 %{ruby_ridir}/ClutterGtk
1090 %{ruby_ridir}/ClutterGtkEmbedTest
1091 %{ruby_ridir}/ClutterGtkTestUtils
1092 %{ruby_ridir}/WebKitGtk
1093 %{ruby_ridir}/WebKitGtkTestUtils
1094 %{ruby_ridir}/clutter-gtk
1095 %{ruby_ridir}/gdk3
1096 %{ruby_ridir}/gtk3
1097 %{ruby_ridir}/gtksourceview3
1098 %if %{with vte3}
1099 %{ruby_ridir}/vte3
1100 %endif
1101 %{ruby_ridir}/webkit-gtk
1102 %endif
1103
1104 %files examples
1105 %defattr(644,root,root,755)
1106 %{_examplesdir}/%{name}-%{version}
This page took 0.133445 seconds and 3 git commands to generate.