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