]> git.pld-linux.org Git - packages/ecore.git/blame - ecore.spec
- updated to 1.7.2
[packages/ecore.git] / ecore.spec
CommitLineData
59daa9d7 1# TODO: drop --disable-ecore-evas-software-8-x11 when fixed (xcb_api only)
95b32668
KK
2#
3# Conditional build:
4%bcond_without static_libs # don't build static library
59daa9d7
JB
5%bcond_without xcb # force disabling XCB usage
6%bcond_with xcb_api # XCB instead of Xlib (highly experimental, no XIM module)
7 # must be consistent with xcb_api setting in evas!
8%bcond_without cares # use c-ares
5bf504ac 9%bcond_without ibus # IBus module
59daa9d7 10%bcond_without scim # SCIM module
5bf504ac 11%bcond_without wayland # Wayland library module
95b32668 12#
59daa9d7
JB
13%if %{without xcb}
14%undefine xcb_api
15%endif
16%if %{with xcb_api}
17%undefine with_wayland
18%define xapi xcb
19%else
20%define xapi xlib
21%endif
320931eb 22Summary: Enlightened Core X interface library
967c161c 23Summary(pl.UTF-8): Biblioteka interfejsu X Enlightened Core
320931eb 24Name: ecore
85ca6f3c
JB
25Version: 1.7.2
26Release: 1
ad5f0592 27License: BSD
320931eb 28Group: X11/Libraries
6ec23d2f 29Source0: http://download.enlightenment.org/releases/%{name}-%{version}.tar.bz2
85ca6f3c 30# Source0-md5: bcd3d4be2dfa597b54e75aa1dd91b054
2df4acd6 31Patch0: %{name}-wayland.patch
167dce3c 32URL: http://trac.enlightenment.org/e/wiki/Ecore
d8516976 33BuildRequires: DirectFB-devel >= 0.9.16
ad5f0592 34BuildRequires: SDL-devel >= 1.2.0
34dcbe62
JB
35BuildRequires: autoconf >= 2.52
36BuildRequires: automake >= 1.6
fd3d0e5e
JB
37%if %{with cares}
38BuildRequires: c-ares-devel >= 1.6.1
fd3d0e5e 39%endif
fcac574f 40BuildRequires: curl-devel
5bf504ac 41BuildRequires: eina-devel >= 1.7.0
ad5f0592 42# for disabled config library
5bf504ac 43#BuildRequires: eet-devel >= 1.7.0
5534215c 44BuildRequires: evas-devel(%{xapi}) >= 1.7.0
fd3d0e5e 45BuildRequires: gettext-devel >= 0.17
ad5f0592 46BuildRequires: glib2-devel >= 2.0
59daa9d7 47BuildRequires: gnutls-devel >= 2.10.2
5bf504ac 48%{?with_ibus:BuildRequires: ibus-devel >= 1.4}
320931eb 49BuildRequires: libtool
ad5f0592 50BuildRequires: pkgconfig >= 1:0.22
59daa9d7 51%{?with_scim:BuildRequires: scim-devel}
d8516976 52BuildRequires: tslib-devel
59daa9d7 53%if %{with xcb_api}
d8516976 54BuildRequires: libxcb-devel
3ed6dea3 55BuildRequires: pixman-devel
fd3d0e5e 56BuildRequires: xcb-util-devel >= 0.3.8
3ed6dea3 57BuildRequires: xcb-util-image-devel
fd3d0e5e
JB
58BuildRequires: xcb-util-keysyms-devel >= 0.3.8
59BuildRequires: xcb-util-wm-devel >= 0.3.8
d8516976 60%else
ad5f0592 61BuildRequires: xorg-lib-libX11-devel
8bd9691e 62BuildRequires: xorg-lib-libXScrnSaver-devel
ad5f0592 63BuildRequires: xorg-lib-libXcomposite-devel
8bd9691e 64BuildRequires: xorg-lib-libXcursor-devel
65BuildRequires: xorg-lib-libXdamage-devel
d8516976
JB
66BuildRequires: xorg-lib-libXext-devel
67BuildRequires: xorg-lib-libXfixes-devel
3ed6dea3 68BuildRequires: xorg-lib-libXi-devel >= 1.3
8bd9691e 69BuildRequires: xorg-lib-libXinerama-devel
70BuildRequires: xorg-lib-libXp-devel
71BuildRequires: xorg-lib-libXrandr-devel
d8516976 72BuildRequires: xorg-lib-libXrender-devel
ad5f0592 73BuildRequires: xorg-lib-libXtst-devel
59daa9d7
JB
74# xorg-lib-libXgesture-devel
75%endif
76%if %{with wayland}
2df4acd6 77BuildRequires: wayland-devel >= 1.0.0
5bf504ac 78BuildRequires: xorg-lib-libxkbcommon-devel
d8516976 79%endif
5bf504ac 80Requires: eina >= 1.7.0
ad5f0592
JB
81Obsoletes: ecore-desktop
82Obsoletes: ecore-job
76bceaba 83Obsoletes: ecore-libs
ad5f0592 84Obsoletes: ecore-txt
320931eb 85BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
86
4acfc032 87%undefine __cxx
88
320931eb 89%description
90Ecore is the event/X abstraction layer that makes doing selections,
91Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
92optimized, and convenient. It's a separate library so anyone can make
93use of the work put into Ecore to make this job easy for applications.
94
e84a11fe
JR
95%description -l pl.UTF-8
96Ecore to warstwa abstrakcji zdarzeń/X, która powoduje, że dokonywanie
97zaznaczeń, Xdnd, ogólne operacje X, pętle zdarzeń, obsługa timeoutów i
98bezczynności są szybkie, zoptymalizowane i wygodne. Jest to wydzielona
99biblioteka, więc każdy może skorzystać z pracy włożonej w Ecore do
100ułatwienia swojej pracy przy aplikacjach.
f95d65ff 101
ad5f0592
JB
102%package devel
103Summary: Header files for Ecore library
104Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Ecore
105Group: Development/Libraries
106Requires: %{name} = %{version}-%{release}
5bf504ac 107Requires: eina-devel >= 1.7.0
ad5f0592
JB
108Requires: glib2-devel >= 2.0
109
110%description devel
111Header files for Ecore library.
112
113%description devel -l pl.UTF-8
114Pliki nagłówkowe biblioteki Ecore.
115
116%package static
117Summary: Static Ecore library
118Summary(pl.UTF-8): Statyczna biblioteka Ecore
119Group: Development/Libraries
120Requires: %{name}-devel = %{version}-%{release}
121
122%description static
123Static Ecore library.
124
125%description static -l pl.UTF-8
126Statyczna biblioteka Ecore.
127
76bceaba 128%package con
ad5f0592
JB
129Summary: Ecore Con(nection) library
130Summary(pl.UTF-8): Biblioteka połączeń Ecore Con
76bceaba 131Group: Libraries
132Requires: %{name} = %{version}-%{release}
59daa9d7 133Requires: gnutls >= 2.10.2
76bceaba 134
135%description con
ad5f0592 136Ecore Con(nection) Library.
76bceaba 137
e84a11fe 138%description con -l pl.UTF-8
ad5f0592
JB
139Biblioteka połączeń Ecore Con.
140
141%package con-devel
142Summary: Header file for Ecore Con library
143Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Con
144Group: Development/Libraries
145Requires: %{name}-con = %{version}-%{release}
146Requires: %{name}-devel = %{version}-%{release}
fd3d0e5e 147%{?with_cares:Requires: c-ares-devel >= 1.6.1}
ad5f0592 148Requires: curl-devel
59daa9d7 149Requires: gnutls-devel >= 2.10.2
ad5f0592
JB
150
151%description con-devel
152Header file for Ecore Con(nection) library.
153
154%description con-devel -l pl.UTF-8
155Plik nagłówkowy biblioteki połączeń Ecore Con.
156
157%package con-static
158Summary: Static Ecore Con library
159Summary(pl.UTF-8): Statyczna biblioteka Ecore Con
160Group: Development/Libraries
161Requires: %{name}-con-devel = %{version}-%{release}
162
163%description con-static
164Static Ecore Con(nection) library.
165
166%description con-static -l pl.UTF-8
167Statyczna biblioteka połączeń Ecore Con.
4127e42d 168
76bceaba 169%package config
ad5f0592
JB
170Summary: Ecore Config library
171Summary(pl.UTF-8): Biblioteka właściwości Ecore Config
76bceaba 172Group: Libraries
d8516976 173Requires: %{name}-ipc = %{version}-%{release}
5bf504ac 174Requires: eet >= 1.7.0
5534215c 175Requires: evas >= 1.7.0
76bceaba 176
177%description config
ad5f0592 178Ecore Config library.
76bceaba 179
e84a11fe 180%description config -l pl.UTF-8
ad5f0592 181Biblioteka właściwości Ecore Config.
4127e42d 182
ad5f0592
JB
183%package config-devel
184Summary: Header file for Ecore Config library
185Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Config
186Group: Development/Libraries
187Requires: %{name}-config = %{version}-%{release}
188Requires: %{name}-devel = %{version}-%{release}
189Requires: %{name}-ipc-devel = %{version}-%{release}
5bf504ac 190Requires: eet-devel >= 1.7.0
5534215c 191Requires: evas-devel >= 1.7.0
ad5f0592
JB
192
193%description config-devel
194Header file for Ecore Config library.
76bceaba 195
ad5f0592
JB
196%description config-devel -l pl.UTF-8
197Plik nagłówkowy biblioteki właściwości Ecore Config.
76bceaba 198
ad5f0592
JB
199%package config-static
200Summary: Static Ecore Config library
201Summary(pl.UTF-8): Statyczna biblioteka Ecore Config
202Group: Development/Libraries
203Requires: %{name}-config-devel = %{version}-%{release}
204
205%description config-static
206Static Ecore Config library.
207
208%description config-static -l pl.UTF-8
209Statyczna biblioteka właściwości Ecore Config.
4127e42d 210
76bceaba 211%package directfb
ad5f0592
JB
212Summary: Ecore DirectFB (frame buffer system functions) library
213Summary(pl.UTF-8): Biblioteka Ecore DirectFB (funkcji systemowych framebuffera)
76bceaba 214Group: Libraries
215Requires: %{name} = %{version}-%{release}
d8516976 216Requires: DirectFB >= 0.9.16
76bceaba 217
218%description directfb
ad5f0592 219Ecore DirectFB (frame buffer system functions) library.
76bceaba 220
e84a11fe 221%description directfb -l pl.UTF-8
ad5f0592
JB
222Biblioteka Ecore DirectFB (funkcji systemowych framebuffera).
223
224%package directfb-devel
225Summary: Header file for Ecore DirectFB library
226Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore DirectFB
227Group: Development/Libraries
228Requires: %{name}-devel = %{version}-%{release}
229Requires: %{name}-directfb = %{version}-%{release}
230Requires: DirectFB-devel >= 0.9.16
231
232%description directfb-devel
233Header file for Ecore DirectFB (frame buffer system functions)
234library.
235
236%description directfb-devel -l pl.UTF-8
237Plik nagłówkowy biblioteki Ecore DirectFB (funkcji systemowych
238framebuffera).
239
240%package directfb-static
241Summary: Static Ecore DirectFB library
242Summary(pl.UTF-8): Statyczna biblioteka Ecore DirectFB
243Group: Development/Libraries
244Requires: %{name}-directfb-devel = %{version}-%{release}
245
246%description directfb-static
247Static Ecore DirectFB (frame buffer system functions) library.
248
249%description directfb-static -l pl.UTF-8
250Statyczna biblioteka Ecore DirectFB (funkcji systemowych
251framebuffera).
252
253%package evas
254Summary: Ecore Evas library
255Summary(pl.UTF-8): Biblioteka Ecore Evas
256Group: Libraries
257Requires: %{name} = %{version}-%{release}
258Requires: %{name}-directfb = %{version}-%{release}
259Requires: %{name}-fb = %{version}-%{release}
260Requires: %{name}-input = %{version}-%{release}
261Requires: %{name}-input-evas = %{version}-%{release}
59daa9d7 262Requires: %{name}-ipc = %{version}-%{release}
ad5f0592 263Requires: %{name}-sdl = %{version}-%{release}
59daa9d7
JB
264%if %{with wayland}
265Requires: %{name}-wayland = %{version}-%{release}
266%endif
ad5f0592 267Requires: %{name}-x = %{version}-%{release}
5534215c 268Requires: evas >= 1.7.0
ad5f0592
JB
269
270%description evas
271Ecore Evas library.
272
273%description evas -l pl.UTF-8
274Biblioteka Ecore Evas.
275
276%package evas-devel
277Summary: Header file for Ecore Evas library
278Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Evas
279Group: Development/Libraries
280Requires: %{name}-devel = %{version}-%{release}
281Requires: %{name}-directfb-devel = %{version}-%{release}
96912ee9 282Requires: %{name}-evas = %{version}-%{release}
ad5f0592
JB
283Requires: %{name}-fb-devel = %{version}-%{release}
284Requires: %{name}-input-devel = %{version}-%{release}
285Requires: %{name}-input-evas-devel = %{version}-%{release}
59daa9d7 286Requires: %{name}-ipc-devel = %{version}-%{release}
ad5f0592 287Requires: %{name}-sdl-devel = %{version}-%{release}
59daa9d7
JB
288%if %{with wayland}
289Requires: %{name}-wayland-devel = %{version}-%{release}
290%endif
ad5f0592 291Requires: %{name}-x-devel = %{version}-%{release}
5534215c 292Requires: evas-devel >= 1.7.0
ad5f0592
JB
293
294%description evas-devel
295Header file for Ecore Evas library.
296
297%description evas-devel -l pl.UTF-8
298Plik nagłówkowy biblioteki Ecore Evas.
299
300%package evas-static
301Summary: Static Ecore Evas library
302Summary(pl.UTF-8): Biblioteka statyczna Ecore Evas
303Group: Development/Libraries
304Requires: %{name}-evas-devel = %{version}-%{release}
305
306%description evas-static
307Static Ecore Evas library.
308
309%description evas-static -l pl.UTF-8
310Biblioteka statyczna Ecore Evas.
4127e42d 311
76bceaba 312%package fb
ad5f0592
JB
313Summary: Ecore FB (frame buffer system functions) library
314Summary(pl.UTF-8): Biblioteka Ecore FB (funkcji systemowych framebuffera)
76bceaba 315Group: Libraries
316Requires: %{name} = %{version}-%{release}
ef89d0f2 317
76bceaba 318%description fb
ad5f0592
JB
319Ecore FB (frame buffer system functions) library.
320
321%description fb -l pl.UTF-8
322Biblioteka Ecore FB (funkcji systemowych framebuffera).
323
324%package fb-devel
325Summary: Header file for Ecore FB library
326Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore FB
327Group: Development/Libraries
328Requires: %{name}-devel = %{version}-%{release}
329Requires: %{name}-fb = %{version}-%{release}
330Requires: tslib-devel
331
332%description fb-devel
333Header file for Ecore FB (frame buffer system functions) library.
ef89d0f2 334
10ff783a 335%description fb-devel -l pl.UTF-8
ad5f0592
JB
336Plik nagłówkowy biblioteki Ecore FB (funkcji systemowych
337framebuffera).
338
339%package fb-static
340Summary: Static Ecore FB library
341Summary(pl.UTF-8): Statyczna biblioteka Ecore FB
342Group: Development/Libraries
343Requires: %{name}-fb-devel = %{version}-%{release}
344
345%description fb-static
346Static Ecore FB (frame buffer system functions) library.
347
348%description fb-static -l pl.UTF-8
349Statyczna biblioteka Ecore FB (funkcji systemowych framebuffera).
4127e42d 350
76bceaba 351%package file
ad5f0592 352Summary: Ecore File library
967c161c 353Summary(pl.UTF-8): Biblioteka Ecore File
76bceaba 354Group: Libraries
355Requires: %{name} = %{version}-%{release}
ad5f0592 356Requires: %{name}-con = %{version}-%{release}
76bceaba 357
358%description file
ad5f0592 359Ecore File library.
76bceaba 360
e84a11fe 361%description file -l pl.UTF-8
4127e42d
JB
362Biblioteka Ecore File.
363
ad5f0592
JB
364%package file-devel
365Summary: Header file for Ecore File library
366Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore File
367Group: Development/Libraries
368Requires: %{name}-con-devel = %{version}-%{release}
369Requires: %{name}-devel = %{version}-%{release}
370Requires: %{name}-file = %{version}-%{release}
371
372%description file-devel
373Header file for Ecore File library.
374
375%description file-devel -l pl.UTF-8
376Plik nagłówkowy biblioteki Ecore File.
377
378%package file-static
379Summary: Static Ecore File library
380Summary(pl.UTF-8): Statyczna biblioteka Ecore File
381Group: Development/Libraries
382Requires: %{name}-file-devel = %{version}-%{release}
383
384%description file-static
385Static Ecore File library.
386
387%description file-static -l pl.UTF-8
388Statyczna biblioteka Ecore File.
389
03d369ba 390%package imf
ad5f0592
JB
391Summary: Ecore IMF library
392Summary(pl.UTF-8): Biblioteka Ecore IMF
03d369ba 393Group: Libraries
ad5f0592 394Requires: %{name} = %{version}-%{release}
03d369ba
BZ
395
396%description imf
ad5f0592 397Ecore IMF library.
34dcbe62
JB
398
399%description imf -l pl.UTF-8
ad5f0592
JB
400Biblioteka Ecore IMF.
401
402%package imf-devel
403Summary: Header file for Ecore IMF library
404Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore IMF
405Group: Development/Libraries
406Requires: %{name}-devel = %{version}-%{release}
407Requires: %{name}-imf = %{version}-%{release}
408
409%description imf-devel
410Header file for Ecore IMF library.
411
412%description imf-devel -l pl.UTF-8
413Plik nagłówkowy biblioteki Ecore IMF.
414
415%package imf-static
416Summary: Static Ecore IMF library
417Summary(pl.UTF-8): Statyczna biblioteka Ecore IMF
418Group: Development/Libraries
419Requires: %{name}-imf-devel = %{version}-%{release}
420
421%description imf-static
422Static Ecore IMF library.
423
424%description imf-static -l pl.UTF-8
425Statyczna biblioteka Ecore IMF.
34dcbe62
JB
426
427%package imf-evas
ad5f0592
JB
428Summary: Ecore IMF Evas library
429Summary(pl.UTF-8): Biblioteka Ecore IMF Evas
34dcbe62 430Group: Libraries
ad5f0592 431Requires: %{name} = %{version}-%{release}
34dcbe62 432Requires: %{name}-imf = %{version}-%{release}
5534215c 433Requires: evas >= 1.7.0
34dcbe62
JB
434
435%description imf-evas
ad5f0592 436Ecore IMF Evas library.
03d369ba 437
34dcbe62 438%description imf-evas -l pl.UTF-8
ad5f0592
JB
439Biblioteka Ecore IMF Evas.
440
441%package imf-evas-devel
442Summary: Header file for Ecore IMF Evas library
443Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore IMF Evas
444Group: Development/Libraries
445Requires: %{name}-devel = %{version}-%{release}
446Requires: %{name}-imf-devel = %{version}-%{release}
447Requires: %{name}-imf-evas = %{version}-%{release}
5534215c 448Requires: evas-devel >= 1.7.0
ad5f0592
JB
449
450%description imf-evas-devel
451Header file for Ecore IMF Evas library.
452
453%description imf-evas-devel -l pl.UTF-8
454Plik nagłówkowy biblioteki Ecore IMF Evas.
455
456%package imf-evas-static
457Summary: Static Ecore IMF Evas library
458Summary(pl.UTF-8): Statyczna biblioteka Ecore IMF Evas
459Group: Development/Libraries
460Requires: %{name}-imf-evas-devel = %{version}-%{release}
461
462%description imf-evas-static
463Static Ecore IMF Evas library.
464
465%description imf-evas-static -l pl.UTF-8
466Statyczna biblioteka Ecore IMF Evas.
03d369ba 467
d18fccf8 468%package input
ad5f0592
JB
469Summary: Ecore Input library
470Summary(pl.UTF-8): Biblioteka Ecore Input
d18fccf8 471Group: Libraries
472Requires: %{name} = %{version}-%{release}
d18fccf8 473
474%description input
ad5f0592 475Ecore Input library.
d18fccf8 476
477%description input -l pl.UTF-8
ad5f0592
JB
478Biblioteka Ecore Input.
479
480%package input-devel
481Summary: Header file for Ecore Input library
482Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Input
483Group: Development/Libraries
484Requires: %{name}-devel = %{version}-%{release}
485Requires: %{name}-input = %{version}-%{release}
486
487%description input-devel
488Header file for Ecore Input library.
489
490%description input-devel -l pl.UTF-8
491Plik nagłówkowy biblioteki Ecore Input.
492
493%package input-static
494Summary: Static Ecore Input library
495Summary(pl.UTF-8): Statyczna biblioteka Ecore Input
496Group: Development/Libraries
497Requires: %{name}-input-devel = %{version}-%{release}
498
499%description input-static
500Static Ecore Input library.
501
502%description input-static -l pl.UTF-8
503Statyczna biblioteka Ecore Input.
d18fccf8 504
505%package input-evas
ad5f0592
JB
506Summary: Ecore Input Evas extension library
507Summary(pl.UTF-8): Biblioteka rozszerzenia Ecore Input Evas
d18fccf8 508Group: Libraries
ad5f0592 509Requires: %{name} = %{version}-%{release}
d18fccf8 510Requires: %{name}-input = %{version}-%{release}
5534215c 511Requires: evas >= 1.7.0
d18fccf8 512
513%description input-evas
ad5f0592 514Ecore Input Evas extension library.
d18fccf8 515
516%description input-evas -l pl.UTF-8
ad5f0592
JB
517Biblioteka rozszerzenia Ecore Input Evas.
518
519%package input-evas-devel
520Summary: Header file for Ecore Input Evas extension library
521Summary(pl.UTF-8): Plik nagłówkowy biblioteki rozszerzenia Ecore Input Evas
522Group: Development/Libraries
523Requires: %{name}-devel = %{version}-%{release}
524Requires: %{name}-input-devel = %{version}-%{release}
5534215c 525Requires: evas-devel >= 1.7.0
ad5f0592
JB
526
527%description input-evas-devel
528Header file for Ecore Input Evas extension library.
529
530%description input-evas-devel -l pl.UTF-8
531Plik nagłówkowy biblioteki rozszerzenia Ecore Input Evas.
532
533%package input-evas-static
534Summary: Static Ecore Input Evas extension library
535Summary(pl.UTF-8): Statyczna biblioteka rozszerzenia Ecore Input Evas
536Group: Libraries
537Requires: %{name}-input-evas-devel = %{version}-%{release}
538
539%description input-evas-static
540Static Ecore Input Evas extension library.
541
542%description input-evas-static -l pl.UTF-8
543Statyczna biblioteka rozszerzenia Ecore Input Evas.
d18fccf8 544
76bceaba 545%package ipc
ad5f0592
JB
546Summary: Ecore IPC (inter-process communication functions) library
547Summary(pl.UTF-8): Biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej)
76bceaba 548Group: Libraries
ad5f0592 549Requires: %{name} = %{version}-%{release}
d8516976 550Requires: %{name}-con = %{version}-%{release}
76bceaba 551
552%description ipc
ad5f0592 553Ecore IPC (inter-process communication functions) library.
76bceaba 554
e84a11fe 555%description ipc -l pl.UTF-8
ad5f0592 556Biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej).
4127e42d 557
ad5f0592
JB
558%package ipc-devel
559Summary: Header file for Ecore IPC library
560Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore IPC
561Group: Development/Libraries
59daa9d7 562Requires: %{name}-con-devel = %{version}-%{release}
ad5f0592
JB
563Requires: %{name}-ipc = %{version}-%{release}
564
565%description ipc-devel
566Header file for Ecore IPC (inter-process communication functions)
567library.
568
569%description ipc-devel -l pl.UTF-8
570Plik nagłówkowy biblioteki Ecore IPC (funkcji komunikacji
571międzyprocesowej).
76bceaba 572
ad5f0592
JB
573%package ipc-static
574Summary: Static Ecore IPC library
575Summary(pl.UTF-8): Statyczna biblioteka Ecore IPC
576Group: Development/Libraries
577Requires: %{name}-ipc-devel = %{version}-%{release}
578
579%description ipc-static
580Static Ecore IPC (inter-process communication functions) library.
76bceaba 581
ad5f0592
JB
582%description ipc-static -l pl.UTF-8
583Statyczna biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej).
4127e42d 584
34dcbe62 585%package sdl
ad5f0592
JB
586Summary: Ecore SDL library
587Summary(pl.UTF-8): Biblioteka Ecore SDL
34dcbe62
JB
588Group: Libraries
589Requires: %{name} = %{version}-%{release}
ad5f0592 590Requires: %{name}-input = %{version}-%{release}
59daa9d7 591Requires: SDL >= 1.2.0
34dcbe62
JB
592
593%description sdl
ad5f0592 594Ecore SDL library.
34dcbe62
JB
595
596%description sdl -l pl.UTF-8
ad5f0592 597Biblioteka Ecore SDL.
34dcbe62 598
ad5f0592
JB
599%package sdl-devel
600Summary: Header file for Ecore SDL library
601Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore SDL
602Group: Development/Libraries
603Requires: %{name}-devel = %{version}-%{release}
604Requires: %{name}-input-devel = %{version}-%{release}
605Requires: SDL-devel >= 1.2.0
76bceaba 606
ad5f0592
JB
607%description sdl-devel
608Header file for Ecore SDL library.
609
610%description sdl-devel -l pl.UTF-8
611Plik nagłówkowy biblioteki Ecore SDL.
612
613%package sdl-static
614Summary: Static Ecore SDL library
615Summary(pl.UTF-8): Statyczna biblioteka Ecore SDL
616Group: Development/Libraries
617Requires: %{name}-sdl-devel = %{version}-%{release}
76bceaba 618
ad5f0592
JB
619%description sdl-static
620Static Ecore SDL library.
621
622%description sdl-static -l pl.UTF-8
623Statyczna biblioteka Ecore SDL.
4127e42d 624
59daa9d7
JB
625%package wayland
626Summary: Ecore Wayland library
627Summary(pl.UTF-8): Biblioteka Ecore Wayland
628Group: Libraries
629Requires: %{name} = %{version}-%{release}
630Requires: %{name}-input = %{version}-%{release}
2df4acd6 631Requires: wayland >= 1.0.0
59daa9d7
JB
632
633%description wayland
634Ecore Wayland library.
635
636%description wayland -l pl.UTF-8
637Biblioteka Ecore Wayland.
638
639%package wayland-devel
640Summary: Header file for Ecore Wayland library
641Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Wayland
642Group: Development/Libraries
643Requires: %{name}-devel = %{version}-%{release}
644Requires: %{name}-input-devel = %{version}-%{release}
2df4acd6 645Requires: wayland-devel >= 1.0.0
59daa9d7
JB
646
647%description wayland-devel
648Header file for Ecore Wayland library.
649
650%description wayland-devel -l pl.UTF-8
651Plik nagłówkowy biblioteki Ecore Wayland.
652
653%package wayland-static
654Summary: Static Ecore Wayland library
655Summary(pl.UTF-8): Statyczna biblioteka Ecore Wayland
656Group: Development/Libraries
657Requires: %{name}-wayland-devel = %{version}-%{release}
658
659%description wayland-static
660Static Ecore Wayland library.
661
662%description wayland-static -l pl.UTF-8
663Statyczna biblioteka Ecore Wayland.
664
76bceaba 665%package x
ad5f0592
JB
666Summary: Ecore X (functions for dealing with the X Window System) library
667Summary(pl.UTF-8): Biblioteka Ecore X (funkcji do obsługi X Window System)
76bceaba 668Group: X11/Libraries
ad5f0592
JB
669Requires: %{name} = %{version}-%{release}
670Requires: %{name}-input = %{version}-%{release}
76bceaba 671
672%description x
ad5f0592 673Ecore X (functions for dealing with the X Window System) library.
4127e42d 674
e84a11fe 675%description x -l pl.UTF-8
ad5f0592 676Biblioteka Ecore X (funkcji do obsługi X Window System).
ef89d0f2 677
ad5f0592
JB
678%package x-devel
679Summary: Header files for Ecore X library
680Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Ecore X
320931eb 681Group: Development/Libraries
ad5f0592
JB
682Requires: %{name}-devel = %{version}-%{release}
683Requires: %{name}-input-devel = %{version}-%{release}
76bceaba 684Requires: %{name}-x = %{version}-%{release}
d8516976 685%if %{with xcb}
ad5f0592 686Requires: libxcb-devel
3ed6dea3 687Requires: pixman-devel
fd3d0e5e 688Requires: xcb-util-devel >= 0.3.8
3ed6dea3 689Requires: xcb-util-image-devel
fd3d0e5e
JB
690Requires: xcb-util-keysyms-devel >= 0.3.8
691Requires: xcb-util-wm-devel >= 0.3.8
d8516976 692%else
ad5f0592
JB
693Requires: xorg-lib-libX11-devel
694Requires: xorg-lib-libXScrnSaver-devel
695Requires: xorg-lib-libXcomposite-devel
696Requires: xorg-lib-libXcursor-devel
697Requires: xorg-lib-libXdamage-devel
698Requires: xorg-lib-libXext-devel
699Requires: xorg-lib-libXfixes-devel
3ed6dea3 700Requires: xorg-lib-libXi-devel >= 1.3
ad5f0592
JB
701Requires: xorg-lib-libXinerama-devel
702Requires: xorg-lib-libXp-devel
703Requires: xorg-lib-libXrandr-devel
704Requires: xorg-lib-libXrender-devel
705Requires: xorg-lib-libXtst-devel
d8516976 706%endif
320931eb 707
ad5f0592
JB
708%description x-devel
709Header files for Ecore X (functions for dealing with the X Window
710System) library.
320931eb 711
ad5f0592
JB
712%description x-devel -l pl.UTF-8
713Pliki nagłówkowe biblioteki Ecore X (funkcji do obsługi X Window
714System).
f95d65ff 715
ad5f0592
JB
716%package x-static
717Summary: Static Ecore X library
718Summary(pl.UTF-8): Statyczna biblioteka Ecore X
320931eb 719Group: Development/Libraries
ad5f0592 720Requires: %{name}-x-devel = %{version}-%{release}
320931eb 721
ad5f0592
JB
722%description x-static
723Static Ecore X (functions for dealing with the X Window System)
724library.
f95d65ff 725
ad5f0592
JB
726%description x-static -l pl.UTF-8
727Statyczna biblioteka Ecore X (funkcji do obsługi X Window System).
34dcbe62 728
5bf504ac
JB
729%package module-ibus
730Summary: Ecore IBus input method module
731Summary(pl.UTF-8): Ecore - moduł metody wprowadzania znaków IBus
732Group: X11/Libraries
733Requires: %{name}-imf = %{version}-%{release}
734Requires: %{name}-input = %{version}-%{release}
735Requires: %{name}-x = %{version}-%{release}
736Requires: ibus >= 1.4
737
738%description module-ibus
739Ecore IBus input method module.
740
741%description module-ibus -l pl.UTF-8
742Ecore - moduł metody wprowadzania znaków IBus.
743
59daa9d7
JB
744%package module-scim
745Summary: Ecore SCIM input method module
746Summary(pl.UTF-8): Ecore - moduł metody wprowadzania znaków SCIM
747Group: X11/Libraries
748Requires: %{name}-imf = %{version}-%{release}
749Requires: %{name}-input = %{version}-%{release}
750Requires: %{name}-x = %{version}-%{release}
5bf504ac 751Requires: scim
59daa9d7
JB
752
753%description module-scim
754Ecore SCIM input method module.
755
756%description module-scim -l pl.UTF-8
757Ecore - moduł metody wprowadzania znaków SCIM.
758
fd3d0e5e
JB
759%package module-xim
760Summary: Ecore XIM input method module
761Summary(pl.UTF-8): Ecore - moduł metody wprowadzania znaków XIM
762Group: X11/Libraries
763Requires: %{name}-imf = %{version}-%{release}
59daa9d7 764Requires: %{name}-input = %{version}-%{release}
fd3d0e5e
JB
765Requires: %{name}-x = %{version}-%{release}
766
767%description module-xim
768Ecore XIM input method module.
769
770%description module-xim -l pl.UTF-8
771Ecore - moduł metody wprowadzania znaków XIM.
772
320931eb 773%prep
6ec23d2f 774%setup -q
2df4acd6 775%patch0 -p3
320931eb 776
777%build
de1254be 778%{__libtoolize}
779%{__aclocal} -I m4
780%{__autoconf}
781%{__autoheader}
782%{__automake}
dd0b420b 783%configure \
ad5f0592 784 --disable-silent-rules \
95b32668 785 %{!?with_static_libs:--disable-static} \
59daa9d7 786 --disable-ecore-evas-software-8-x11 \
34dcbe62 787 --enable-ecore-con \
34dcbe62
JB
788 --enable-ecore-directfb \
789 --enable-ecore-fb \
790 --enable-ecore-file \
791 --enable-ecore-ipc \
34dcbe62 792 --enable-ecore-sdl \
dd0b420b 793 --enable-ecore-x \
59daa9d7 794 %{?with_xcb_api:--enable-ecore-x-xcb} \
dd0b420b 795 --enable-ecore-evas \
34dcbe62 796 --enable-ecore-evas-fb \
ad5f0592 797 --enable-cares \
34dcbe62 798 --enable-curl \
fcac574f 799 --enable-inotify \
34dcbe62
JB
800 --enable-poll
801
ad5f0592 802%{__make}
320931eb 803
804%install
805rm -rf $RPM_BUILD_ROOT
34dcbe62 806
320931eb 807%{__make} install \
808 DESTDIR=$RPM_BUILD_ROOT
809
fd3d0e5e
JB
810%{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore/immodules/*.la
811
d18fccf8 812%find_lang %{name} --all-name
813
320931eb 814%clean
815rm -rf $RPM_BUILD_ROOT
816
76bceaba 817%post -p /sbin/ldconfig
818%postun -p /sbin/ldconfig
4127e42d
JB
819%post con -p /sbin/ldconfig
820%postun con -p /sbin/ldconfig
821%post config -p /sbin/ldconfig
822%postun config -p /sbin/ldconfig
4127e42d
JB
823%post directfb -p /sbin/ldconfig
824%postun directfb -p /sbin/ldconfig
4127e42d
JB
825%post evas -p /sbin/ldconfig
826%postun evas -p /sbin/ldconfig
827%post fb -p /sbin/ldconfig
828%postun fb -p /sbin/ldconfig
829%post file -p /sbin/ldconfig
830%postun file -p /sbin/ldconfig
03d369ba
BZ
831%post imf -p /sbin/ldconfig
832%postun imf -p /sbin/ldconfig
34dcbe62
JB
833%post imf-evas -p /sbin/ldconfig
834%postun imf-evas -p /sbin/ldconfig
d18fccf8 835%post input -p /sbin/ldconfig
836%postun input -p /sbin/ldconfig
837%post input-evas -p /sbin/ldconfig
838%postun input-evas -p /sbin/ldconfig
4127e42d
JB
839%post ipc -p /sbin/ldconfig
840%postun ipc -p /sbin/ldconfig
34dcbe62
JB
841%post sdl -p /sbin/ldconfig
842%postun sdl -p /sbin/ldconfig
4127e42d
JB
843%post x -p /sbin/ldconfig
844%postun x -p /sbin/ldconfig
320931eb 845
d18fccf8 846%files -f %{name}.lang
320931eb 847%defattr(644,root,root,755)
59daa9d7 848%doc AUTHORS COPYING ChangeLog NEWS README
0be1ee08
JB
849%attr(755,root,root) %{_libdir}/libecore.so.*.*.*
850%attr(755,root,root) %ghost %{_libdir}/libecore.so.1
fd3d0e5e
JB
851%dir %{_libdir}/ecore
852%dir %{_libdir}/ecore/immodules
320931eb 853
ad5f0592
JB
854%files devel
855%defattr(644,root,root,755)
856%attr(755,root,root) %{_libdir}/libecore.so
857%{_libdir}/libecore.la
858%dir %{_includedir}/ecore-1
859%{_includedir}/ecore-1/Ecore.h
860%{_includedir}/ecore-1/Ecore_Getopt.h
861%{_pkgconfigdir}/ecore.pc
862
863%if %{with static_libs}
864%files static
865%defattr(644,root,root,755)
866%{_libdir}/libecore.a
867%endif
868
76bceaba 869%files con
ef89d0f2 870%defattr(644,root,root,755)
0be1ee08
JB
871%attr(755,root,root) %{_libdir}/libecore_con.so.*.*.*
872%attr(755,root,root) %ghost %{_libdir}/libecore_con.so.1
76bceaba 873
ad5f0592
JB
874%files con-devel
875%defattr(644,root,root,755)
876%attr(755,root,root) %{_libdir}/libecore_con.so
877%{_libdir}/libecore_con.la
878%{_includedir}/ecore-1/Ecore_Con.h
879%{_pkgconfigdir}/ecore-con.pc
880
881%if %{with static_libs}
882%files con-static
883%defattr(644,root,root,755)
884%{_libdir}/libecore_con.a
885%endif
886
13ba6f84 887%if 0
76bceaba 888%files config
889%defattr(644,root,root,755)
890%attr(755,root,root) %{_bindir}/ecore_config
0be1ee08
JB
891%attr(755,root,root) %{_libdir}/libecore_config.so.*.*.*
892%attr(755,root,root) %ghost %{_libdir}/libecore_config.so.1
ad5f0592
JB
893
894%files config-devel
895%defattr(644,root,root,755)
896%attr(755,root,root) %{_libdir}/libecore_config.so
897%{_libdir}/libecore_config.la
898%{_includedir}/ecore-1/Ecore_Config.h
899%{_pkgconfigdir}/ecore-config.pc
900
901%if %{with static_libs}
902%files config-static
903%defattr(644,root,root,755)
904%{_libdir}/libecore_config.a
905%endif
13ba6f84 906%endif
76bceaba 907
34dcbe62 908%files directfb
25c309e2 909%defattr(644,root,root,755)
0be1ee08
JB
910%attr(755,root,root) %{_libdir}/libecore_directfb.so.*.*.*
911%attr(755,root,root) %ghost %{_libdir}/libecore_directfb.so.1
76bceaba 912
ad5f0592 913%files directfb-devel
76bceaba 914%defattr(644,root,root,755)
ad5f0592
JB
915%attr(755,root,root) %{_libdir}/libecore_directfb.so
916%{_libdir}/libecore_directfb.la
917%{_includedir}/ecore-1/Ecore_DirectFB.h
918%{_pkgconfigdir}/ecore-directfb.pc
919
920%if %{with static_libs}
921%files directfb-static
922%defattr(644,root,root,755)
923%{_libdir}/libecore_directfb.a
924%endif
925
926%files evas
927%defattr(644,root,root,755)
928%attr(755,root,root) %{_libdir}/libecore_evas.so.*.*.*
929%attr(755,root,root) %ghost %{_libdir}/libecore_evas.so.1
930
931%files evas-devel
932%defattr(644,root,root,755)
933%attr(755,root,root) %{_libdir}/libecore_evas.so
934%{_libdir}/libecore_evas.la
935%{_includedir}/ecore-1/Ecore_Evas.h
936%{_pkgconfigdir}/ecore-evas.pc
937
938%if %{with static_libs}
939%files evas-static
940%defattr(644,root,root,755)
941%{_libdir}/libecore_evas.a
d18fccf8 942%endif
76bceaba 943
944%files fb
945%defattr(644,root,root,755)
0be1ee08
JB
946%attr(755,root,root) %{_libdir}/libecore_fb.so.*.*.*
947%attr(755,root,root) %ghost %{_libdir}/libecore_fb.so.1
76bceaba 948
ad5f0592
JB
949%files fb-devel
950%defattr(644,root,root,755)
951%attr(755,root,root) %{_libdir}/libecore_fb.so
952%{_libdir}/libecore_fb.la
953%{_includedir}/ecore-1/Ecore_Fb.h
954%{_pkgconfigdir}/ecore-fb.pc
955
956%if %{with static_libs}
957%files fb-static
958%defattr(644,root,root,755)
959%{_libdir}/libecore_fb.a
960%endif
961
76bceaba 962%files file
963%defattr(644,root,root,755)
0be1ee08
JB
964%attr(755,root,root) %{_libdir}/libecore_file.so.*.*.*
965%attr(755,root,root) %ghost %{_libdir}/libecore_file.so.1
03d369ba 966
ad5f0592
JB
967%files file-devel
968%defattr(644,root,root,755)
969%attr(755,root,root) %{_libdir}/libecore_file.so
970%{_libdir}/libecore_file.la
971%{_includedir}/ecore-1/Ecore_File.h
972%{_pkgconfigdir}/ecore-file.pc
973
974%if %{with static_libs}
975%files file-static
976%defattr(644,root,root,755)
977%{_libdir}/libecore_file.a
978%endif
979
03d369ba
BZ
980%files imf
981%defattr(644,root,root,755)
0be1ee08
JB
982%attr(755,root,root) %{_libdir}/libecore_imf.so.*.*.*
983%attr(755,root,root) %ghost %{_libdir}/libecore_imf.so.1
34dcbe62 984
ad5f0592
JB
985%files imf-devel
986%defattr(644,root,root,755)
987%attr(755,root,root) %{_libdir}/libecore_imf.so
988%{_libdir}/libecore_imf.la
989%{_includedir}/ecore-1/Ecore_IMF.h
990%{_pkgconfigdir}/ecore-imf.pc
991
992%if %{with static_libs}
993%files imf-static
994%defattr(644,root,root,755)
995%{_libdir}/libecore_imf.a
996%endif
997
34dcbe62
JB
998%files imf-evas
999%defattr(644,root,root,755)
0be1ee08
JB
1000%attr(755,root,root) %{_libdir}/libecore_imf_evas.so.*.*.*
1001%attr(755,root,root) %ghost %{_libdir}/libecore_imf_evas.so.1
d18fccf8 1002
ad5f0592
JB
1003%files imf-evas-devel
1004%defattr(644,root,root,755)
1005%attr(755,root,root) %{_libdir}/libecore_imf_evas.so
1006%{_libdir}/libecore_imf_evas.la
1007%{_includedir}/ecore-1/Ecore_IMF_Evas.h
1008%{_pkgconfigdir}/ecore-imf-evas.pc
1009
1010%if %{with static_libs}
1011%files imf-evas-static
1012%defattr(644,root,root,755)
1013%{_libdir}/libecore_imf_evas.a
1014%endif
1015
d18fccf8 1016%files input
1017%defattr(644,root,root,755)
0be1ee08
JB
1018%attr(755,root,root) %{_libdir}/libecore_input.so.*.*.*
1019%attr(755,root,root) %ghost %{_libdir}/libecore_input.so.1
d18fccf8 1020
ad5f0592
JB
1021%files input-devel
1022%defattr(644,root,root,755)
1023%attr(755,root,root) %{_libdir}/libecore_input.so
1024%{_libdir}/libecore_input.la
1025%{_includedir}/ecore-1/Ecore_Input.h
1026%{_pkgconfigdir}/ecore-input.pc
1027
1028%if %{with static_libs}
1029%files input-static
1030%defattr(644,root,root,755)
1031%{_libdir}/libecore_input.a
1032%endif
1033
d18fccf8 1034%files input-evas
1035%defattr(644,root,root,755)
0be1ee08
JB
1036%attr(755,root,root) %{_libdir}/libecore_input_evas.so.*.*.*
1037%attr(755,root,root) %ghost %{_libdir}/libecore_input_evas.so.1
76bceaba 1038
ad5f0592
JB
1039%files input-evas-devel
1040%defattr(644,root,root,755)
1041%attr(755,root,root) %{_libdir}/libecore_input_evas.so
1042%{_libdir}/libecore_input_evas.la
1043%{_includedir}/ecore-1/Ecore_Input_Evas.h
1044%{_pkgconfigdir}/ecore-input-evas.pc
1045
1046%if %{with static_libs}
1047%files input-evas-static
1048%defattr(644,root,root,755)
1049%{_libdir}/libecore_input_evas.a
1050%endif
1051
76bceaba 1052%files ipc
1053%defattr(644,root,root,755)
0be1ee08
JB
1054%attr(755,root,root) %{_libdir}/libecore_ipc.so.*.*.*
1055%attr(755,root,root) %ghost %{_libdir}/libecore_ipc.so.1
76bceaba 1056
ad5f0592
JB
1057%files ipc-devel
1058%defattr(644,root,root,755)
1059%attr(755,root,root) %{_libdir}/libecore_ipc.so
1060%{_libdir}/libecore_ipc.la
1061%{_includedir}/ecore-1/Ecore_Ipc.h
1062%{_pkgconfigdir}/ecore-ipc.pc
1063
1064%if %{with static_libs}
1065%files ipc-static
76bceaba 1066%defattr(644,root,root,755)
ad5f0592 1067%{_libdir}/libecore_ipc.a
d18fccf8 1068%endif
34dcbe62
JB
1069
1070%files sdl
1071%defattr(644,root,root,755)
0be1ee08
JB
1072%attr(755,root,root) %{_libdir}/libecore_sdl.so.*.*.*
1073%attr(755,root,root) %ghost %{_libdir}/libecore_sdl.so.1
76bceaba 1074
ad5f0592 1075%files sdl-devel
76bceaba 1076%defattr(644,root,root,755)
ad5f0592
JB
1077%attr(755,root,root) %{_libdir}/libecore_sdl.so
1078%{_libdir}/libecore_sdl.la
1079%{_includedir}/ecore-1/Ecore_Sdl.h
1080%{_pkgconfigdir}/ecore-sdl.pc
1081
1082%if %{with static_libs}
1083%files sdl-static
1084%defattr(644,root,root,755)
1085%{_libdir}/libecore_sdl.a
d18fccf8 1086%endif
76bceaba 1087
59daa9d7
JB
1088%if %{with wayland}
1089%files wayland
1090%defattr(644,root,root,755)
1091%attr(755,root,root) %{_libdir}/libecore_wayland.so.*.*.*
1092%attr(755,root,root) %ghost %{_libdir}/libecore_wayland.so.1
1093
1094%files wayland-devel
1095%defattr(644,root,root,755)
1096%attr(755,root,root) %{_libdir}/libecore_wayland.so
1097%{_libdir}/libecore_wayland.la
1098%{_includedir}/ecore-1/Ecore_Wayland.h
1099%{_pkgconfigdir}/ecore-wayland.pc
1100
1101%if %{with static_libs}
1102%files wayland-static
1103%defattr(644,root,root,755)
1104%{_libdir}/libecore_wayland.a
1105%endif
1106%endif
1107
76bceaba 1108%files x
1109%defattr(644,root,root,755)
0be1ee08
JB
1110%attr(755,root,root) %{_libdir}/libecore_x.so.*.*.*
1111%attr(755,root,root) %ghost %{_libdir}/libecore_x.so.1
ef89d0f2 1112
ad5f0592 1113%files x-devel
320931eb 1114%defattr(644,root,root,755)
34dcbe62 1115%attr(755,root,root) %{_libdir}/libecore_x.so
34dcbe62 1116%{_libdir}/libecore_x.la
ad5f0592
JB
1117%{_includedir}/ecore-1/Ecore_X.h
1118%{_includedir}/ecore-1/Ecore_X_Atoms.h
1119%{_includedir}/ecore-1/Ecore_X_Cursor.h
34dcbe62 1120%{_pkgconfigdir}/ecore-x.pc
320931eb 1121
95b32668 1122%if %{with static_libs}
ad5f0592 1123%files x-static
320931eb 1124%defattr(644,root,root,755)
34dcbe62 1125%{_libdir}/libecore_x.a
95b32668 1126%endif
fd3d0e5e 1127
5bf504ac
JB
1128%if %{with ibus}
1129%files module-ibus
1130%defattr(644,root,root,755)
1131%attr(755,root,root) %{_libdir}/ecore/immodules/ibus.so
1132%endif
1133
59daa9d7
JB
1134%if %{with scim}
1135%files module-scim
1136%defattr(644,root,root,755)
1137%attr(755,root,root) %{_libdir}/ecore/immodules/scim.so
1138%endif
1139
1140%if %{without xcb_api}
fd3d0e5e
JB
1141%files module-xim
1142%defattr(644,root,root,755)
1143%attr(755,root,root) %{_libdir}/ecore/immodules/xim.so
59daa9d7 1144%endif
This page took 0.212351 seconds and 4 git commands to generate.