]> git.pld-linux.org Git - packages/efl.git/blame - efl.spec
- updated to 1.9.2
[packages/efl.git] / efl.spec
CommitLineData
5f8d025f 1# TODO:
3e32949c 2# - Xpresent
5f8d025f
JB
3# - use system liblinebreak?
4# - eio-devel conflicts with libeio-devel
5# file /usr/lib64/libeio.so from install of eio-devel-0.1.0.65643-1.x86_64 conflicts with file from package libeio-devel-1.0-1.x86_64
6#
7# Conditional build:
8%bcond_without drm # DRM engine
9%bcond_without egl # EGL rendering support
10%bcond_without fb # Linux FrameBuffer support
3e32949c
JB
11%bcond_without gstreamer # GStreamer support
12%bcond_with gesture # Xgesture support in Ecore_X
5f8d025f
JB
13%bcond_without harfbuzz # HarfBuzz complex text shaping and layouting support
14%bcond_without ibus # IBus input module
3e32949c
JB
15%bcond_without luajit # LuaJIT as Lua engine (Lua 5.1 interpreter if disabled)
16%bcond_with pixman # pixman for software rendering
5f8d025f
JB
17%bcond_without scim # SCIM input module
18%bcond_without sdl # SDL support
19%bcond_with systemd # systemd journal support in Eina, daemon support in Ecore
20%bcond_with wayland # Wayland display server support [broken?]
21%bcond_with xcb # use XCB API instead of Xlib
22%bcond_without xine # Xine support
23%bcond_with gnutls # use GnuTLS as crypto library (default is OpenSSL)
24%bcond_without static_libs # static libraries build
25#
26Summary: EFL - The Enlightenment Foundation Libraries
27Summary(pl.UTF-8): EFL (Enlightenment Foundation Libraries) - biblioteki tworzące Enlightment
28Name: efl
08b74228 29Version: 1.9.2
5f8d025f
JB
30Release: 1
31License: LGPL v2.1+, BSD
32Group: Libraries
33Source0: http://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.bz2
08b74228 34# Source0-md5: 51222f49d8faa7e72f097075fec223f5
5f8d025f 35Patch0: %{name}-pc.patch
6af42324 36Patch1: %{name}-wayland.patch
5f8d025f
JB
37URL: https://trac.enlightenment.org/e/wiki/EFL
38%{?with_egl:BuildRequires: EGL-devel}
39BuildRequires: OpenGL-GLX-devel
40%{?with_sdl:BuildRequires: SDL-devel >= 1.2.0}
41BuildRequires: autoconf >= 2.60
42BuildRequires: automake >= 1.6
3e32949c 43BuildRequires: avahi-devel
5f8d025f
JB
44BuildRequires: bullet-devel >= 2.80
45BuildRequires: dbus-devel
46BuildRequires: doxygen
47BuildRequires: fontconfig-devel >= 2.5.0
48BuildRequires: freetype-devel >= 1:2.2
49BuildRequires: fribidi-devel >= 0.19.2
50BuildRequires: gettext-devel >= 0.17
51BuildRequires: giflib-devel
52BuildRequires: glib2-devel >= 2.0
53%{?with_gnutls:BuildRequires: gnutls-devel >= 2.12.16}
54%if %{with gstreamer}
3e32949c
JB
55BuildRequires: gstreamer-devel >= 1.0
56BuildRequires: gstreamer-plugins-base-devel >= 1.0
5f8d025f
JB
57%endif
58%{?with_harfbuzz:BuildRequires: harfbuzz-devel >= 0.9.0}
59%{?with_ibus:BuildRequires: ibus-devel >= 1.4}
60%{?with_gnutls:BuildRequires: libgcrypt-devel >= 1.2.0}
61BuildRequires: libjpeg-devel
62BuildRequires: libmount-devel >= 2.18.0
63BuildRequires: libpng-devel >= 1.2.10
64BuildRequires: libsndfile-devel
65BuildRequires: libtiff-devel
66BuildRequires: libwebp-devel
3e32949c
JB
67%{!?with_luajit:BuildRequires: lua51 >= 5.1.0}
68%{?with_luajit:BuildRequires: luajit >= 2.0.0}
5f8d025f
JB
69BuildRequires: libtool >= 2:2
70BuildRequires: openjpeg2-devel >= 2
71%{!?with_gnutls:BuildRequires: openssl-devel}
72%if %{with pixman} || %{with xcb}
73BuildRequires: pixman-devel
74%endif
75BuildRequires: pkgconfig >= 1:0.22
76BuildRequires: pulseaudio-devel
77%{?with_scim:BuildRequires: scim-devel}
9d1341c7 78%{?with_systemd:BuildRequires: systemd-devel >= 1:192}
5f8d025f
JB
79BuildRequires: tslib-devel
80%{?with_xine:BuildRequires: xine-lib-devel >= 2:1.1.1}
3e32949c 81%{?with_gesture:BuildRequires: xorg-lib-libXgesture-devel}
5f8d025f
JB
82BuildRequires: zlib-devel >= 1.2.3
83%if %{with xcb}
84BuildRequires: libxcb-devel
85BuildRequires: xcb-util-devel >= 0.3.8
86BuildRequires: xcb-util-image-devel >= 0.2.1
87BuildRequires: xcb-util-keysyms-devel >= 0.3.8
88BuildRequires: xcb-util-wm-devel >= 0.3.8
89%else
90BuildRequires: xorg-lib-libX11-devel
91BuildRequires: xorg-lib-libXScrnSaver-devel
92BuildRequires: xorg-lib-libXcomposite-devel
93BuildRequires: xorg-lib-libXcursor-devel
94BuildRequires: xorg-lib-libXdamage-devel
95BuildRequires: xorg-lib-libXext-devel
96BuildRequires: xorg-lib-libXfixes-devel
97BuildRequires: xorg-lib-libXi-devel >= 1.6
98BuildRequires: xorg-lib-libXinerama-devel
99BuildRequires: xorg-lib-libXp-devel
3e32949c 100BuildRequires: xorg-lib-libXrandr-devel >= 1.3.3
5f8d025f
JB
101BuildRequires: xorg-lib-libXrender-devel
102BuildRequires: xorg-lib-libXtst-devel
103%endif
104%if %{with wayland}
105BuildRequires: Mesa-libEGL-devel >= 7.10
106BuildRequires: Mesa-libwayland-egl-devel >= 9.2.0
107BuildRequires: wayland-devel >= 1.3.0
108BuildRequires: xorg-lib-libxkbcommon-devel >= 0.3.0
109%endif
110# svg tests - exist in m4, but not called from configure
111#BuildRequires: esvg-devel >= 0.0.18
112#BuildRequires: ender-devel >= 0.0.6
113BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
114
3e32949c
JB
115# it used to be linux-gnu-ARCH before...
116%define arch_tag v-1.9
117
5f8d025f
JB
118%description
119EFL - The Enlightenment Foundation Libraries.
120
121%description -l pl.UTF-8
122EFL (Enlightenment Foundation Libraries) - biblioteki tworzące
123Enlightment.
124
125%package -n ecore
126Summary: Enlightened Core X interface library
127Summary(pl.UTF-8): Biblioteka interfejsu X Enlightened Core
128License: BSD
129Group: Libraries
130URL: http://trac.enlightenment.org/e/wiki/Ecore
131Requires: eina = %{version}-%{release}
132Requires: eo = %{version}-%{release}
9d1341c7 133%{?with_systemd:Requires: systemd-libs >= 1:192}
5f8d025f
JB
134Obsoletes: ecore-config
135Obsoletes: ecore-config-devel
136Obsoletes: ecore-config-static
137Obsoletes: ecore-directfb
138Obsoletes: ecore-directfb-devel
139Obsoletes: ecore-directfb-static
140Obsoletes: ecore-desktop
141Obsoletes: ecore-job
142Obsoletes: ecore-libs
143Obsoletes: ecore-txt
144
145%description -n ecore
146Ecore is the event/X abstraction layer that makes doing selections,
147Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
148optimized, and convenient. It's a separate library so anyone can make
149use of the work put into Ecore to make this job easy for applications.
150
151%description -n ecore -l pl.UTF-8
152Ecore to warstwa abstrakcji zdarzeń/X, która powoduje, że dokonywanie
153zaznaczeń, Xdnd, ogólne operacje X, pętle zdarzeń, obsługa timeoutów i
154bezczynności są szybkie, zoptymalizowane i wygodne. Jest to wydzielona
155biblioteka, więc każdy może skorzystać z pracy włożonej w Ecore do
156ułatwienia swojej pracy przy aplikacjach.
157
158%package -n ecore-devel
159Summary: Header files for Ecore library
160Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Ecore
161License: BSD
162Group: Development/Libraries
163URL: http://trac.enlightenment.org/e/wiki/Ecore
164Requires: ecore = %{version}-%{release}
165Requires: eina-devel = %{version}-%{release}
166Requires: eo-devel = %{version}-%{release}
167Requires: glib2-devel >= 2.0
9d1341c7 168%{?with_systemd:Requires: systemd-devel >= 1:192}
5f8d025f
JB
169
170%description -n ecore-devel
171Header files for Ecore library.
172
173%description -n ecore-devel -l pl.UTF-8
174Pliki nagłówkowe biblioteki Ecore.
175
176%package -n ecore-static
177Summary: Static Ecore library
178Summary(pl.UTF-8): Statyczna biblioteka Ecore
179License: BSD
180Group: Development/Libraries
181URL: http://trac.enlightenment.org/e/wiki/Ecore
182Requires: ecore-devel = %{version}-%{release}
183
184%description -n ecore-static
185Static Ecore library.
186
187%description -n ecore-static -l pl.UTF-8
188Statyczna biblioteka Ecore.
189
190%package -n ecore-system-systemd
191Summary: systemd system module for Ecore library
192Summary(pl.UTF-8): Moduł systemu systemd dla biblioteki Ecore
193License: BSD
194Group: Libraries
195URL: http://trac.enlightenment.org/e/wiki/Ecore
196Requires: ecore = %{version}-%{release}
197Requires: eldbus = %{version}-%{release}
198
199%description -n ecore-system-systemd
200systemd system module for Ecore library.
201
202%description -n ecore-system-systemd -l pl.UTF-8
203Moduł systemu systemd dla biblioteki Ecore.
204
205%package -n ecore-system-upower
206Summary: UPower system module for Ecore library
207Summary(pl.UTF-8): Moduł systemu UPower dla biblioteki Ecore
208License: BSD
209Group: Libraries
210URL: http://trac.enlightenment.org/e/wiki/Ecore
211Requires: ecore = %{version}-%{release}
212Requires: eldbus = %{version}-%{release}
213
214%description -n ecore-system-upower
215UPower system module for Ecore library.
216
217%description -n ecore-system-upower -l pl.UTF-8
218Moduł systemu UPower dla biblioteki Ecore.
219
220%package -n ecore-audio
221Summary: Ecore Audio library
222Summary(pl.UTF-8): Biblioteka dźwięku Ecore Audio
223License: BSD
224Group: Libraries
225URL: http://trac.enlightenment.org/e/wiki/Ecore
226Requires: ecore = %{version}-%{release}
227Requires: eet = %{version}-%{release}
228
229%description -n ecore-audio
230Ecore Audio Library.
231
232%description -n ecore-audio -l pl.UTF-8
233Biblioteka dźwięku Ecore Audio.
234
235%package -n ecore-audio-devel
236Summary: Header file for Ecore Audio library
237Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Audio
238License: BSD
239Group: Development/Libraries
240URL: http://trac.enlightenment.org/e/wiki/Ecore
241Requires: ecore-audio = %{version}-%{release}
242Requires: ecore-devel = %{version}-%{release}
243Requires: eet-devel = %{version}-%{release}
244Requires: libsndfile-devel
245Requires: pulseaudio-devel
246
247%description -n ecore-audio-devel
248Header file for Ecore Audio library.
249
250%description -n ecore-audio-devel -l pl.UTF-8
251Plik nagłówkowy biblioteki dźwięku Ecore Audio.
252
253%package -n ecore-audio-static
254Summary: Static Ecore Audio library
255Summary(pl.UTF-8): Statyczna biblioteka Ecore Audio
256License: BSD
257Group: Development/Libraries
258URL: http://trac.enlightenment.org/e/wiki/Ecore
259Requires: ecore-audio-devel = %{version}-%{release}
260
261%description -n ecore-audio-static
262Static Ecore Audio library.
263
264%description -n ecore-audio-static -l pl.UTF-8
265Statyczna biblioteka dźwięku Ecore Audio.
266
3e32949c
JB
267%package -n ecore-avahi
268Summary: Ecore Avahi integration library
269Summary(pl.UTF-8): Biblioteka integracji Ecore z Avahi
270License: unknown
271Group: Libraries
272URL: http://trac.enlightenment.org/e/wiki/Ecore
273Requires: ecore = %{version}-%{release}
274Requires: eina = %{version}-%{release}
275Requires: eo = %{version}-%{release}
276
277%description -n ecore-avahi
278Ecore Avahi integration library.
279
280%description -n ecore-avahi -l pl.UTF-8
281Biblioteka integracji Ecore z Avahi.
282
283%package -n ecore-avahi-devel
284Summary: Header file for Ecore Avahi library
285Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Avahi
286License: unknown
287Group: Development/Libraries
288URL: http://trac.enlightenment.org/e/wiki/Ecore
289Requires: avahi-devel
290Requires: ecore-avahi = %{version}-%{release}
291Requires: ecore-devel = %{version}-%{release}
292Requires: eina-devel = %{version}-%{release}
293Requires: eo-devel = %{version}-%{release}
294
295%description -n ecore-avahi-devel
296Header file for Ecore Avahi library.
297
298%description -n ecore-avahi-devel -l pl.UTF-8
299Plik nagłówkowy biblioteki dźwięku Ecore Avahi.
300
301%package -n ecore-avahi-static
302Summary: Static Ecore Avahi library
303Summary(pl.UTF-8): Statyczna biblioteka Ecore Avahi
304License: unknown
305Group: Development/Libraries
306URL: http://trac.enlightenment.org/e/wiki/Ecore
307Requires: ecore-avahi-devel = %{version}-%{release}
308
309%description -n ecore-avahi-static
310Static Ecore Avahi library.
311
312%description -n ecore-avahi-static -l pl.UTF-8
313Statyczna biblioteka dźwięku Ecore Avahi.
314
5f8d025f
JB
315%package -n ecore-con
316Summary: Ecore Con(nection) library
317Summary(pl.UTF-8): Biblioteka połączeń Ecore Con
318License: BSD
319Group: Libraries
320URL: http://trac.enlightenment.org/e/wiki/Ecore
321Requires: ecore = %{version}-%{release}
322Requires: eet = %{version}-%{release}
323%{?with_gnutls:Requires: gnutls >= 2.12.16}
324%{?with_gnutls:Requires: libgcrypt >= 1.2.0}
325
326%description -n ecore-con
327Ecore Con(nection) Library.
328
329%description -n ecore-con -l pl.UTF-8
330Biblioteka połączeń Ecore Con.
331
332%package -n ecore-con-devel
333Summary: Header file for Ecore Con library
334Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Con
335License: BSD
336Group: Development/Libraries
337URL: http://trac.enlightenment.org/e/wiki/Ecore
338Requires: ecore-con = %{version}-%{release}
339Requires: ecore-devel = %{version}-%{release}
340Requires: eet-devel = %{version}-%{release}
341%{?with_gnutls:Requires: gnutls-devel >= 2.12.16}
342%{?with_gnutls:Requires: libgcrypt-devel >= 1.2.0}
343%{!?with_gnutls:Requires: openssl-devel}
344
345%description -n ecore-con-devel
346Header file for Ecore Con(nection) library.
347
348%description -n ecore-con-devel -l pl.UTF-8
349Plik nagłówkowy biblioteki połączeń Ecore Con.
350
351%package -n ecore-con-static
352Summary: Static Ecore Con library
353Summary(pl.UTF-8): Statyczna biblioteka Ecore Con
354License: BSD
355Group: Development/Libraries
356URL: http://trac.enlightenment.org/e/wiki/Ecore
357Requires: ecore-con-devel = %{version}-%{release}
358
359%description -n ecore-con-static
360Static Ecore Con(nection) library.
361
362%description -n ecore-con-static -l pl.UTF-8
363Statyczna biblioteka połączeń Ecore Con.
364
365%package -n ecore-evas
366Summary: Ecore Evas library
367Summary(pl.UTF-8): Biblioteka Ecore Evas
368License: BSD
369Group: Libraries
370URL: http://trac.enlightenment.org/e/wiki/Ecore
371Requires: ecore = %{version}-%{release}
372Requires: ecore-input = %{version}-%{release}
373Requires: ecore-input-evas = %{version}-%{release}
374Requires: evas = %{version}-%{release}
5f8d025f
JB
375
376%description -n ecore-evas
377Ecore Evas library.
378
379%description -n ecore-evas -l pl.UTF-8
380Biblioteka Ecore Evas.
381
382%package -n ecore-evas-devel
383Summary: Header file for Ecore Evas library
384Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Evas
385License: BSD
386Group: Development/Libraries
387URL: http://trac.enlightenment.org/e/wiki/Ecore
388Requires: ecore-devel = %{version}-%{release}
389Requires: ecore-evas = %{version}-%{release}
390Requires: ecore-input-devel = %{version}-%{release}
391Requires: ecore-input-evas-devel = %{version}-%{release}
392Requires: evas-devel = %{version}-%{release}
393
394%description -n ecore-evas-devel
395Header file for Ecore Evas library.
396
397%description -n ecore-evas-devel -l pl.UTF-8
398Plik nagłówkowy biblioteki Ecore Evas.
399
400%package -n ecore-evas-static
401Summary: Static Ecore Evas library
402Summary(pl.UTF-8): Biblioteka statyczna Ecore Evas
403License: BSD
404Group: Development/Libraries
405URL: http://trac.enlightenment.org/e/wiki/Ecore
406Requires: ecore-evas-devel = %{version}-%{release}
407
408%description -n ecore-evas-static
409Static Ecore Evas library.
410
411%description -n ecore-evas-static -l pl.UTF-8
412Biblioteka statyczna Ecore Evas.
413
414%package -n ecore-evas-engine-drm
415Summary: DRM engine module for Ecore Evas library
416Summary(pl.UTF-8): Moduł silnika DRM dla biblioteki Ecore Evas
417License: BSD
418Group: Libraries
419URL: http://trac.enlightenment.org/e/wiki/Ecore
420Requires: ecore-evas = %{version}-%{release}
421Requires: evas-engine-drm = %{version}-%{release}
422
423%description -n ecore-evas-engine-drm
424DRM engine module for Ecore Evas library.
425
426%description -n ecore-evas-engine-drm -l pl.UTF-8
427Moduł silnika DRM dla biblioteki Ecore Evas.
428
429%package -n ecore-evas-engine-extn
430Summary: extn engine module for Ecore Evas library
431Summary(pl.UTF-8): Moduł silnika extn dla biblioteki Ecore Evas
432License: BSD
433Group: Libraries
434URL: http://trac.enlightenment.org/e/wiki/Ecore
435Requires: ecore-evas = %{version}-%{release}
436Requires: ecore-ipc = %{version}-%{release}
437
438%description -n ecore-evas-engine-extn
439extn engine module for Ecore Evas library.
440
441%description -n ecore-evas-engine-extn -l pl.UTF-8
442Moduł silnika extn dla biblioteki Ecore Evas.
443
444%package -n ecore-evas-engine-fb
445Summary: Framebuffer engine module for Ecore Evas library
446Summary(pl.UTF-8): Moduł silnika framebuffer dla biblioteki Ecore Evas
447License: BSD
448Group: Libraries
449URL: http://trac.enlightenment.org/e/wiki/Ecore
450Requires: ecore-evas = %{version}-%{release}
451Requires: ecore-fb = %{version}-%{release}
452Requires: ecore-input-evas = %{version}-%{release}
453Requires: evas-engine-fb = %{version}-%{release}
454
455%description -n ecore-evas-engine-fb
456Framebuffer engine module for Ecore Evas library.
457
458%description -n ecore-evas-engine-fb -l pl.UTF-8
459Moduł silnika framebuffer dla biblioteki Ecore Evas.
460
461%package -n ecore-evas-engine-sdl
462Summary: SDL engine module for Ecore Evas library
463Summary(pl.UTF-8): Moduł silnika SDL dla biblioteki Ecore Evas
464License: BSD
465Group: Libraries
466URL: http://trac.enlightenment.org/e/wiki/Ecore
467Requires: ecore-evas = %{version}-%{release}
468Requires: ecore-input-evas = %{version}-%{release}
469Requires: ecore-sdl = %{version}-%{release}
470Requires: evas-engine-gl_sdl = %{version}-%{release}
471
472%description -n ecore-evas-engine-sdl
473SDL engine module for Ecore Evas library.
474
475%description -n ecore-evas-engine-sdl -l pl.UTF-8
476Moduł silnika SDL dla biblioteki Ecore Evas.
477
478%package -n ecore-evas-engine-wayland
479Summary: Wayland engine module for Ecore Evas library
480Summary(pl.UTF-8): Moduł silnika Wayland dla biblioteki Ecore Evas
481License: BSD
482Group: Libraries
483URL: http://trac.enlightenment.org/e/wiki/Ecore
484Requires: ecore-evas = %{version}-%{release}
485Requires: ecore-input-evas = %{version}-%{release}
486Requires: ecore-wayland = %{version}-%{release}
487# ?
488Requires: evas-engine-wayland_egl = %{version}-%{release}
489Requires: evas-engine-wayland_shm = %{version}-%{release}
490
491%description -n ecore-evas-engine-wayland
492Wayland engine module for Ecore Evas library.
493
494%description -n ecore-evas-engine-wayland -l pl.UTF-8
495Moduł silnika Wayland dla biblioteki Ecore Evas.
496
497%package -n ecore-evas-engine-x
498Summary: X engine module for Ecore Evas library
499Summary(pl.UTF-8): Moduł silnika X dla biblioteki Ecore Evas
500License: BSD
501Group: Libraries
502URL: http://trac.enlightenment.org/e/wiki/Ecore
503Requires: ecore-evas = %{version}-%{release}
504Requires: ecore-input-evas = %{version}-%{release}
505Requires: ecore-x = %{version}-%{release}
506# ?
507Requires: evas-engine-gl_x11 = %{version}-%{release}
508Requires: evas-engine-software_x11 = %{version}-%{release}
509
510%description -n ecore-evas-engine-x
511X engine module for Ecore Evas library.
512
513%description -n ecore-evas-engine-x -l pl.UTF-8
514Moduł silnika X dla biblioteki Ecore Evas.
515
516%package -n ecore-fb
517Summary: Ecore FB (frame buffer system functions) library
518Summary(pl.UTF-8): Biblioteka Ecore FB (funkcji systemowych framebuffera)
519License: BSD
520Group: Libraries
521URL: http://trac.enlightenment.org/e/wiki/Ecore
522Requires: ecore-input = %{version}-%{release}
523
524%description -n ecore-fb
525Ecore FB (frame buffer system functions) library.
526
527%description -n ecore-fb -l pl.UTF-8
528Biblioteka Ecore FB (funkcji systemowych framebuffera).
529
530%package -n ecore-fb-devel
531Summary: Header file for Ecore FB library
532Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore FB
533License: BSD
534Group: Development/Libraries
535URL: http://trac.enlightenment.org/e/wiki/Ecore
536Requires: ecore-fb = %{version}-%{release}
537Requires: ecore-input-devel = %{version}-%{release}
538Requires: tslib-devel
539
540%description -n ecore-fb-devel
541Header file for Ecore FB (frame buffer system functions) library.
542
543%description -n ecore-fb-devel -l pl.UTF-8
544Plik nagłówkowy biblioteki Ecore FB (funkcji systemowych
545framebuffera).
546
547%package -n ecore-fb-static
548Summary: Static Ecore FB library
549Summary(pl.UTF-8): Statyczna biblioteka Ecore FB
550License: BSD
551Group: Development/Libraries
552URL: http://trac.enlightenment.org/e/wiki/Ecore
553Requires: ecore-fb-devel = %{version}-%{release}
554
555%description -n ecore-fb-static
556Static Ecore FB (frame buffer system functions) library.
557
558%description -n ecore-fb-static -l pl.UTF-8
559Statyczna biblioteka Ecore FB (funkcji systemowych framebuffera).
560
561%package -n ecore-file
562Summary: Ecore File library
563Summary(pl.UTF-8): Biblioteka Ecore File
564License: BSD
565Group: Libraries
566URL: http://trac.enlightenment.org/e/wiki/Ecore
567Requires: ecore-con = %{version}-%{release}
568
569%description -n ecore-file
570Ecore File library.
571
572%description -n ecore-file -l pl.UTF-8
573Biblioteka Ecore File.
574
575%package -n ecore-file-devel
576Summary: Header file for Ecore File library
577Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore File
578License: BSD
579Group: Development/Libraries
580URL: http://trac.enlightenment.org/e/wiki/Ecore
581Requires: ecore-con-devel = %{version}-%{release}
582Requires: ecore-file = %{version}-%{release}
583
584%description -n ecore-file-devel
585Header file for Ecore File library.
586
587%description -n ecore-file-devel -l pl.UTF-8
588Plik nagłówkowy biblioteki Ecore File.
589
590%package -n ecore-file-static
591Summary: Static Ecore File library
592Summary(pl.UTF-8): Statyczna biblioteka Ecore File
593License: BSD
594Group: Development/Libraries
595URL: http://trac.enlightenment.org/e/wiki/Ecore
596Requires: ecore-file-devel = %{version}-%{release}
597
598%description -n ecore-file-static
599Static Ecore File library.
600
601%description -n ecore-file-static -l pl.UTF-8
602Statyczna biblioteka Ecore File.
603
604%package -n ecore-imf
605Summary: Ecore IMF library
606Summary(pl.UTF-8): Biblioteka Ecore IMF
607License: BSD
608Group: Libraries
609URL: http://trac.enlightenment.org/e/wiki/Ecore
610Requires: ecore-input = %{version}-%{release}
611
612%description -n ecore-imf
613Ecore IMF library.
614
615%description -n ecore-imf -l pl.UTF-8
616Biblioteka Ecore IMF.
617
618%package -n ecore-imf-devel
619Summary: Header file for Ecore IMF library
620Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore IMF
621License: BSD
622Group: Development/Libraries
623URL: http://trac.enlightenment.org/e/wiki/Ecore
624Requires: ecore-input-devel = %{version}-%{release}
625Requires: ecore-imf = %{version}-%{release}
626
627%description -n ecore-imf-devel
628Header file for Ecore IMF library.
629
630%description -n ecore-imf-devel -l pl.UTF-8
631Plik nagłówkowy biblioteki Ecore IMF.
632
633%package -n ecore-imf-static
634Summary: Static Ecore IMF library
635Summary(pl.UTF-8): Statyczna biblioteka Ecore IMF
636License: BSD
637Group: Development/Libraries
638URL: http://trac.enlightenment.org/e/wiki/Ecore
639Requires: ecore-imf-devel = %{version}-%{release}
640
641%description -n ecore-imf-static
642Static Ecore IMF library.
643
644%description -n ecore-imf-static -l pl.UTF-8
645Statyczna biblioteka Ecore IMF.
646
647%package -n ecore-imf-module-ibus
648Summary: Ecore IMF IBus input method module
649Summary(pl.UTF-8): Ecore IMF - moduł metody wprowadzania znaków IBus
650License: BSD
651Group: Libraries
652URL: http://trac.enlightenment.org/e/wiki/Ecore
653Requires: ecore-evas = %{version}-%{release}
654Requires: ecore-imf = %{version}-%{release}
655Requires: ecore-x = %{version}-%{release}
656Requires: ibus >= 1.4
657Obsoletes: ecore-module-ibus
658
659%description -n ecore-imf-module-ibus
660Ecore IMF IBus input method module.
661
662%description -n ecore-imf-module-ibus -l pl.UTF-8
663Ecore IMF - moduł metody wprowadzania znaków IBus.
664
665%package -n ecore-imf-module-scim
666Summary: Ecore IMF SCIM input method module
667Summary(pl.UTF-8): Ecore IMF - moduł metody wprowadzania znaków SCIM
668License: BSD
669Group: Libraries
670URL: http://trac.enlightenment.org/e/wiki/Ecore
671Requires: ecore-evas = %{version}-%{release}
672Requires: ecore-imf = %{version}-%{release}
673Requires: ecore-x = %{version}-%{release}
674Requires: scim
675Obsoletes: ecore-module-scim
676
677%description -n ecore-imf-module-scim
678Ecore IMF SCIM input method module.
679
680%description -n ecore-imf-module-scim -l pl.UTF-8
681Ecore IMF - moduł metody wprowadzania znaków SCIM.
682
6af42324
JB
683%package -n ecore-imf-module-wayland
684Summary: Ecore IMF Wayland input method module
685Summary(pl.UTF-8): Ecore IMF - moduł metody wprowadzania znaków Wayland
686License: BSD
687Group: Libraries
688URL: http://trac.enlightenment.org/e/wiki/Ecore
689Requires: ecore-evas = %{version}-%{release}
690Requires: ecore-imf = %{version}-%{release}
691Requires: ecore-wayland = %{version}-%{release}
692
693%description -n ecore-imf-module-wayland
694Ecore IMF Wayland input method module.
695
696%description -n ecore-imf-module-wayland -l pl.UTF-8
697Ecore IMF - moduł metody wprowadzania znaków Wayland.
698
5f8d025f
JB
699%package -n ecore-imf-module-xim
700Summary: Ecore IMF XIM input method module
701Summary(pl.UTF-8): Ecore IMF - moduł metody wprowadzania znaków XIM
702License: BSD
703Group: Libraries
704URL: http://trac.enlightenment.org/e/wiki/Ecore
705Requires: ecore-imf = %{version}-%{release}
706Requires: ecore-x = %{version}-%{release}
707Obsoletes: ecore-module-xim
708
709%description -n ecore-imf-module-xim
710Ecore IMF XIM input method module.
711
712%description -n ecore-imf-module-xim -l pl.UTF-8
713Ecore IMF - moduł metody wprowadzania znaków XIM.
714
715%package -n ecore-imf-evas
716Summary: Ecore IMF Evas library
717Summary(pl.UTF-8): Biblioteka Ecore IMF Evas
718License: BSD
719Group: Libraries
720URL: http://trac.enlightenment.org/e/wiki/Ecore
721Requires: ecore-imf = %{version}-%{release}
722Requires: evas = %{version}-%{release}
723
724%description -n ecore-imf-evas
725Ecore IMF Evas library.
726
727%description -n ecore-imf-evas -l pl.UTF-8
728Biblioteka Ecore IMF Evas.
729
730%package -n ecore-imf-evas-devel
731Summary: Header file for Ecore IMF Evas library
732Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore IMF Evas
733License: BSD
734Group: Development/Libraries
735URL: http://trac.enlightenment.org/e/wiki/Ecore
736Requires: ecore-imf-devel = %{version}-%{release}
737Requires: ecore-imf-evas = %{version}-%{release}
738Requires: evas-devel = %{version}-%{release}
739
740%description -n ecore-imf-evas-devel
741Header file for Ecore IMF Evas library.
742
743%description -n ecore-imf-evas-devel -l pl.UTF-8
744Plik nagłówkowy biblioteki Ecore IMF Evas.
745
746%package -n ecore-imf-evas-static
747Summary: Static Ecore IMF Evas library
748Summary(pl.UTF-8): Statyczna biblioteka Ecore IMF Evas
749License: BSD
750Group: Development/Libraries
751URL: http://trac.enlightenment.org/e/wiki/Ecore
752Requires: ecore-imf-evas-devel = %{version}-%{release}
753
754%description -n ecore-imf-evas-static
755Static Ecore IMF Evas library.
756
757%description -n ecore-imf-evas-static -l pl.UTF-8
758Statyczna biblioteka Ecore IMF Evas.
759
760%package -n ecore-input
761Summary: Ecore Input library
762Summary(pl.UTF-8): Biblioteka Ecore Input
763License: BSD
764Group: Libraries
765URL: http://trac.enlightenment.org/e/wiki/Ecore
766Requires: ecore = %{version}-%{release}
767
768%description -n ecore-input
769Ecore Input library.
770
771%description -n ecore-input -l pl.UTF-8
772Biblioteka Ecore Input.
773
774%package -n ecore-input-devel
775Summary: Header file for Ecore Input library
776Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Input
777License: BSD
778Group: Development/Libraries
779URL: http://trac.enlightenment.org/e/wiki/Ecore
780Requires: ecore-devel = %{version}-%{release}
781Requires: ecore-input = %{version}-%{release}
782
783%description -n ecore-input-devel
784Header file for Ecore Input library.
785
786%description -n ecore-input-devel -l pl.UTF-8
787Plik nagłówkowy biblioteki Ecore Input.
788
789%package -n ecore-input-static
790Summary: Static Ecore Input library
791Summary(pl.UTF-8): Statyczna biblioteka Ecore Input
792License: BSD
793Group: Development/Libraries
794URL: http://trac.enlightenment.org/e/wiki/Ecore
795Requires: ecore-input-devel = %{version}-%{release}
796
797%description -n ecore-input-static
798Static Ecore Input library.
799
800%description -n ecore-input-static -l pl.UTF-8
801Statyczna biblioteka Ecore Input.
802
803%package -n ecore-input-evas
804Summary: Ecore Input Evas extension library
805Summary(pl.UTF-8): Biblioteka rozszerzenia Ecore Input Evas
806License: BSD
807Group: Libraries
808URL: http://trac.enlightenment.org/e/wiki/Ecore
809Requires: ecore-input = %{version}-%{release}
810Requires: evas = %{version}-%{release}
811
812%description -n ecore-input-evas
813Ecore Input Evas extension library.
814
815%description -n ecore-input-evas -l pl.UTF-8
816Biblioteka rozszerzenia Ecore Input Evas.
817
818%package -n ecore-input-evas-devel
819Summary: Header file for Ecore Input Evas extension library
820Summary(pl.UTF-8): Plik nagłówkowy biblioteki rozszerzenia Ecore Input Evas
821License: BSD
822Group: Development/Libraries
823URL: http://trac.enlightenment.org/e/wiki/Ecore
824Requires: ecore-input-devel = %{version}-%{release}
825Requires: evas-devel = %{version}-%{release}
826
827%description -n ecore-input-evas-devel
828Header file for Ecore Input Evas extension library.
829
830%description -n ecore-input-evas-devel -l pl.UTF-8
831Plik nagłówkowy biblioteki rozszerzenia Ecore Input Evas.
832
833%package -n ecore-input-evas-static
834Summary: Static Ecore Input Evas extension library
835Summary(pl.UTF-8): Statyczna biblioteka rozszerzenia Ecore Input Evas
836License: BSD
837Group: Development/Libraries
838URL: http://trac.enlightenment.org/e/wiki/Ecore
839Requires: ecore-input-evas-devel = %{version}-%{release}
840
841%description -n ecore-input-evas-static
842Static Ecore Input Evas extension library.
843
844%description -n ecore-input-evas-static -l pl.UTF-8
845Statyczna biblioteka rozszerzenia Ecore Input Evas.
846
847%package -n ecore-ipc
848Summary: Ecore IPC (inter-process communication functions) library
849Summary(pl.UTF-8): Biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej)
850License: BSD
851Group: Libraries
852URL: http://trac.enlightenment.org/e/wiki/Ecore
853Requires: ecore-con = %{version}-%{release}
854
855%description -n ecore-ipc
856Ecore IPC (inter-process communication functions) library.
857
858%description -n ecore-ipc -l pl.UTF-8
859Biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej).
860
861%package -n ecore-ipc-devel
862Summary: Header file for Ecore IPC library
863Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore IPC
864License: BSD
865Group: Development/Libraries
866URL: http://trac.enlightenment.org/e/wiki/Ecore
867Requires: ecore-con-devel = %{version}-%{release}
868Requires: ecore-ipc = %{version}-%{release}
869
870%description -n ecore-ipc-devel
871Header file for Ecore IPC (inter-process communication functions)
872library.
873
874%description -n ecore-ipc-devel -l pl.UTF-8
875Plik nagłówkowy biblioteki Ecore IPC (funkcji komunikacji
876międzyprocesowej).
877
878%package -n ecore-ipc-static
879Summary: Static Ecore IPC library
880Summary(pl.UTF-8): Statyczna biblioteka Ecore IPC
881License: BSD
882Group: Development/Libraries
883URL: http://trac.enlightenment.org/e/wiki/Ecore
884Requires: ecore-ipc-devel = %{version}-%{release}
885
886%description -n ecore-ipc-static
887Static Ecore IPC (inter-process communication functions) library.
888
889%description -n ecore-ipc-static -l pl.UTF-8
890Statyczna biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej).
891
892%package -n ecore-sdl
893Summary: Ecore SDL library
894Summary(pl.UTF-8): Biblioteka Ecore SDL
895License: BSD
896Group: Libraries
897URL: http://trac.enlightenment.org/e/wiki/Ecore
898Requires: ecore-input = %{version}-%{release}
899Requires: SDL >= 1.2.0
900
901%description -n ecore-sdl
902Ecore SDL library.
903
904%description -n ecore-sdl -l pl.UTF-8
905Biblioteka Ecore SDL.
906
907%package -n ecore-sdl-devel
908Summary: Header file for Ecore SDL library
909Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore SDL
910License: BSD
911Group: Development/Libraries
912URL: http://trac.enlightenment.org/e/wiki/Ecore
913Requires: ecore-input-devel = %{version}-%{release}
914Requires: SDL-devel >= 1.2.0
915
916%description -n ecore-sdl-devel
917Header file for Ecore SDL library.
918
919%description -n ecore-sdl-devel -l pl.UTF-8
920Plik nagłówkowy biblioteki Ecore SDL.
921
922%package -n ecore-sdl-static
923Summary: Static Ecore SDL library
924Summary(pl.UTF-8): Statyczna biblioteka Ecore SDL
925License: BSD
926Group: Development/Libraries
927URL: http://trac.enlightenment.org/e/wiki/Ecore
928Requires: ecore-sdl-devel = %{version}-%{release}
929
930%description -n ecore-sdl-static
931Static Ecore SDL library.
932
933%description -n ecore-sdl-static -l pl.UTF-8
934Statyczna biblioteka Ecore SDL.
935
936%package -n ecore-wayland
937Summary: Ecore Wayland library
938Summary(pl.UTF-8): Biblioteka Ecore Wayland
939Group: Libraries
940Requires: ecore = %{version}-%{release}
941Requires: ecore-input = %{version}-%{release}
942Requires: wayland >= 1.3.0
6af42324 943Requires: xorg-lib-libxkbcommon >= 0.3.0
5f8d025f
JB
944
945%description -n ecore-wayland
946Ecore Wayland library.
947
948%description -n ecore-wayland -l pl.UTF-8
949Biblioteka Ecore Wayland.
950
951%package -n ecore-wayland-devel
952Summary: Header file for Ecore Wayland library
953Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Wayland
954Group: Development/Libraries
955Requires: ecore-devel = %{version}-%{release}
956Requires: ecore-input-devel = %{version}-%{release}
957Requires: wayland-devel >= 1.3.0
6af42324 958Requires: xorg-lib-libxkbcommon-devel >= 0.3.0
5f8d025f
JB
959
960%description -n ecore-wayland-devel
961Header file for Ecore Wayland library.
962
963%description -n ecore-wayland-devel -l pl.UTF-8
964Plik nagłówkowy biblioteki Ecore Wayland.
965
966%package -n ecore-wayland-static
967Summary: Static Ecore Wayland library
968Summary(pl.UTF-8): Statyczna biblioteka Ecore Wayland
969Group: Development/Libraries
970Requires: ecore-wayland-devel = %{version}-%{release}
971
972%description -n ecore-wayland-static
973Static Ecore Wayland library.
974
975%description -n ecore-wayland-static -l pl.UTF-8
976Statyczna biblioteka Ecore Wayland.
977
978%package -n ecore-x
979Summary: Ecore X (functions for dealing with the X Window System) library
980Summary(pl.UTF-8): Biblioteka Ecore X (funkcji do obsługi X Window System)
981Group: X11/Libraries
982Requires: ecore = %{version}-%{release}
983Requires: ecore-input = %{version}-%{release}
984%if %{with xcb}
985Requires: xcb-util >= 0.3.8
986Requires: xcb-util-image >= 0.2.1
987Requires: xcb-util-keysyms >= 0.3.8
988Requires: xcb-util-wm >= 0.3.8
989%else
990Requires: xorg-lib-libXi >= 1.6
3e32949c 991Requires: xorg-lib-libXrandr >= 1.3.3
5f8d025f
JB
992%endif
993
994%description -n ecore-x
995Ecore X (functions for dealing with the X Window System) library.
996
997%description -n ecore-x -l pl.UTF-8
998Biblioteka Ecore X (funkcji do obsługi X Window System).
999
1000%package -n ecore-x-devel
1001Summary: Header files for Ecore X library
1002Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Ecore X
1003Group: Development/Libraries
1004Requires: ecore-devel = %{version}-%{release}
1005Requires: ecore-input-devel = %{version}-%{release}
1006Requires: ecore-x = %{version}-%{release}
1007%if %{with xcb}
1008Requires: libxcb-devel
1009Requires: pixman-devel
1010Requires: xcb-util-devel >= 0.3.8
1011Requires: xcb-util-image-devel >= 0.2.1
1012Requires: xcb-util-keysyms-devel >= 0.3.8
1013Requires: xcb-util-wm-devel >= 0.3.8
1014%else
1015Requires: xorg-lib-libX11-devel
1016Requires: xorg-lib-libXScrnSaver-devel
1017Requires: xorg-lib-libXcomposite-devel
1018Requires: xorg-lib-libXcursor-devel
1019Requires: xorg-lib-libXdamage-devel
1020Requires: xorg-lib-libXext-devel
1021Requires: xorg-lib-libXfixes-devel
1022Requires: xorg-lib-libXi-devel >= 1.6
1023Requires: xorg-lib-libXinerama-devel
1024Requires: xorg-lib-libXp-devel
3e32949c 1025Requires: xorg-lib-libXrandr-devel >= 1.3.3
5f8d025f
JB
1026Requires: xorg-lib-libXrender-devel
1027Requires: xorg-lib-libXtst-devel
1028%endif
1029
1030%description -n ecore-x-devel
1031Header files for Ecore X (functions for dealing with the X Window
1032System) library.
1033
1034%description -n ecore-x-devel -l pl.UTF-8
1035Pliki nagłówkowe biblioteki Ecore X (funkcji do obsługi X Window
1036System).
1037
1038%package -n ecore-x-static
1039Summary: Static Ecore X library
1040Summary(pl.UTF-8): Statyczna biblioteka Ecore X
1041Group: Development/Libraries
1042Requires: ecore-x-devel = %{version}-%{release}
1043
1044%description -n ecore-x-static
1045Static Ecore X (functions for dealing with the X Window System)
1046library.
1047
1048%description -n ecore-x-static -l pl.UTF-8
1049Statyczna biblioteka Ecore X (funkcji do obsługi X Window System).
1050
1051%package -n edje
1052Summary: Complex Graphical Design/Layout Engine
1053Summary(pl.UTF-8): Złożony silnik graficznego projektowania/planowania
1054License: BSD
1055Group: Libraries
1056URL: http://trac.enlightenment.org/e/wiki/Edje
1057Requires: edje-libs = %{version}-%{release}
1058Requires: evas-loader-png = %{version}-%{release}
1059
1060%description -n edje
1061Edje is a complex graphical design and layout engine. It provides a
1062mechanism for allowing configuration data to define visual elements in
1063terms of layout, behavior, and appearance. Edje allows for multiple
1064collections of layouts in one file, allowing a complete set of images,
1065animations, and controls to exist as a unified whole.
1066
1067Edje separates the arrangement, appearance, and behavior logic into
1068distinct independent entities. This allows visual objects to share
1069image data and configuration information without requiring them to do
1070so. This separation and simplistic event driven style of programming
1071can produce almost any look and feel one could want for basic visual
1072elements. Anything more complex is likely the domain of an application
1073or widget set that may use Edje as a convenient way of being able to
1074configure parts of the display.
1075
1076%description -n edje -l pl.UTF-8
1077Edje to złożony silnik graficznego projektowania i planowania.
1078Dostarcza mechanizm pozwalający na definiowanie elementów graficznych
1079za pomocą danych konfiguracyjnych poprzez rozmieszczenie, zachowanie i
1080wygląd. Edje pozwala na wiele kolekcji projektów w jednym pliku,
1081zezwalając na istnienie pełnego zbioru obrazów, animacji i kontrolek
1082jako całości.
1083
1084Edje oddziela rozmieszczenie, wygląd i logikę zachowania na różne,
1085niezależne elementy. Pozwala to na współdzielenie danych obrazów i
1086informacji o konfiguracji elementów graficznych bez wymagania tego.
1087Rozdzielenie to i uproszczony model programowania sterowanego
1088zdarzeniami może stworzyć prawie dowolny wygląd i zachowanie
1089podstawowych elementów graficznych. Wszystko bardziej złożone jest
1090raczej domeną aplikacji lub zbioru widgetów, które mogą używać Edje
1091jako wygodnego sposobu konfigurowania części ekranu.
1092
1093%package -n edje-libs
1094Summary: Edje library
1095Summary(pl.UTF-8): Biblioteka edje
1096License: BSD
1097Group: Libraries
1098URL: http://trac.enlightenment.org/e/wiki/Edje
1099Requires: ecore-audio = %{version}-%{release}
1100Requires: ecore-evas = %{version}-%{release}
1101Requires: ecore-file = %{version}-%{release}
1102Requires: ecore-imf-evas = %{version}-%{release}
1103Requires: eina = %{version}-%{release}
1104Requires: eio = %{version}-%{release}
1105Requires: eet = %{version}-%{release}
1106Requires: embryo = %{version}-%{release}
1107Requires: ephysics = %{version}-%{release}
3e32949c
JB
1108%{!?with_luajit:Requires: lua51 >= 5.1.0}
1109%{?with_luajit:Requires: luajit >= 2.0.0}
5f8d025f
JB
1110
1111%description -n edje-libs
1112Edje library.
1113
1114%description -n edje-libs -l pl.UTF-8
1115Biblioteka edje.
1116
1117%package -n edje-devel
1118Summary: Edje header files
1119Summary(pl.UTF-8): Pliki nagłówkowe Edje
1120License: BSD
1121Group: Development/Libraries
1122URL: http://trac.enlightenment.org/e/wiki/Edje
1123Requires: ecore-audio-devel = %{version}-%{release}
1124Requires: ecore-evas-devel = %{version}-%{release}
1125Requires: ecore-file-devel = %{version}-%{release}
1126Requires: ecore-imf-evas-devel = %{version}-%{release}
1127Requires: edje-libs = %{version}-%{release}
1128Requires: eet-devel = %{version}-%{release}
1129Requires: eio-devel = %{version}-%{release}
1130Requires: embryo-devel = %{version}-%{release}
1131Requires: ephysics-devel = %{version}-%{release}
3e32949c
JB
1132%{!?with_luajit:Requires: lua51-devel >= 5.1.0}
1133%{?with_luajit:Requires: luajit-devel >= 2.0.0}
5f8d025f
JB
1134
1135%description -n edje-devel
1136Header files for Edje.
1137
1138%description -n edje-devel -l pl.UTF-8
1139Pliki nagłówkowe Edje.
1140
1141%package -n edje-static
1142Summary: Static Edje library
1143Summary(pl.UTF-8): Statyczna biblioteka Edje
1144License: BSD
1145Group: Development/Libraries
1146URL: http://trac.enlightenment.org/e/wiki/Edje
1147Requires: edje-devel = %{version}-%{release}
1148
1149%description -n edje-static
1150Static Edje library.
1151
1152%description -n edje-static -l pl.UTF-8
1153Statyczna biblioteka Edje.
1154
1155%package -n edje-module-emotion
1156Summary: Emotion module for Edje library
1157Summary(pl.UTF-8): Moduł Emotion dla biblioteki Edje
1158License: BSD
1159Group: Libraries
1160URL: http://trac.enlightenment.org/e/wiki/Emotion
1161Requires: edje-libs = %{version}-%{release}
1162Requires: emotion = %{version}-%{release}
1163
1164%description -n edje-module-emotion
1165Emotion module for Edje library.
1166
1167%description -n edje-module-emotion -l pl.UTF-8
1168Moduł Emotion dla biblioteki Edje.
1169
1170%package -n eet
1171Summary: Library for speedy data storage, retrieval, and compression
1172Summary(pl.UTF-8): Biblioteka do szybkiego zapisywania, odtwarzania i kompresji danych
1173License: BSD
1174Group: Libraries
1175URL: http://trac.enlightenment.org/e/wiki/Eet
1176Requires: eina = %{version}-%{release}
1177%{?with_gnutls:Requires: gnutls >= 2.12.16}
1178%{?with_gnutls:Requires: libgcrypt >= 1.2.0}
1179Requires: zlib >= 1.2.3
1180
1181%description -n eet
1182Eet is a tiny library designed to write an arbitary set of chunks of
1183data to a file and optionally compress each chunk (very much like a
1184zip file) and allow fast random-access reading of the file later on.
1185It does not do zip as a zip itself has more complexity than is needed,
1186and it was much simpler to implement this once here.
1187
1188It also can encode and decode data structures in memory, as well as
1189image data for saving to eet files or sending across the network to
1190other machines, or just writing to arbitary files on the system. All
1191data is encoded in a platform independant way and can be written and
1192read by any architecture.
1193
1194%description -n eet -l pl.UTF-8
1195Eet to mała biblioteka zaprojektowana do zapisu dowolnego zbioru
1196porcji danych do pliku i opcjonalnej kompresji każdej porcji (podobnie
1197do pliku zip) oraz umożliwienia później szybkiego odczytu pliku ze
1198swobodnym dostępem. Nie jest to zip, jako że sam zip jest bardziej
1199złożony niż trzeba, a było dużo prościej zaimplementować to tak, jak
1200jest.
1201
1202Biblioteka może także kodować i dekodować struktury danych w pamięci,
1203a także dane obrazów do zapisu do plików eet lub wysyłania po sieci na
1204inne maszyny, lub po prostu zapisywania do dowolnych plików w
1205systemie. Wszystkie dane są kodowane w sposób niezależny od platformy
1206i mogą być zapisywane i odczytywane na dowolnej architekturze.
1207
1208%package -n eet-devel
1209Summary: Header files for Eet library
1210Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Eet
1211License: BSD
1212Group: Development/Libraries
1213URL: http://trac.enlightenment.org/e/wiki/Eet
1214Requires: eet = %{version}-%{release}
1215Requires: eina-devel = %{version}-%{release}
1216%{?with_gnutls:Requires: gnutls-devel >= 2.12.16}
1217%{?with_gnutls:Requires: libgcrypt-devel >= 1.2.0}
1218%{!?with_gnutls:Requires: openssl-devel}
1219Requires: libjpeg-devel
1220Requires: zlib-devel >= 1.2.3
1221
1222%description -n eet-devel
1223Header files for Eet library.
1224
1225%description -n eet-devel -l pl.UTF-8
1226Pliki nagłówkowe biblioteki Eet.
1227
1228%package -n eet-static
1229Summary: Static Eet library
1230Summary(pl.UTF-8): Statyczna biblioteka Eet
1231License: BSD
1232Group: Development/Libraries
1233URL: http://trac.enlightenment.org/e/wiki/Eet
1234Requires: eet-devel = %{version}-%{release}
1235
1236%description -n eet-static
1237Static Eet library.
1238
1239%description -n eet-static -l pl.UTF-8
1240Statyczna biblioteka Eet.
1241
1242%package -n eeze
1243Summary: Library for manipulating devices through udev
1244Summary(pl.UTF-8): Biblioteka do operowania urządzeniami korzystająca z udev
1245License: BSD
1246Group: Libraries
1247URL: http://trac.enlightenment.org/e/wiki/Eeze
1248Requires: ecore-file = %{version}-%{release}
1249Requires: eet = %{version}-%{release}
1250Requires: libmount >= 2.18.0
1251Requires: udev-libs >= 1:148
1252Obsoletes: enlightenment-utils-eeze
1253
1254%description -n eeze
1255Eeze is a library for manipulating devices through udev with a simple
1256and fast API. It interfaces directly with libudev, avoiding such
1257middleman daemons as udisks/upower or hal, to immediately gather
1258device information the instant it becomes known to the system. This
1259can be used to determine such things as:
1260 - If a CD-ROM has a disk inserted
1261 - The temperature of a cpu core
1262 - The remaining power left in a battery
1263 - The current power consumption of various parts
1264 - Monitor in realtime the status of peripheral devices.
1265
1266Each of the above examples can be performed by using only a single
1267eeze function, as one of the primary focuses of the library is to
1268reduce the complexity of managing devices.
1269
1270%description -n eeze -l pl.UTF-8
1271Eeze to bibliotek do operowania urządzeniami poprzez udev z prostym i
1272szybkim API. Działa bezpośrednio z libudev, bez pośrednich demonów,
1273takich jak udisks, upower czy hal, aby zebrać informacje z urządzeń
1274natychmiast, kiedy staną się znane w systemie. Może to służyć do
1275określania rzeczy takich jak:
1276 - włożenie płyty CD
1277 - termperatura rdzenia procesora
1278 - pozostała pojemność baterii
1279 - aktualne zużycie energii przez różne elementy
1280 - monitorowanie stanu urządzeń peryferyjnych w czasie rzeczywistym.
1281
1282Każde z tych zapytań może być wykonane przy użyciu jedynie pojedynczej
1283funkcji eeze, jako że jedną z głównych idei biblioteki jest
1284ograniczenie skomplikowania zarządzania urządzeniami.
1285
1286%package -n eeze-devel
1287Summary: Eeze header files
1288Summary(pl.UTF-8): Pliki nagłówkowe Eeze
1289License: BSD
1290Group: Development/Libraries
1291URL: http://trac.enlightenment.org/e/wiki/Eeze
1292Requires: eeze = %{version}-%{release}
1293Requires: ecore-file-devel = %{version}-%{release}
1294Requires: libmount-devel >= 2.18.0
1295Requires: udev-devel >= 1:148
1296
1297%description -n eeze-devel
1298Header files for Eeze.
1299
1300%description -n eeze-devel -l pl.UTF-8
1301Pliki nagłówkowe Eeze.
1302
1303%package -n eeze-static
1304Summary: Static Eeze library
1305Summary(pl.UTF-8): Statyczna biblioteka Eeze
1306License: BSD
1307Group: Development/Libraries
1308URL: http://trac.enlightenment.org/e/wiki/Eeze
1309Requires: eeze-devel = %{version}-%{release}
1310
1311%description -n eeze-static
1312Static Eeze library.
1313
1314%description -n eeze-static -l pl.UTF-8
1315Statyczna biblioteka Eeze.
1316
1317%package -n efreet
1318Summary: freedesktop.org standards implementation for the EFL
1319Summary(pl.UTF-8): Implementacja standardów freedesktop.org dla EFL
1320License: BSD
1321Group: Libraries
1322URL: http://trac.enlightenment.org/e/wiki/Efreet
1323Requires: dbus
1324Requires: efreet-libs = %{version}-%{release}
1325
1326%description -n efreet
1327Efreet is an implementation of the following specifications from
1328freedesktop.org:
1329 - Base Directory - Locations for system and user specific desktop
1330 configuration files,
1331 - Desktop Entries - The metadata associated with the applications
1332 installed on a system,
1333 - Application Menus - The arrangement of available applications into
1334 a hierarchical menu,
1335 - Icon Themes - A means of associating icons with various objects on
1336 the desktop in a themable fashion.
1337
1338By following these specifications, Enlightenment 0.17 uses the same
1339format for describing application launchers, menus and icon themes as
1340the GNOME, KDE and XFCE Desktop Environments. A system must only
1341provide a single set of this data for use with any of these desktops.
1342
1343%description -n efreet -l pl.UTF-8
1344Efreet to implementacja następujących specyfikacji z freedesktop.org:
1345 - Base Directory - położenie plików konfiguracyjnych środowiska dla
1346 systemu i użytkownika,
1347 - Desktop Entries - metadane związane z aplikacjami zainstalowanymi w
1348 systemie,
1349 - Application Menus - uporządkowanie dostępnych aplikacji w menu
1350 hierarchiczne,
1351 - Icon Themes - sposób wiązania ikon z różnymi obiektami w środowisku
1352 w sposób pozwalający na ustawianie motywów.
1353
1354%package -n efreet-libs
1355Summary: Efreet shared libraries
1356Summary(pl.UTF-8): Biblioteki współdzielone Efreet
1357License: BSD
1358Group: Libraries
1359URL: http://trac.enlightenment.org/e/wiki/Efreet
1360Requires: ecore-file = %{version}-%{release}
1361Requires: eldbus = %{version}-%{release}
1362Requires: eet = %{version}-%{release}
1363
1364%description -n efreet-libs
1365Efreet shared libraries.
1366
1367%description -n efreet-libs -l pl.UTF-8
1368Biblioteki współdzielone Efreet.
1369
1370%package -n efreet-devel
1371Summary: Efreet header files
1372Summary(pl.UTF-8): Pliki nagłówkowe Efreet
1373License: BSD
1374Group: Development/Libraries
1375URL: http://trac.enlightenment.org/e/wiki/Efreet
1376Requires: ecore-file-devel = %{version}-%{release}
1377Requires: eet-devel = %{version}-%{release}
1378Requires: efreet-libs = %{version}-%{release}
1379Requires: eldbus-devel = %{version}-%{release}
1380
1381%description -n efreet-devel
1382Header files for Efreet.
1383
1384%description -n efreet-devel -l pl.UTF-8
1385Pliki nagłówkowe Efreet.
1386
1387%package -n efreet-static
1388Summary: Static Efreet library
1389Summary(pl.UTF-8): Statyczna biblioteka Efreet
1390License: BSD
1391Group: Development/Libraries
1392URL: http://trac.enlightenment.org/e/wiki/Efreet
1393Requires: efreet-devel = %{version}-%{release}
1394
1395%description -n efreet-static
1396Static Efreet library.
1397
1398%description -n efreet-static -l pl.UTF-8
1399Statyczna biblioteka Efreet.
1400
1401%package -n eina
1402Summary: Data types library (list, hash, etc.)
1403Summary(pl.UTF-8): Biblioteka struktur danych (lista, hasz, itp.)
1404License: LGPL v2.1+
1405Group: Libraries
1406URL: http://trac.enlightenment.org/e/wiki/Eina
9d1341c7 1407%{?with_systemd:Requires: systemd-libs >= 1:192}
5f8d025f
JB
1408
1409%description -n eina
1410Data types library (list, hash, etc.)
1411
1412%description -n eina -l pl.UTF-8
1413Bilblioteka struktur danych (lista, hasz, itp.).
1414
1415%package -n eina-devel
1416Summary: Eina header files
1417Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Eina
1418License: LGPL v2.1+
1419Group: Development/Libraries
1420URL: http://trac.enlightenment.org/e/wiki/Eina
1421Requires: eina = %{version}-%{release}
9d1341c7 1422%{?with_systemd:Requires: systemd-devel >= 1:192}
5f8d025f
JB
1423
1424%description -n eina-devel
1425Header files for Eina.
1426
1427%description -n eina-devel -l pl.UTF-8
1428Pliki nagłówkowe biblioteki Eina.
1429
1430%package -n eina-static
1431Summary: Static Eina library
1432Summary(pl.UTF-8): Statyczna biblioteka Eina
1433License: LGPL v2.1+
1434Group: Development/Libraries
1435URL: http://trac.enlightenment.org/e/wiki/Eina
1436Requires: eina-devel = %{version}-%{release}
1437
1438%description -n eina-static
1439Static Eina library.
1440
1441%description -n eina-static -l pl.UTF-8
1442Statyczna biblioteka Eina.
1443
1444%package -n eio
1445Summary: Enlightenment Input Output Library
1446Summary(pl.UTF-8): Enlightenment Input Output - biblioteka wejścia/wyjścia z projektu Enlightenment
1447License: LGPL v2.1+
1448Group: Libraries
1449URL: http://trac.enlightenment.org/e/wiki/Eio
1450Requires: ecore = %{version}-%{release}
1451Requires: eet = %{version}-%{release}
1452
1453%description -n eio
1454This library is intended to provide non blocking I/O by using thread
1455for all operation that may block. It depends only on eina and ecore
1456right now. It should integrate all the features/functions of
1457Ecore_File that could block.
1458
1459%description -n eio -l pl.UTF-8
1460Ta biblioteka na za zadanie zapewniać nieblokujące operacje we/wy
1461poprzez użycie wątków dla wszystkich operacji, które mogę być
1462blokujące. Na razie wymaga tylko bibliotek eina i ecore. Powinna
1463zawierać wszystkie funkcje Ecore_File, które mogą być blokujące.
1464
1465%package -n eio-devel
1466Summary: Header files for Eio library
1467Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Eio
1468Group: Development/Libraries
1469Requires: ecore-devel = %{version}-%{release}
1470Requires: eet-devel = %{version}-%{release}
1471Requires: eio = %{version}-%{release}
1472Conflicts: libeio-devel
1473
1474%description -n eio-devel
1475Header files for Eio library.
1476
1477%description -n eio-devel -l pl.UTF-8
1478Pliki nagłówkowe biblioteki Eio.
1479
1480%package -n eio-static
1481Summary: Static Eio library
1482Summary(pl.UTF-8): Statyczna biblioteka Eio
1483Group: Development/Libraries
1484Requires: eio-devel = %{version}-%{release}
1485
1486%description -n eio-static
1487Static Eio library.
1488
1489%description -n eio-static -l pl.UTF-8
1490Statyczna biblioteka Eio.
1491
1492%package -n eldbus
1493Summary: Easy access to D-Bus from EFL applications
1494Summary(pl.UTF-8): Łatwy dostęp do usługi D-Bus z aplikacji EFL
1495License: LGPL v2.1+
1496Group: Libraries
1497Requires: ecore = %{version}-%{release}
1498Requires: eina = %{version}-%{release}
1499
1500%description -n eldbus
1501Eldbus provides easy access to D-Bus from EFL applications.
1502
1503Eldbus allows connecting to both system and session buses acting as
1504both client and service roles.
1505
1506%description -n eldbus -l pl.UTF-8
1507Eldbus zapewnia łatwy dostęp do usługi D-Bus z aplikacji EFL.
1508
1509Eldbus pozwala na łączenie się z szyną systemową lub sesyjną, zarówno
1510w roli klienta, jak i usługi.
1511
1512%package -n eldbus-devel
1513Summary: Header files for eldbus library
1514Summary(pl.UTF-8): Pliki nagłówkowe biblioteki eldbus
1515License: LGPL v2.1+
1516Group: Development/Libraries
1517Requires: dbus-devel
1518Requires: ecore-devel = %{version}-%{release}
1519Requires: eina-devel = %{version}-%{release}
1520Requires: eldbus = %{version}-%{release}
1521
1522%description -n eldbus-devel
1523Header files for eldbus library.
1524
1525%description -n eldbus-devel -l pl.UTF-8
1526Pliki nagłówkowe biblioteki eldbus.
1527
1528%package -n eldbus-static
1529Summary: Static eldbus library
1530Summary(pl.UTF-8): Statyczna biblioteka eldbus
1531License: LGPL v2.1+
1532Group: Development/Libraries
1533Requires: eldbus-devel = %{version}-%{release}
1534
1535%description -n eldbus-static
1536Static eldbus library.
1537
1538%description -n eldbus-static -l pl.UTF-8
1539Statyczna biblioteka eldbus.
1540
1541%package -n embryo
1542Summary: Enlightenment Fundation Libraries - Embryo
1543Summary(pl.UTF-8): Podstawowe biblioteki Enlightenmenta - Embryo
1544License: BSD
1545Group: Libraries
1546URL: http://trac.enlightenment.org/e/wiki/Embryo
1547Requires: eina = %{version}-%{release}
1548
1549%description -n embryo
1550Embryo is a tiny library designed as a virtual machine to interpret a
1551limited set of small compiled programs.
1552
1553%description -n embryo -l pl.UTF-8
1554Embryo to mała biblioteka zaprojektowana jako maszyna wirtualna do
1555interpretowania ograniczonego zbioru małych skompilowanych programów.
1556
1557%package -n embryo-devel
1558Summary: Embryo header files
1559Summary(pl.UTF-8): Pliki nagłówkowe Embryo
1560License: BSD
1561Group: Development/Libraries
1562URL: http://trac.enlightenment.org/e/wiki/Embryo
1563Requires: eina-devel = %{version}-%{release}
1564Requires: embryo = %{version}-%{release}
1565
1566%description -n embryo-devel
1567Header files for Embryo.
1568
1569%description -n embryo-devel -l pl.UTF-8
1570Pliki nagłówkowe Embryo.
1571
1572%package -n embryo-static
1573Summary: Static Embryo library
1574Summary(pl.UTF-8): Statyczna biblioteka Embryo
1575License: BSD
1576Group: Development/Libraries
1577URL: http://trac.enlightenment.org/e/wiki/Embryo
1578Requires: embryo-devel = %{version}-%{release}
1579
1580%description -n embryo-static
1581Static Embryo library.
1582
1583%description -n embryo-static -l pl.UTF-8
1584Statyczna biblioteka Embryo.
1585
1586%package -n emotion
1587Summary: Emotion - EFL media playback library
1588Summary(pl.UTF-8): Emotion - biblioteka EFL do odtwarzania multimediów
1589License: BSD
1590Group: Libraries
1591URL: http://trac.enlightenment.org/e/wiki/Emotion
1592Requires: ecore = %{version}-%{release}
1593Requires: eet = %{version}-%{release}
1594Requires: eeze = %{version}-%{release}
1595Requires: eio = %{version}-%{release}
1596Requires: evas = %{version}-%{release}
1597# for edje module
1598Requires: edje-libs = %{version}-%{release}
1599
1600%description -n emotion
1601Emotion is a library to easily integrate media playback into EFL
1602applications, it will take care of using Ecore's main loop and video
1603display is done using Evas.
1604
1605%description -n emotion -l pl.UTF-8
1606Emotion to biblioteka pozwalająca na łatwą integrację odtwarzania
1607multimediów w aplikacjach EFL. Współpracuje z główną pętlą Ecore, a do
1608wyświetlania wykorzystuje bibliotekę Evas.
1609
1610%package -n emotion-devel
1611Summary: Emotion header files
1612Summary(pl.UTF-8): Pliki nagłówkowe Emotion
1613License: BSD
1614Group: Development/Libraries
1615URL: http://trac.enlightenment.org/e/wiki/Emotion
1616Requires: ecore-devel = %{version}-%{release}
1617Requires: eio-devel = %{version}-%{release}
1618Requires: eet-devel = %{version}-%{release}
1619Requires: eeze-devel = %{version}-%{release}
1620Requires: emotion = %{version}-%{release}
1621Requires: evas-devel = %{version}-%{release}
1622
1623%description -n emotion-devel
1624Header files for Emotion.
1625
1626%description -n emotion-devel -l pl.UTF-8
1627Pliki nagłówkowe Emotion.
1628
1629%package -n emotion-static
1630Summary: Static Emotion library
1631Summary(pl.UTF-8): Statyczna biblioteka Emotion
1632License: BSD
1633Group: Development/Libraries
1634URL: http://trac.enlightenment.org/e/wiki/Emotion
1635Requires: emotion-devel = %{version}-%{release}
1636
1637%description -n emotion-static
1638Static Emotion library.
1639
1640%description -n emotion-static -l pl.UTF-8
1641Statyczna biblioteka Emotion.
1642
1643%package -n emotion-decoder-gstreamer
1644Summary: Emotion decoder using gstreamer
1645Summary(pl.UTF-8): Dekoder Emotion używający gstreamera
1646License: BSD
1647Group: Libraries
1648URL: http://trac.enlightenment.org/e/wiki/Emotion
1649Requires: emotion = %{version}-%{release}
3e32949c
JB
1650Requires: gstreamer >= 1.0
1651Requires: gstreamer-plugins-base >= 1.0
5f8d025f
JB
1652
1653%description -n emotion-decoder-gstreamer
1654Emotion decoder using gstreamer.
1655
1656%description -n emotion-decoder-gstreamer -l pl.UTF-8
1657Dekoder Emotion używający gstreamera.
1658
1659%package -n emotion-decoder-xine
1660Summary: Emotion decoder using xine
1661Summary(pl.UTF-8): Dekoder Emotion używający xine
1662License: BSD
1663Group: Libraries
1664URL: http://trac.enlightenment.org/e/wiki/Emotion
1665Requires: emotion = %{version}-%{release}
1666Requires: xine-lib >= 2:1.1.1
1667
1668%description -n emotion-decoder-xine
1669Emotion decoder using xine.
1670
1671%description -n emotion-decoder-xine -l pl.UTF-8
1672Dekoder Emotion używający xine.
1673
1674%package -n eo
1675Summary: Object type library
1676Summary(pl.UTF-8): Biblioteka typów obiektów
1677License: BSD
1678Group: Libraries
1679Requires: eina = %{version}-%{release}
1680
1681%description -n eo
1682Eo is an object type library.
1683
1684%description -n eo -l pl.UTF-8
1685Eo to biblioteka typów obiektów.
1686
1687%package -n eo-devel
1688Summary: Header file for Eo library
1689Summary(pl.UTF-8): Plik nagłówkowy biblioteki Eo
1690License: BSD
1691Group: Development/Libraries
1692Requires: eina-devel = %{version}-%{release}
1693Requires: eo = %{version}-%{release}
1694
1695%description -n eo-devel
1696Header file for Eo library.
1697
1698%description -n eo-devel -l pl.UTF-8
1699Plik nagłówkowy biblioteki Eo.
1700
1701%package -n eo-static
1702Summary: Static Eo library
1703Summary(pl.UTF-8): Statyczna biblioteka Eo
1704License: BSD
1705Group: Development/Libraries
1706Requires: eo-devel = %{version}-%{release}
1707
1708%description -n eo-static
1709Static Eo library.
1710
1711%description -n eo-static -l pl.UTF-8
1712Statyczna biblioteka Eo.
1713
1714%package -n eo-gdb
1715Summary: GDB Python support scripts for Eo types
1716Summary(pl.UTF-8): Skrypty Pythona do obsługi typów Eo w GDB
1717Group: Development/Debuggers
1718Requires: eo = %{version}-%{release}
1719Requires: gdb
1720
1721%description -n eo-gdb
1722GDB Python support scripts for Eo types.
1723
1724%description -n eo-gdb -l pl.UTF-8
1725Skrypty Pythona do obsługi typów Eo w GDB.
1726
1727%package -n ephysics
1728Summary: EPhysics - wrapper for physics engine
1729Summary(pl.UTF-8): EPhysics - interfejs do silnika fizyki
1730Group: Libraries
1731Requires: bullet >= 2.80
1732Requires: ecore = %{version}-%{release}
1733Requires: evas = %{version}-%{release}
1734
1735%description -n ephysics
1736EPhysics is a wrapper for physics engine.
1737
1738%description -n ephysics -l pl.UTF-8
1739EPhysics to interfejs do silnika fizyki.
1740
1741%package -n ephysics-devel
1742Summary: Header file for EPhysics library
1743Summary(pl.UTF-8): Plik nagłówkowy biblioteki EPhysics
1744Group: Development/Libraries
1745Requires: bullet-devel >= 2.80
1746Requires: ecore-devel = %{version}-%{release}
1747Requires: ephysics = %{version}-%{release}
1748Requires: evas-devel = %{version}-%{release}
1749
1750%description -n ephysics-devel
1751Header file for EPhysics library.
1752
1753%description -n ephysics-devel -l pl.UTF-8
1754Plik nagłówkowy biblioteki EPhysics.
1755
1756%package -n ephysics-static
1757Summary: Static EPhysics library
1758Summary(pl.UTF-8): Statyczna biblioteka EPhysics
1759Group: Development/Libraries
1760Requires: ephysics-devel = %{version}-%{release}
1761
1762%description -n ephysics-static
1763Static EPhysics library.
1764
1765%description -n ephysics-static -l pl.UTF-8
1766Statyczna biblioteka EPhysics.
1767
1768%package -n ethumb
1769Summary: Ethumb - thumbnail generation service and utilities
1770Summary(pl.UTF-8): Ethumb - usługa i narzędzia generujące miniaturki
1771License: LGPL v2.1
1772Group: Applications/Graphics
1773URL: http://trac.enlightenment.org/e/wiki/Ethumb
1774Requires: dbus
1775Requires: ethumb-libs = %{version}-%{release}
1776Obsoletes: ethumb-plugin-epdf
1777
1778%description -n ethumb
1779Ethumb is a thumbnail generation library. Features:
1780- create thumbnails with a predefined frame (possibly an edje frame);
1781- have an option to create fdo-like thumbnails;
1782- have a client/server utility.
1783
1784%description -n ethumb -l pl.UTF-8
1785Ethumb to biblioteka do generowania miniaturek. Możliwości:
1786- tworzenie miniaturek z predefiniowaną ramką (w tym ramką edje);
1787- opcja tworzenia miniaturek w stylu fdo;
1788- narzędzia klient-serwer.
1789
1790%package -n ethumb-libs
1791Summary: Ethumb shared libraries
1792Summary(pl.UTF-8): Biblioteki współdzielone Ethumb
1793License: LGPL v2.1
1794Group: Libraries
1795URL: http://trac.enlightenment.org/e/wiki/Ethumb
1796Requires: ecore-evas = %{version}-%{release}
1797Requires: ecore-file = %{version}-%{release}
1798Requires: edje-libs = %{version}-%{release}
1799Requires: eldbus = %{version}-%{release}
1800
1801%description -n ethumb-libs
1802Ethumb shared libraries.
1803
1804%description -n ethumb-libs -l pl.UTF-8
1805Biblioteki współdzielone Ethumb.
1806
1807%package -n ethumb-devel
1808Summary: Header files for Ethumb libraries
1809Summary(pl.UTF-8): Pliki nagłówkowe bibliotek Ethumb
1810License: LGPL v2.1
1811Group: Development/Libraries
1812URL: http://trac.enlightenment.org/e/wiki/Ethumb
1813Requires: ethumb-libs = %{version}-%{release}
1814Requires: ecore-evas-devel = %{version}-%{release}
1815Requires: ecore-file-devel = %{version}-%{release}
1816Requires: edje-devel = %{version}-%{release}
1817Requires: eldbus-devel = %{version}-%{release}
1818
1819%description -n ethumb-devel
1820Header files for Ethumb libraries.
1821
1822%description -n ethumb-devel -l pl.UTF-8
1823Pliki nagłówkowe bibliotek Ethumb.
1824
1825%package -n ethumb-static
1826Summary: Static Ethumb libraries
1827Summary(pl.UTF-8): Statyczne biblioteki Ethumb
1828License: LGPL v2.1
1829Group: Development/Libraries
1830URL: http://trac.enlightenment.org/e/wiki/Ethumb
1831Requires: ethumb-devel = %{version}-%{release}
1832
1833%description -n ethumb-static
1834Static Ethumb libraries.
1835
1836%description -n ethumb-static -l pl.UTF-8
1837Statyczne biblioteki Ethumb.
1838
1839%package -n ethumb-plugin-emotion
1840Summary: Emotion plugin for Ethumb library
1841Summary(pl.UTF-8): Wtyczka Emotion dla biblioteki Ethumb
1842License: LGPL v2.1
1843Group: Libraries
1844URL: http://trac.enlightenment.org/e/wiki/Ethumb
1845Requires: edje-libs = %{version}-%{release}
1846Requires: emotion = %{version}-%{release}
1847Requires: ethumb-libs = %{version}-%{release}
1848
1849%description -n ethumb-plugin-emotion
1850Emotion plugin for Ethumb library. It creates thumbnails from movies
1851using Emotion library.
1852
1853%description -n ethumb-plugin-emotion -l pl.UTF-8
1854Wtyczka Emotion dla biblioteki Ethumb. Potrafi tworzyć miniaturki z
1855filmów przy użyciu biblioteki Emotion.
1856
1857%package -n evas
1858Summary: Multi-platform Canvas Library
1859Summary(pl.UTF-8): Wieloplatformowa biblioteka do rysowania
1860License: BSD
1861Group: Libraries
1862URL: http://trac.enlightenment.org/e/wiki/Evas
1863Requires: eet = %{version}-%{release}
1864Requires: eo = %{version}-%{release}
1865Requires: fontconfig-libs >= 2.5.0
1866Requires: freetype >= 1:2.2
1867Requires: fribidi >= 0.19.2
1868Requires: harfbuzz >= 0.9.0
1869# Provides for statically linked modules
1870Provides: evas-engine-buffer = %{version}-%{release}
1871Provides: evas-engine-software_generic = %{version}-%{release}
1872Provides: evas-loader-eet = %{version}-%{release}
1873Provides: evas-loader-pmaps = %{version}-%{release}
1874Provides: evas-loader-xpm = %{version}-%{release}
1875Provides: evas-saver-eet = %{version}-%{release}
1876# packages merged in
1877Obsoletes: evas-engine-buffer < %{version}-%{release}
1878Obsoletes: evas-engine-software_generic < %{version}-%{release}
1879Obsoletes: evas-libs
1880Obsoletes: evas-loader-eet < %{version}-%{release}
1881Obsoletes: evas-loader-pmaps < %{version}-%{release}
1882Obsoletes: evas-loader-xpm < %{version}-%{release}
1883Obsoletes: evas-saver-eet < %{version}-%{release}
1884# obsolete packages
1885Obsoletes: evas-engine-directfb
1886Obsoletes: evas-engine-software_8
1887Obsoletes: evas-engine-software_8_x11
1888Obsoletes: evas-engine-software_16
1889Obsoletes: evas-engine-software_16_sdl
1890Obsoletes: evas-engine-software_16_x11
1891Obsoletes: evas-engine-software_qtopia
1892Obsoletes: evas-engine-xrender_x11
1893Obsoletes: evas-engine-xrender_xcb
1894Obsoletes: evas-loader-edb
1895Obsoletes: evas-loader-svg
1896Obsoletes: evas-saver-edb
1897
1898%description -n evas
1899Evas is a clean display canvas API for several target display systems
1900that can draw anti-aliased text, smooth super and sub-sampled scaled
1901images, alpha-blend objects much and more.
1902
1903%description -n evas -l pl.UTF-8
1904Evas to czyste API "płótna obrazu" dla różnych systemów wyświetlania,
1905będące w stanie rysować tekst z antyaliasingiem, wygładzane, skalowane
1906obrazy, obiekty z alpha-blendingiem i inne elementy.
1907
1908%package -n evas-devel
1909Summary: Evas header files
1910Summary(pl.UTF-8): Pliki nagłówkowe Evas
1911License: BSD
1912Group: Development/Libraries
1913URL: http://trac.enlightenment.org/e/wiki/Evas
1914Requires: evas = %{version}-%{release}
1915Requires: eet-devel = %{version}-%{release}
1916Requires: eo-devel = %{version}-%{release}
1917Requires: fontconfig-devel >= 2.5.0
1918Requires: freetype-devel >= 1:2.2
1919Requires: fribidi-devel >= 0.19.2
1920Requires: harfbuzz-devel >= 0.9.0
1921
1922%description -n evas-devel
1923Header files for Evas.
1924
1925%description -n evas-devel -l pl.UTF-8
1926Pliki nagłówkowe Evas.
1927
1928%package -n evas-static
1929Summary: Static Evas library
1930Summary(pl.UTF-8): Statyczna biblioteka Evas
1931License: BSD
1932Group: Development/Libraries
1933URL: http://trac.enlightenment.org/e/wiki/Evas
1934Requires: evas-devel = %{version}-%{release}
1935
1936%description -n evas-static
1937Static Evas library.
1938
1939%description -n evas-static -l pl.UTF-8
1940Statyczna biblioteka Evas.
1941
1942## EVAS MODULES
1943# engines:
1944%package -n evas-engine-drm
1945Summary: DRM rendering engine module for Evas
1946Summary(pl.UTF-8): Moduł silnika renderującego DRM dla Evas
1947License: BSD
1948Group: Libraries
1949URL: http://trac.enlightenment.org/e/wiki/Evas
1950Requires: evas = %{version}-%{release}
1951
1952%description -n evas-engine-drm
1953DRM rendering engine module for Evas.
1954
1955%description -n evas-engine-drm -l pl.UTF-8
1956Moduł silnika renderującego DRM dla Evas.
1957
1958%package -n evas-engine-fb
1959Summary: Framebuffer rendering engine module for Evas
1960Summary(pl.UTF-8): Moduł silnika renderującego na framebuffer dla Evas
1961License: BSD
1962Group: Libraries
1963URL: http://trac.enlightenment.org/e/wiki/Evas
1964Requires: evas = %{version}-%{release}
1965
1966%description -n evas-engine-fb
1967Framebuffer rendering engine module for Evas.
1968
1969%description -n evas-engine-fb -l pl.UTF-8
1970Moduł silnika renderującego na framebuffer dla Evas.
1971
1972%package -n evas-engine-gl_sdl
1973Summary: SDL OpenGL rendering engine module for Evas
1974Summary(pl.UTF-8): Moduł silnika renderującego na SDL OpenGL dla Evas
1975License: BSD
1976Group: Libraries
1977URL: http://trac.enlightenment.org/e/wiki/Evas
1978Requires: evas = %{version}-%{release}
1979Requires: SDL >= 1.2.0
1980
1981%description -n evas-engine-gl_sdl
1982SDL OpenGL rendering engine module for Evas.
1983
1984%description -n evas-engine-gl_sdl -l pl.UTF-8
1985Moduł silnika renderującego na SDL OpenGL dla Evas.
1986
1987%package -n evas-engine-gl_x11
1988Summary: OpenGL under X11 rendering engine module for Evas
1989Summary(pl.UTF-8): Moduł silnika renderującego na OpenGL pod X11 dla Evas
1990License: BSD
1991Group: Libraries
1992URL: http://trac.enlightenment.org/e/wiki/Evas
1993Requires: evas = %{version}-%{release}
1994
1995%description -n evas-engine-gl_x11
1996OpenGL under X11 rendering engine module for Evas.
1997
1998%description -n evas-engine-gl_x11 -l pl.UTF-8
1999Moduł silnika renderującego na OpenGL pod X11 dla Evas.
2000
2001%package -n evas-engine-software_x11
2002Summary: Software X11 rendering engine module for Evas
2003Summary(pl.UTF-8): Moduł programowego silnika renderującego X11 dla Evas
2004License: BSD
2005Group: Libraries
2006URL: http://trac.enlightenment.org/e/wiki/Evas
2007Requires: evas = %{version}-%{release}
2008Obsoletes: evas-engine-software_xcb
2009
2010%description -n evas-engine-software_x11
2011Software X11 rendering engine module for Evas.
2012
2013%description -n evas-engine-software_x11 -l pl.UTF-8
2014Moduł programowego silnika renderującego X11 dla Evas.
2015
2016%package -n evas-engine-wayland_egl
2017Summary: Wayland EGL rendering engine module for Evas
2018Summary(pl.UTF-8): Moduł silnika renderującego Wayland EGL dla Evas
2019License: BSD
2020Group: Libraries
2021URL: http://trac.enlightenment.org/e/wiki/Evas
6af42324
JB
2022Requires: Mesa-libEGL-devel >= 7.10
2023Requires: Mesa-libwayland-egl-devel >= 9.2.0
5f8d025f
JB
2024Requires: evas = %{version}-%{release}
2025
2026%description -n evas-engine-wayland_egl
2027Wayland EGL rendering engine module for Evas.
2028
2029%description -n evas-engine-wayland_egl -l pl.UTF-8
2030Moduł silnika renderującego Wayland EGL dla Evas.
2031
2032%package -n evas-engine-wayland_shm
2033Summary: Wayland SHM rendering engine module for Evas
2034Summary(pl.UTF-8): Moduł silnika renderującego Wayland SHM dla Evas
2035License: BSD
2036Group: Libraries
2037URL: http://trac.enlightenment.org/e/wiki/Evas
2038Requires: evas = %{version}-%{release}
2039
2040%description -n evas-engine-wayland_shm
2041Wayland SHM rendering engine module for Evas.
2042
2043%description -n evas-engine-wayland_shm -l pl.UTF-8
2044Moduł silnika renderującego Wayland SHM dla Evas.
2045
2046# loaders:
2047%package -n evas-loader-gif
2048Summary: GIF Image loader module for Evas
2049Summary(pl.UTF-8): Moduł wczytywania obrazów GIF dla Evas
2050License: BSD
2051Group: Libraries
2052URL: http://trac.enlightenment.org/e/wiki/Evas
2053Requires: evas = %{version}-%{release}
2054
2055%description -n evas-loader-gif
2056GIF Image loader module for Evas.
2057
2058%description -n evas-loader-gif -l pl.UTF-8
2059Moduł wczytywania obrazów GIF dla Evas.
2060
2061%package -n evas-loader-jp2k
2062Summary: JPEG2000 Image loader module for Evas
2063Summary(pl.UTF-8): Moduł wczytywania obrazów JPEG2000 dla Evas
2064License: BSD
2065Group: Libraries
2066URL: http://trac.enlightenment.org/e/wiki/Evas
2067Requires: evas = %{version}-%{release}
2068
2069%description -n evas-loader-jp2k
2070JPEG2000 Image loader module for Evas.
2071
2072%description -n evas-loader-jp2k -l pl.UTF-8
2073Moduł wczytywania obrazów JPEG2000 dla Evas.
2074
2075%package -n evas-loader-jpeg
2076Summary: JPEG Image loader module for Evas
2077Summary(pl.UTF-8): Moduł wczytywania obrazów JPEG dla Evas
2078License: BSD
2079Group: Libraries
2080URL: http://trac.enlightenment.org/e/wiki/Evas
2081Requires: evas = %{version}-%{release}
2082
2083%description -n evas-loader-jpeg
2084JPEG Image loader module for Evas.
2085
2086%description -n evas-loader-jpeg -l pl.UTF-8
2087Moduł wczytywania obrazów JPEG dla Evas.
2088
2089%package -n evas-loader-png
2090Summary: PNG Image loader module for Evas
2091Summary(pl.UTF-8): Moduł wczytywania obrazów PNG dla Evas
2092License: BSD
2093Group: Libraries
2094URL: http://trac.enlightenment.org/e/wiki/Evas
2095Requires: evas = %{version}-%{release}
2096Requires: libpng >= 1.2.10
2097
2098%description -n evas-loader-png
2099PNG Image loader module for Evas.
2100
2101%description -n evas-loader-png -l pl.UTF-8
2102Moduł wczytywania obrazów PNG dla Evas.
2103
2104%package -n evas-loader-tiff
2105Summary: TIFF Image loader module for Evas
2106Summary(pl.UTF-8): Moduł wczytywania obrazów TIFF dla Evas
2107License: BSD
2108Group: Libraries
2109URL: http://trac.enlightenment.org/e/wiki/Evas
2110Requires: evas = %{version}-%{release}
2111
2112%description -n evas-loader-tiff
2113TIFF Image loader module for Evas.
2114
2115%description -n evas-loader-tiff -l pl.UTF-8
2116Moduł wczytywania obrazów TIFF dla Evas.
2117
2118%package -n evas-loader-webp
2119Summary: WebP Image loader module for Evas
2120Summary(pl.UTF-8): Moduł wczytywania obrazów WebP dla Evas
2121License: BSD
2122Group: Libraries
2123URL: http://trac.enlightenment.org/e/wiki/Evas
2124Requires: evas = %{version}-%{release}
2125
2126%description -n evas-loader-webp
2127WebP Image loader module for Evas.
2128
2129%description -n evas-loader-webp -l pl.UTF-8
2130Moduł wczytywania obrazów WebP dla Evas.
2131
2132# savers:
2133%package -n evas-saver-jpeg
2134Summary: JPEG Image saver module for Evas
2135Summary(pl.UTF-8): Moduł zapisywania obrazów JPEG dla Evas
2136License: BSD
2137Group: Libraries
2138URL: http://trac.enlightenment.org/e/wiki/Evas
2139Requires: evas = %{version}-%{release}
2140
2141%description -n evas-saver-jpeg
2142JPEG Image saver module for Evas.
2143
2144%description -n evas-saver-jpeg -l pl.UTF-8
2145Moduł zapisywania obrazów JPEG dla Evas.
2146
2147%package -n evas-saver-png
2148Summary: PNG Image saver module for Evas
2149Summary(pl.UTF-8): Moduł zapisywania obrazów PNG dla Evas
2150License: BSD
2151Group: Libraries
2152URL: http://trac.enlightenment.org/e/wiki/Evas
2153Requires: evas = %{version}-%{release}
2154Requires: libpng >= 1.2.10
2155
2156%description -n evas-saver-png
2157PNG Image saver module for Evas.
2158
2159%description -n evas-saver-png -l pl.UTF-8
2160Moduł zapisywania obrazów PNG dla Evas.
2161
2162%package -n evas-saver-tiff
2163Summary: TIFF Image saver module for Evas
2164Summary(pl.UTF-8): Moduł zapisywania obrazów TIFF dla Evas
2165License: BSD
2166Group: Libraries
2167URL: http://trac.enlightenment.org/e/wiki/Evas
2168Requires: evas = %{version}-%{release}
2169
2170%description -n evas-saver-tiff
2171TIFF Image saver module for Evas.
2172
2173%description -n evas-saver-tiff -l pl.UTF-8
2174Moduł zapisywania obrazów TIFF dla Evas.
2175
2176%package -n evas-saver-webp
2177Summary: WebP Image saver module for Evas
2178Summary(pl.UTF-8): Moduł zapisywania obrazów WebP dla Evas
2179License: BSD
2180Group: Libraries
2181URL: http://trac.enlightenment.org/e/wiki/Evas
2182Requires: evas = %{version}-%{release}
2183
2184%description -n evas-saver-webp
2185WebP Image saver module for Evas.
2186
2187%description -n evas-saver-webp -l pl.UTF-8
2188Moduł zapisywania obrazów WebP dla Evas.
2189
2190%package -n vim-addon-efl
2191Summary: EDC syntax support for Vim
2192Summary(pl.UTF-8): Obsługa składni EDC dla Vima
2193Group: Applications/Editors/Vim
2194Requires: vim-rt
2195Obsoletes: vim-syntax-edc
2196
2197%description -n vim-addon-efl
2198EDC syntax support for Vim.
2199
2200%description -n vim-addon-efl -l pl.UTF-8
2201Obsługa składni EDC dla Vima.
2202
2203%prep
2204%setup -q
2205%patch0 -p1
6af42324 2206%patch1 -p1
5f8d025f
JB
2207
2208%build
2209%{__libtoolize}
2210%{__aclocal} -I m4
2211%{__autoconf}
2212%{__autoheader}
2213%{__automake}
2214%configure \
2215 %{?with_drm:--enable-drm} \
2216 %{?with_egl:--enable-egl} \
2217 %{?with_fb:--enable-fb} \
3e32949c
JB
2218 %{?with_gesture:--enable-gesture} \
2219 %{!?with_gstreamer:--disable-gstreamer1} \
5f8d025f
JB
2220 %{?with_harfbuzz:--enable-harfbuzz} \
2221 %{!?with_ibus:--disable-ibus} \
2222 --enable-image-loader-gif \
2223 --enable-image-loader-jpeg \
2224 --enable-image-loader-jp2k \
2225 --enable-image-loader-png \
2226 --enable-image-loader-tiff \
2227 --enable-image-loader-webp \
3e32949c 2228 %{!?with_luajit:--enable-lua-old} \
5f8d025f
JB
2229 --enable-multisense \
2230 %{?with_pixman:--enable-pixman} \
2231 %{!?with_scim:--disable-scim} \
2232 %{?with_sdl:--enable-sdl} \
2233 --disable-silent-rules \
2234 %{?with_static_libs:--enable-static} \
2235 %{?with_systemd:--enable-systemd} \
5f8d025f
JB
2236 %{?with_wayland:--enable-wayland} \
2237 %{?with_xine:--enable-xine} \
2238 --enable-xinput22 \
2239 --with-crypto=%{?with_gnutls:gnutls}%{!?with_gnutls:openssl} \
2240 --with-x11=%{?with_xcb:xcb}%{!?with_xcb:xlib}
2241
2242%{__make}
2243
2244%install
2245rm -rf $RPM_BUILD_ROOT
2246
48b3ced3 2247%{__make} -j1 install \
5f8d025f
JB
2248 DESTDIR=$RPM_BUILD_ROOT
2249
2250install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles
2251cp -pr data/edje/vim/autoload $RPM_BUILD_ROOT%{_datadir}/vim
2252cp -pr data/edje/vim/{ftdetect,ftplugin,indent,snippets,syntax} $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles
2253
2254# obsoleted by pkg-config
2255%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
2256# loadable modules
2257%{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore/system/*/*/module.la
2258%{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore_evas/engines/*/*/module.la
2259%{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore_imf/modules/*/*/module.la
2260%{__rm} $RPM_BUILD_ROOT%{_libdir}/edje/modules/*/*/module.la
2261%{__rm} $RPM_BUILD_ROOT%{_libdir}/eeze/modules/sensor/*/*/module.la
2262%{__rm} $RPM_BUILD_ROOT%{_libdir}/emotion/modules/*/*/module.la
2263%{__rm} $RPM_BUILD_ROOT%{_libdir}/ethumb/modules/emotion/*/module.la
2264%{__rm} $RPM_BUILD_ROOT%{_libdir}/evas/modules/*/*/*/module.la
2265# benchmarking script, requires expedite and python - should be in expedite?
2266%{__rm} $RPM_BUILD_ROOT%{_bindir}/eina-bench-cmp
2267
2268# contains ecore+efreet messages; efreet R: ecore, so package it with ecore
2269%find_lang efl
2270
2271%clean
2272rm -rf $RPM_BUILD_ROOT
2273
2274%post -n ecore -p /sbin/ldconfig
2275%postun -n ecore -p /sbin/ldconfig
2276
2277%post -n ecore-audio -p /sbin/ldconfig
2278%postun -n ecore-audio -p /sbin/ldconfig
2279
3e32949c
JB
2280%post -n ecore-avahi -p /sbin/ldconfig
2281%postun -n ecore-avahi -p /sbin/ldconfig
2282
5f8d025f
JB
2283%post -n ecore-con -p /sbin/ldconfig
2284%postun -n ecore-con -p /sbin/ldconfig
2285
2286%post -n ecore-evas -p /sbin/ldconfig
2287%postun -n ecore-evas -p /sbin/ldconfig
2288
2289%post -n ecore-fb -p /sbin/ldconfig
2290%postun -n ecore-fb -p /sbin/ldconfig
2291
2292%post -n ecore-file -p /sbin/ldconfig
2293%postun -n ecore-file -p /sbin/ldconfig
2294
2295%post -n ecore-imf -p /sbin/ldconfig
2296%postun -n ecore-imf -p /sbin/ldconfig
2297
2298%post -n ecore-imf-evas -p /sbin/ldconfig
2299%postun -n ecore-imf-evas -p /sbin/ldconfig
2300
2301%post -n ecore-input -p /sbin/ldconfig
2302%postun -n ecore-input -p /sbin/ldconfig
2303
2304%post -n ecore-input-evas -p /sbin/ldconfig
2305%postun -n ecore-input-evas -p /sbin/ldconfig
2306
2307%post -n ecore-ipc -p /sbin/ldconfig
2308%postun -n ecore-ipc -p /sbin/ldconfig
2309
2310%post -n ecore-sdl -p /sbin/ldconfig
2311%postun -n ecore-sdl -p /sbin/ldconfig
2312
2313%post -n ecore-wayland -p /sbin/ldconfig
2314%postun -n ecore-wayland -p /sbin/ldconfig
2315
2316%post -n ecore-x -p /sbin/ldconfig
2317%postun -n ecore-x -p /sbin/ldconfig
2318
2319%post -n edje-libs -p /sbin/ldconfig
2320%postun -n edje-libs -p /sbin/ldconfig
2321
2322%post -n eet -p /sbin/ldconfig
2323%postun -n eet -p /sbin/ldconfig
2324
2325%post -n eeze -p /sbin/ldconfig
2326%postun -n eeze -p /sbin/ldconfig
2327
2328%post -n efreet-libs -p /sbin/ldconfig
2329%postun -n efreet-libs -p /sbin/ldconfig
2330
2331%post -n eina -p /sbin/ldconfig
2332%postun -n eina -p /sbin/ldconfig
2333
2334%post -n eio -p /sbin/ldconfig
2335%postun -n eio -p /sbin/ldconfig
2336
2337%post -n eldbus -p /sbin/ldconfig
2338%postun -n eldbus -p /sbin/ldconfig
2339
2340%post -n embryo -p /sbin/ldconfig
2341%postun -n embryo -p /sbin/ldconfig
2342
2343%post -n emotion -p /sbin/ldconfig
2344%postun -n emotion -p /sbin/ldconfig
2345
2346%post -n eo -p /sbin/ldconfig
2347%postun -n eo -p /sbin/ldconfig
2348
2349%post -n ephysics -p /sbin/ldconfig
2350%postun -n ephysics -p /sbin/ldconfig
2351
2352%post -n ethumb-libs -p /sbin/ldconfig
2353%postun -n ethumb-libs -p /sbin/ldconfig
2354
2355%post -n evas -p /sbin/ldconfig
2356%postun -n evas -p /sbin/ldconfig
2357
2358%files -n ecore -f efl.lang
2359%defattr(644,root,root,755)
2360%attr(755,root,root) %{_libdir}/libecore.so.*.*.*
2361%attr(755,root,root) %ghost %{_libdir}/libecore.so.1
2362%dir %{_libdir}/ecore
2363%dir %{_libdir}/ecore/system
2364%{_datadir}/ecore
2365
2366%files -n ecore-devel
2367%defattr(644,root,root,755)
2368%attr(755,root,root) %{_libdir}/libecore.so
2369%{_includedir}/ecore-1
2370%{_pkgconfigdir}/ecore.pc
2371%{_libdir}/cmake/Ecore
2372
2373%if %{with static_libs}
2374%files -n ecore-static
2375%defattr(644,root,root,755)
2376%{_libdir}/libecore.a
2377%endif
2378
2379%if %{with systemd}
2380%files -n ecore-system-systemd
2381%defattr(644,root,root,755)
2382%dir %{_libdir}/ecore/system/systemd
3e32949c
JB
2383%dir %{_libdir}/ecore/system/systemd/%{arch_tag}
2384%attr(755,root,root) %{_libdir}/ecore/system/systemd/%{arch_tag}/module.so
5f8d025f
JB
2385%endif
2386
2387%files -n ecore-system-upower
2388%defattr(644,root,root,755)
2389%dir %{_libdir}/ecore/system/upower
3e32949c
JB
2390%dir %{_libdir}/ecore/system/upower/%{arch_tag}
2391%attr(755,root,root) %{_libdir}/ecore/system/upower/%{arch_tag}/module.so
5f8d025f
JB
2392
2393%files -n ecore-audio
2394%defattr(644,root,root,755)
2395%attr(755,root,root) %{_libdir}/libecore_audio.so.*.*.*
2396%attr(755,root,root) %ghost %{_libdir}/libecore_audio.so.1
2397
2398%files -n ecore-audio-devel
2399%defattr(644,root,root,755)
2400%attr(755,root,root) %{_libdir}/libecore_audio.so
2401%{_includedir}/ecore-audio-1
2402%{_pkgconfigdir}/ecore-audio.pc
2403
2404%if %{with static_libs}
2405%files -n ecore-audio-static
2406%defattr(644,root,root,755)
2407%{_libdir}/libecore_audio.a
2408%endif
2409
3e32949c
JB
2410%files -n ecore-avahi
2411%defattr(644,root,root,755)
2412%attr(755,root,root) %{_libdir}/libecore_avahi.so.*.*.*
2413%attr(755,root,root) %ghost %{_libdir}/libecore_avahi.so.1
2414
2415%files -n ecore-avahi-devel
2416%defattr(644,root,root,755)
2417%attr(755,root,root) %{_libdir}/libecore_avahi.so
2418%{_includedir}/ecore-avahi-1
2419%{_pkgconfigdir}/ecore-avahi.pc
2420
2421%if %{with static_libs}
2422%files -n ecore-avahi-static
2423%defattr(644,root,root,755)
2424%{_libdir}/libecore_avahi.a
2425%endif
2426
5f8d025f
JB
2427%files -n ecore-con
2428%defattr(644,root,root,755)
2429%attr(755,root,root) %{_libdir}/libecore_con.so.*.*.*
2430%attr(755,root,root) %ghost %{_libdir}/libecore_con.so.1
2431
2432%files -n ecore-con-devel
2433%defattr(644,root,root,755)
2434%attr(755,root,root) %{_libdir}/libecore_con.so
2435%{_includedir}/ecore-con-1
2436%{_pkgconfigdir}/ecore-con.pc
2437
2438%if %{with static_libs}
2439%files -n ecore-con-static
2440%defattr(644,root,root,755)
2441%{_libdir}/libecore_con.a
2442%endif
2443
2444%files -n ecore-evas
2445%defattr(644,root,root,755)
2446%attr(755,root,root) %{_libdir}/libecore_evas.so.*.*.*
2447%attr(755,root,root) %ghost %{_libdir}/libecore_evas.so.1
2448%dir %{_libdir}/ecore_evas
2449%dir %{_libdir}/ecore_evas/engines
2450
2451%files -n ecore-evas-devel
2452%defattr(644,root,root,755)
2453%attr(755,root,root) %{_libdir}/libecore_evas.so
2454%{_includedir}/ecore-evas-1
2455%{_pkgconfigdir}/ecore-evas.pc
2456
2457%if %{with static_libs}
2458%files -n ecore-evas-static
2459%defattr(644,root,root,755)
2460%{_libdir}/libecore_evas.a
2461%endif
2462
2463%files -n ecore-evas-engine-drm
2464%defattr(644,root,root,755)
2465%dir %{_libdir}/ecore_evas/engines/drm
3e32949c
JB
2466%dir %{_libdir}/ecore_evas/engines/drm/%{arch_tag}
2467%attr(755,root,root) %{_libdir}/ecore_evas/engines/drm/%{arch_tag}/module.so
5f8d025f
JB
2468
2469%files -n ecore-evas-engine-extn
2470%defattr(644,root,root,755)
2471%dir %{_libdir}/ecore_evas/engines/extn
3e32949c
JB
2472%dir %{_libdir}/ecore_evas/engines/extn/%{arch_tag}
2473%attr(755,root,root) %{_libdir}/ecore_evas/engines/extn/%{arch_tag}/module.so
5f8d025f
JB
2474
2475%if %{with fb}
2476%files -n ecore-evas-engine-fb
2477%defattr(644,root,root,755)
2478%dir %{_libdir}/ecore_evas/engines/fb
3e32949c
JB
2479%dir %{_libdir}/ecore_evas/engines/fb/%{arch_tag}
2480%attr(755,root,root) %{_libdir}/ecore_evas/engines/fb/%{arch_tag}/module.so
5f8d025f
JB
2481%endif
2482
2483%if %{with sdl}
2484%files -n ecore-evas-engine-sdl
2485%defattr(644,root,root,755)
2486%dir %{_libdir}/ecore_evas/engines/sdl
3e32949c
JB
2487%dir %{_libdir}/ecore_evas/engines/sdl/%{arch_tag}
2488%attr(755,root,root) %{_libdir}/ecore_evas/engines/sdl/%{arch_tag}/module.so
5f8d025f
JB
2489%endif
2490
2491%if %{with wayland}
2492%files -n ecore-evas-engine-wayland
2493%defattr(644,root,root,755)
2494%dir %{_libdir}/ecore_evas/engines/wayland
3e32949c
JB
2495%dir %{_libdir}/ecore_evas/engines/wayland/%{arch_tag}
2496%attr(755,root,root) %{_libdir}/ecore_evas/engines/wayland/%{arch_tag}/module.so
5f8d025f
JB
2497%endif
2498
2499%files -n ecore-evas-engine-x
2500%defattr(644,root,root,755)
2501%dir %{_libdir}/ecore_evas/engines/x
3e32949c
JB
2502%dir %{_libdir}/ecore_evas/engines/x/%{arch_tag}
2503%attr(755,root,root) %{_libdir}/ecore_evas/engines/x/%{arch_tag}/module.so
5f8d025f
JB
2504
2505%if %{with fb}
2506%files -n ecore-fb
2507%defattr(644,root,root,755)
2508%attr(755,root,root) %{_libdir}/libecore_fb.so.*.*.*
2509%attr(755,root,root) %ghost %{_libdir}/libecore_fb.so.1
2510
2511%files -n ecore-fb-devel
2512%defattr(644,root,root,755)
2513%attr(755,root,root) %{_libdir}/libecore_fb.so
2514%{_includedir}/ecore-fb-1
2515%{_pkgconfigdir}/ecore-fb.pc
2516
2517%if %{with static_libs}
2518%files -n ecore-fb-static
2519%defattr(644,root,root,755)
2520%{_libdir}/libecore_fb.a
2521%endif
2522%endif
2523
2524%files -n ecore-file
2525%defattr(644,root,root,755)
2526%attr(755,root,root) %{_libdir}/libecore_file.so.*.*.*
2527%attr(755,root,root) %ghost %{_libdir}/libecore_file.so.1
2528
2529%files -n ecore-file-devel
2530%defattr(644,root,root,755)
2531%attr(755,root,root) %{_libdir}/libecore_file.so
2532%{_includedir}/ecore-file-1
2533%{_pkgconfigdir}/ecore-file.pc
2534
2535%if %{with static_libs}
2536%files -n ecore-file-static
2537%defattr(644,root,root,755)
2538%{_libdir}/libecore_file.a
2539%endif
2540
2541%files -n ecore-imf
2542%defattr(644,root,root,755)
2543%attr(755,root,root) %{_libdir}/libecore_imf.so.*.*.*
2544%attr(755,root,root) %ghost %{_libdir}/libecore_imf.so.1
2545%dir %{_libdir}/ecore_imf
2546%dir %{_libdir}/ecore_imf/modules
2547%{_datadir}/ecore_imf
2548
5f8d025f
JB
2549%files -n ecore-imf-devel
2550%defattr(644,root,root,755)
2551%attr(755,root,root) %{_libdir}/libecore_imf.so
2552%{_includedir}/ecore-imf-1
2553%{_pkgconfigdir}/ecore-imf.pc
2554
2555%if %{with static_libs}
2556%files -n ecore-imf-static
2557%defattr(644,root,root,755)
2558%{_libdir}/libecore_imf.a
2559%endif
2560
2561%if %{with ibus}
2562%files -n ecore-imf-module-ibus
2563%defattr(644,root,root,755)
2564%dir %{_libdir}/ecore_imf/modules/ibus
3e32949c
JB
2565%dir %{_libdir}/ecore_imf/modules/ibus/%{arch_tag}
2566%attr(755,root,root) %{_libdir}/ecore_imf/modules/ibus/%{arch_tag}/module.so
5f8d025f
JB
2567%endif
2568
2569%if %{with scim}
2570%files -n ecore-imf-module-scim
2571%defattr(644,root,root,755)
2572%dir %{_libdir}/ecore_imf/modules/scim
3e32949c
JB
2573%dir %{_libdir}/ecore_imf/modules/scim/%{arch_tag}
2574%attr(755,root,root) %{_libdir}/ecore_imf/modules/scim/%{arch_tag}/module.so
5f8d025f
JB
2575%endif
2576
6af42324
JB
2577%if %{with wayland}
2578%files -n ecore-imf-module-wayland
2579%defattr(644,root,root,755)
2580%dir %{_libdir}/ecore_imf/modules/wayland
3e32949c
JB
2581%dir %{_libdir}/ecore_imf/modules/wayland/%{arch_tag}
2582%attr(755,root,root) %{_libdir}/ecore_imf/modules/wayland/%{arch_tag}/module.so
6af42324
JB
2583%endif
2584
5f8d025f
JB
2585%if %{without xcb_api}
2586%files -n ecore-imf-module-xim
2587%defattr(644,root,root,755)
2588%dir %{_libdir}/ecore_imf/modules/xim
3e32949c
JB
2589%dir %{_libdir}/ecore_imf/modules/xim/%{arch_tag}
2590%attr(755,root,root) %{_libdir}/ecore_imf/modules/xim/%{arch_tag}/module.so
5f8d025f
JB
2591%endif
2592
2593%files -n ecore-imf-evas
2594%defattr(644,root,root,755)
2595%attr(755,root,root) %{_libdir}/libecore_imf_evas.so.*.*.*
2596%attr(755,root,root) %ghost %{_libdir}/libecore_imf_evas.so.1
2597
2598%files -n ecore-imf-evas-devel
2599%defattr(644,root,root,755)
2600%attr(755,root,root) %{_libdir}/libecore_imf_evas.so
2601%{_includedir}/ecore-imf-evas-1
2602%{_pkgconfigdir}/ecore-imf-evas.pc
2603
2604%if %{with static_libs}
2605%files -n ecore-imf-evas-static
2606%defattr(644,root,root,755)
2607%{_libdir}/libecore_imf_evas.a
2608%endif
2609
2610%files -n ecore-input
2611%defattr(644,root,root,755)
2612%attr(755,root,root) %{_libdir}/libecore_input.so.*.*.*
2613%attr(755,root,root) %ghost %{_libdir}/libecore_input.so.1
2614
2615%files -n ecore-input-devel
2616%defattr(644,root,root,755)
2617%attr(755,root,root) %{_libdir}/libecore_input.so
2618%{_includedir}/ecore-input-1
2619%{_pkgconfigdir}/ecore-input.pc
2620
2621%if %{with static_libs}
2622%files -n ecore-input-static
2623%defattr(644,root,root,755)
2624%{_libdir}/libecore_input.a
2625%endif
2626
2627%files -n ecore-input-evas
2628%defattr(644,root,root,755)
2629%attr(755,root,root) %{_libdir}/libecore_input_evas.so.*.*.*
2630%attr(755,root,root) %ghost %{_libdir}/libecore_input_evas.so.1
2631
2632%files -n ecore-input-evas-devel
2633%defattr(644,root,root,755)
2634%attr(755,root,root) %{_libdir}/libecore_input_evas.so
2635%{_includedir}/ecore-input-evas-1
2636%{_pkgconfigdir}/ecore-input-evas.pc
2637
2638%if %{with static_libs}
2639%files -n ecore-input-evas-static
2640%defattr(644,root,root,755)
2641%{_libdir}/libecore_input_evas.a
2642%endif
2643
2644%files -n ecore-ipc
2645%defattr(644,root,root,755)
2646%attr(755,root,root) %{_libdir}/libecore_ipc.so.*.*.*
2647%attr(755,root,root) %ghost %{_libdir}/libecore_ipc.so.1
2648
2649%files -n ecore-ipc-devel
2650%defattr(644,root,root,755)
2651%attr(755,root,root) %{_libdir}/libecore_ipc.so
2652%{_includedir}/ecore-ipc-1
2653%{_pkgconfigdir}/ecore-ipc.pc
2654
2655%if %{with static_libs}
2656%files -n ecore-ipc-static
2657%defattr(644,root,root,755)
2658%{_libdir}/libecore_ipc.a
2659%endif
2660
2661%if %{with sdl}
2662%files -n ecore-sdl
2663%defattr(644,root,root,755)
2664%attr(755,root,root) %{_libdir}/libecore_sdl.so.*.*.*
2665%attr(755,root,root) %ghost %{_libdir}/libecore_sdl.so.1
2666
2667%files -n ecore-sdl-devel
2668%defattr(644,root,root,755)
2669%attr(755,root,root) %{_libdir}/libecore_sdl.so
2670%{_includedir}/ecore-sdl-1
2671%{_pkgconfigdir}/ecore-sdl.pc
2672
2673%if %{with static_libs}
2674%files -n ecore-sdl-static
2675%defattr(644,root,root,755)
2676%{_libdir}/libecore_sdl.a
2677%endif
2678%endif
2679
2680%if %{with wayland}
2681%files -n ecore-wayland
2682%defattr(644,root,root,755)
2683%attr(755,root,root) %{_libdir}/libecore_wayland.so.*.*.*
2684%attr(755,root,root) %ghost %{_libdir}/libecore_wayland.so.1
2685
2686%files -n ecore-wayland-devel
2687%defattr(644,root,root,755)
2688%attr(755,root,root) %{_libdir}/libecore_wayland.so
2689%{_includedir}/ecore-wayland-1
2690%{_pkgconfigdir}/ecore-wayland.pc
2691
2692%if %{with static_libs}
2693%files -n ecore-wayland-static
2694%defattr(644,root,root,755)
2695%{_libdir}/libecore_wayland.a
2696%endif
2697%endif
2698
2699%files -n ecore-x
2700%defattr(644,root,root,755)
2701%attr(755,root,root) %{_libdir}/libecore_x.so.*.*.*
2702%attr(755,root,root) %ghost %{_libdir}/libecore_x.so.1
2703
2704%files -n ecore-x-devel
2705%defattr(644,root,root,755)
2706%attr(755,root,root) %{_libdir}/libecore_x.so
2707%{_includedir}/ecore-x-1
2708%{_pkgconfigdir}/ecore-x.pc
2709
2710%if %{with static_libs}
2711%files -n ecore-x-static
2712%defattr(644,root,root,755)
2713%{_libdir}/libecore_x.a
2714%endif
2715
2716%files -n edje
2717%defattr(644,root,root,755)
2718%attr(755,root,root) %{_bindir}/edje_cc
2719%attr(755,root,root) %{_bindir}/edje_codegen
2720%attr(755,root,root) %{_bindir}/edje_decc
2721%attr(755,root,root) %{_bindir}/edje_external_inspector
2722%attr(755,root,root) %{_bindir}/edje_inspector
2723%attr(755,root,root) %{_bindir}/edje_pick
2724%attr(755,root,root) %{_bindir}/edje_player
2725%attr(755,root,root) %{_bindir}/edje_recc
2726%attr(755,root,root) %{_bindir}/edje_watch
2727%dir %{_libdir}/edje/utils
3e32949c
JB
2728%dir %{_libdir}/edje/utils/%{arch_tag}
2729%attr(755,root,root) %dir %{_libdir}/edje/utils/%{arch_tag}/epp
5f8d025f
JB
2730%{_datadir}/edje
2731%{_datadir}/mime/packages/edje.xml
2732
2733%files -n edje-libs
2734%defattr(644,root,root,755)
2735%attr(755,root,root) %{_libdir}/libedje.so.*.*.*
2736%attr(755,root,root) %ghost %{_libdir}/libedje.so.1
2737%dir %{_libdir}/edje
2738%dir %{_libdir}/edje/modules
2739
2740%files -n edje-devel
2741%defattr(644,root,root,755)
2742%attr(755,root,root) %{_libdir}/libedje.so
2743%{_includedir}/edje-1
2744%{_pkgconfigdir}/edje.pc
2745%{_libdir}/cmake/Edje
2746
2747%if %{with static_libs}
2748%files -n edje-static
2749%defattr(644,root,root,755)
2750%{_libdir}/libedje.a
2751%endif
2752
2753%files -n edje-module-emotion
2754%defattr(644,root,root,755)
2755%dir %{_libdir}/edje/modules/emotion
3e32949c
JB
2756%dir %{_libdir}/edje/modules/emotion/%{arch_tag}
2757%attr(755,root,root) %{_libdir}/edje/modules/emotion/%{arch_tag}/module.so
5f8d025f
JB
2758
2759%files -n eet
2760%defattr(644,root,root,755)
2761%attr(755,root,root) %{_bindir}/eet
2762%attr(755,root,root) %{_libdir}/libeet.so.*.*.*
2763%attr(755,root,root) %ghost %{_libdir}/libeet.so.1
2764
2765%files -n eet-devel
2766%defattr(644,root,root,755)
2767%attr(755,root,root) %{_libdir}/libeet.so
2768%{_includedir}/eet-1
2769%{_pkgconfigdir}/eet.pc
2770%{_libdir}/cmake/Eet
2771
2772%if %{with static_libs}
2773%files -n eet-static
2774%defattr(644,root,root,755)
2775%{_libdir}/libeet.a
2776%endif
2777
2778%files -n eeze
2779%defattr(644,root,root,755)
2780%attr(755,root,root) %{_bindir}/eeze_disk_ls
2781%attr(755,root,root) %{_bindir}/eeze_mount
2782%attr(755,root,root) %{_bindir}/eeze_scanner
2783%attr(755,root,root) %{_bindir}/eeze_umount
2784%attr(755,root,root) %{_libdir}/libeeze.so.*.*.*
2785%attr(755,root,root) %ghost %{_libdir}/libeeze.so.1
2786%dir %{_libdir}/eeze
2787%dir %{_libdir}/eeze/modules
2788%dir %{_libdir}/eeze/modules/sensor
2789%dir %{_libdir}/eeze/modules/sensor/fake
3e32949c
JB
2790%dir %{_libdir}/eeze/modules/sensor/fake/%{arch_tag}
2791%attr(755,root,root) %{_libdir}/eeze/modules/sensor/fake/%{arch_tag}/module.so
5f8d025f 2792%dir %{_libdir}/eeze/modules/sensor/udev
3e32949c
JB
2793%dir %{_libdir}/eeze/modules/sensor/udev/%{arch_tag}
2794%attr(755,root,root) %{_libdir}/eeze/modules/sensor/udev/%{arch_tag}/module.so
5f8d025f
JB
2795%{_datadir}/eeze
2796
2797%files -n eeze-devel
2798%defattr(644,root,root,755)
2799%attr(755,root,root) %{_libdir}/libeeze.so
2800%{_includedir}/eeze-1
2801%{_pkgconfigdir}/eeze.pc
2802%{_libdir}/cmake/Eeze
2803
2804%if %{with static_libs}
2805%files -n eeze-static
2806%defattr(644,root,root,755)
2807%{_libdir}/libeeze.a
2808%endif
2809
2810%files -n efreet
2811%defattr(644,root,root,755)
2812%attr(755,root,root) %{_bindir}/efreetd
2813%dir %{_libdir}/efreet
3e32949c
JB
2814%dir %{_libdir}/efreet/%{arch_tag}
2815%attr(755,root,root) %{_libdir}/efreet/%{arch_tag}/efreet_desktop_cache_create
2816%attr(755,root,root) %{_libdir}/efreet/%{arch_tag}/efreet_icon_cache_create
5f8d025f
JB
2817%{_datadir}/dbus-1/services/org.enlightenment.Efreet.service
2818%{_datadir}/efreet
2819
2820%files -n efreet-libs
2821%defattr(644,root,root,755)
2822%attr(755,root,root) %{_libdir}/libefreet.so.*.*.*
2823%attr(755,root,root) %ghost %{_libdir}/libefreet.so.1
2824%attr(755,root,root) %{_libdir}/libefreet_mime.so.*.*.*
2825%attr(755,root,root) %ghost %{_libdir}/libefreet_mime.so.1
2826%attr(755,root,root) %{_libdir}/libefreet_trash.so.*.*.*
2827%attr(755,root,root) %ghost %{_libdir}/libefreet_trash.so.1
2828
2829%files -n efreet-devel
2830%defattr(644,root,root,755)
2831%attr(755,root,root) %{_libdir}/libefreet.so
2832%attr(755,root,root) %{_libdir}/libefreet_mime.so
2833%attr(755,root,root) %{_libdir}/libefreet_trash.so
2834%{_includedir}/efreet-1
2835%{_pkgconfigdir}/efreet.pc
2836%{_pkgconfigdir}/efreet-mime.pc
2837%{_pkgconfigdir}/efreet-trash.pc
2838%{_libdir}/cmake/Efreet
2839
2840%if %{with static_libs}
2841%files -n efreet-static
2842%defattr(644,root,root,755)
2843%{_libdir}/libefreet.a
2844%{_libdir}/libefreet_mime.a
2845%{_libdir}/libefreet_trash.a
2846%endif
2847
2848%files -n eina
2849%defattr(644,root,root,755)
2850%doc AUTHORS ChangeLog NEWS README
2851%attr(755,root,root) %{_libdir}/libeina.so.*.*.*
2852%attr(755,root,root) %ghost %{_libdir}/libeina.so.1
2853
2854%files -n eina-devel
2855%defattr(644,root,root,755)
2856%attr(755,root,root) %{_libdir}/libeina.so
2857# efl-1 is common for EFL - packaged here as eina is all-common EFL dependency
2858%{_includedir}/efl-1
2859%{_includedir}/eina-1
2860%{_pkgconfigdir}/eina.pc
2861%{_libdir}/cmake/Eina
2862
2863%if %{with static_libs}
2864%files -n eina-static
2865%defattr(644,root,root,755)
2866%{_libdir}/libeina.a
2867%endif
2868
2869%files -n eio
2870%defattr(644,root,root,755)
2871%attr(755,root,root) %{_libdir}/libeio.so.*.*.*
2872%attr(755,root,root) %ghost %{_libdir}/libeio.so.1
2873
2874%files -n eio-devel
2875%defattr(644,root,root,755)
2876%attr(755,root,root) %{_libdir}/libeio.so
2877%{_includedir}/eio-1
2878%{_pkgconfigdir}/eio.pc
2879
2880%if %{with static_libs}
2881%files -n eio-static
2882%defattr(644,root,root,755)
2883%{_libdir}/libeio.a
2884%endif
2885
2886%files -n eldbus
2887%defattr(644,root,root,755)
2888%attr(755,root,root) %{_libdir}/libeldbus.so.*.*.*
2889%attr(755,root,root) %ghost %{_libdir}/libeldbus.so.1
2890
2891%files -n eldbus-devel
2892%defattr(644,root,root,755)
2893%attr(755,root,root) %{_bindir}/eldbus-codegen
2894%attr(755,root,root) %{_libdir}/libeldbus.so
2895%{_includedir}/eldbus-1
2896%{_pkgconfigdir}/eldbus.pc
2897%{_libdir}/cmake/Eldbus
2898
2899%if %{with static_libs}
2900%files -n eldbus-static
2901%defattr(644,root,root,755)
2902%{_libdir}/libeldbus.a
2903%endif
2904
2905%files -n embryo
2906%defattr(644,root,root,755)
2907%attr(755,root,root) %{_bindir}/embryo_cc
2908%attr(755,root,root) %{_libdir}/libembryo.so.*.*.*
2909%attr(755,root,root) %ghost %{_libdir}/libembryo.so.1
2910# for embryo_cc
2911%{_datadir}/embryo
2912
2913%files -n embryo-devel
2914%defattr(644,root,root,755)
2915%attr(755,root,root) %{_libdir}/libembryo.so
2916%{_includedir}/embryo-1
2917%{_pkgconfigdir}/embryo.pc
2918
2919%if %{with static_libs}
2920%files -n embryo-static
2921%defattr(644,root,root,755)
2922%{_libdir}/libembryo.a
2923%endif
2924
2925%files -n emotion
2926%defattr(644,root,root,755)
2927%attr(755,root,root) %{_libdir}/libemotion.so.*.*.*
2928%attr(755,root,root) %ghost %{_libdir}/libemotion.so.1
2929%dir %{_libdir}/emotion
2930%dir %{_libdir}/emotion/modules
2931%{_datadir}/emotion
2932
2933%files -n emotion-devel
2934%defattr(644,root,root,755)
2935%attr(755,root,root) %{_libdir}/libemotion.so
2936%{_includedir}/emotion-1
2937%{_pkgconfigdir}/emotion.pc
3e32949c 2938%{_libdir}/cmake/Emotion
5f8d025f
JB
2939
2940%if %{with static_libs}
2941%files -n emotion-static
2942%defattr(644,root,root,755)
2943%{_libdir}/libemotion.a
2944%endif
2945
2946%if %{with gstreamer}
2947%files -n emotion-decoder-gstreamer
2948%defattr(644,root,root,755)
3e32949c
JB
2949%dir %{_libdir}/emotion/modules/gstreamer1
2950%dir %{_libdir}/emotion/modules/gstreamer1/%{arch_tag}
2951%attr(755,root,root) %{_libdir}/emotion/modules/gstreamer1/%{arch_tag}/module.so
5f8d025f
JB
2952%endif
2953
2954%if %{with xine}
2955%files -n emotion-decoder-xine
2956%defattr(644,root,root,755)
2957%dir %{_libdir}/emotion/modules/xine
3e32949c
JB
2958%dir %{_libdir}/emotion/modules/xine/%{arch_tag}
2959%attr(755,root,root) %{_libdir}/emotion/modules/xine/%{arch_tag}/module.so
5f8d025f
JB
2960%endif
2961
5f8d025f
JB
2962%files -n eo
2963%defattr(644,root,root,755)
2964%attr(755,root,root) %{_libdir}/libeo.so.*.*.*
2965%attr(755,root,root) %ghost %{_libdir}/libeo.so.1
2966
2967%files -n eo-devel
2968%defattr(644,root,root,755)
2969%attr(755,root,root) %{_libdir}/libeo.so
2970%{_includedir}/eo-1
2971%{_pkgconfigdir}/eo.pc
2972%{_libdir}/cmake/Eo
2973
2974%if %{with static_libs}
2975%files -n eo-static
2976%defattr(644,root,root,755)
2977%{_libdir}/libeo.a
2978%endif
2979
2980%files -n eo-gdb
2981%defattr(644,root,root,755)
2982%dir %{_datadir}/eo
2983%{_datadir}/eo/gdb
2984%{_datadir}/gdb/auto-load/usr/%{_lib}/libeo.so.%{version}-gdb.py
2985
2986%files -n ephysics
2987%defattr(644,root,root,755)
2988%attr(755,root,root) %{_libdir}/libephysics.so.*.*.*
2989%attr(755,root,root) %ghost %{_libdir}/libephysics.so.1
2990
2991%files -n ephysics-devel
2992%defattr(644,root,root,755)
2993%attr(755,root,root) %{_libdir}/libephysics.so
2994%{_includedir}/ephysics-1
2995%{_pkgconfigdir}/ephysics.pc
2996
2997%if %{with static_libs}
2998%files -n ephysics-static
2999%defattr(644,root,root,755)
3000%{_libdir}/libephysics.a
3001%endif
3002
3003%files -n ethumb
3004%defattr(644,root,root,755)
3005%attr(755,root,root) %{_bindir}/ethumb
3006%attr(755,root,root) %{_bindir}/ethumbd
3007%attr(755,root,root) %{_bindir}/ethumbd_client
3008%dir %{_libdir}/ethumb_client
3009%dir %{_libdir}/ethumb_client/utils
3e32949c
JB
3010%dir %{_libdir}/ethumb_client/utils/%{arch_tag}
3011%attr(755,root,root) %{_libdir}/ethumb_client/utils/%{arch_tag}/ethumbd_slave
5f8d025f
JB
3012%{_datadir}/dbus-1/services/org.enlightenment.Ethumb.service
3013%{_datadir}/ethumb
3014%{_datadir}/ethumb_client
3015
3016%files -n ethumb-libs
3017%defattr(644,root,root,755)
3018%attr(755,root,root) %{_libdir}/libethumb.so.*.*.*
3019%attr(755,root,root) %ghost %{_libdir}/libethumb.so.1
3020%attr(755,root,root) %{_libdir}/libethumb_client.so.*.*.*
3021%attr(755,root,root) %ghost %{_libdir}/libethumb_client.so.1
3022%dir %{_libdir}/ethumb
3023%dir %{_libdir}/ethumb/modules
3024
3025%files -n ethumb-devel
3026%defattr(644,root,root,755)
3027%attr(755,root,root) %{_libdir}/libethumb.so
3028%attr(755,root,root) %{_libdir}/libethumb_client.so
3029%{_includedir}/ethumb-1
3030%{_includedir}/ethumb-client-1
3031%{_pkgconfigdir}/ethumb.pc
3032%{_pkgconfigdir}/ethumb_client.pc
3033%{_libdir}/cmake/Ethumb
3034%{_libdir}/cmake/EthumbClient
3035
3036%if %{with static_libs}
3037%files -n ethumb-static
3038%defattr(644,root,root,755)
3039%{_libdir}/libethumb.a
3040%{_libdir}/libethumb_client.a
3041%endif
3042
3043%files -n ethumb-plugin-emotion
3044%defattr(644,root,root,755)
3045%dir %{_libdir}/ethumb/modules/emotion
3e32949c
JB
3046%dir %{_libdir}/ethumb/modules/emotion/%{arch_tag}
3047%attr(755,root,root) %{_libdir}/ethumb/modules/emotion/%{arch_tag}/module.so
3048%{_libdir}/ethumb/modules/emotion/%{arch_tag}/template.edj
5f8d025f
JB
3049
3050%files -n evas
3051%defattr(644,root,root,755)
3052%attr(755,root,root) %{_bindir}/evas_cserve2_client
3053%attr(755,root,root) %{_bindir}/evas_cserve2_debug
3054%attr(755,root,root) %{_bindir}/evas_cserve2_shm_debug
3055%attr(755,root,root) %{_bindir}/evas_cserve2_usage
3056%attr(755,root,root) %{_libdir}/libevas.so.*.*.*
3057%attr(755,root,root) %ghost %{_libdir}/libevas.so.1
3058%dir %{_libdir}/evas
3059%dir %{_libdir}/evas/cserve2
3060%dir %{_libdir}/evas/cserve2/bin
3e32949c
JB
3061%dir %{_libdir}/evas/cserve2/bin/%{arch_tag}
3062%attr(755,root,root) %{_libdir}/evas/cserve2/bin/%{arch_tag}/evas_cserve2
3063%attr(755,root,root) %{_libdir}/evas/cserve2/bin/%{arch_tag}/evas_cserve2_slave
5f8d025f
JB
3064%dir %{_libdir}/evas/modules
3065%dir %{_libdir}/evas/modules/engines
3066%dir %{_libdir}/evas/modules/loaders
3067%dir %{_libdir}/evas/modules/savers
3068%{_datadir}/evas
3069
3070%files -n evas-devel
3071%defattr(644,root,root,755)
3072%attr(755,root,root) %{_libdir}/libevas.so
3073%{_includedir}/evas-1
3074%{_pkgconfigdir}/evas.pc
3075# engine private structures
3076%{?with_drm:%{_pkgconfigdir}/evas-drm.pc}
3077%{?with_fb:%{_pkgconfigdir}/evas-fb.pc}
3078%{?with_sdl:%{_pkgconfigdir}/evas-opengl-sdl.pc}
3079%{_pkgconfigdir}/evas-opengl-x11.pc
3080%{_pkgconfigdir}/evas-software-buffer.pc
3081%{_pkgconfigdir}/evas-software-x11.pc
3082%if %{with wayland}
3083%{_pkgconfigdir}/evas-wayland-egl.pc
3084%{_pkgconfigdir}/evas-wayland-shm.pc
3085%endif
3086%{_libdir}/cmake/Evas
3087
3088%if %{with static_libs}
3089%files -n evas-static
3090%defattr(644,root,root,755)
3091%{_libdir}/libevas.a
3092%endif
3093
3094%if %{with drm}
3095%files -n evas-engine-drm
3096%defattr(644,root,root,755)
3097%dir %{_libdir}/evas/modules/engines/drm
3e32949c
JB
3098%dir %{_libdir}/evas/modules/engines/drm/%{arch_tag}
3099%attr(755,root,root) %{_libdir}/evas/modules/engines/drm/%{arch_tag}/module.so
5f8d025f
JB
3100%endif
3101
3102%if %{with fb}
3103%files -n evas-engine-fb
3104%defattr(644,root,root,755)
3105%dir %{_libdir}/evas/modules/engines/fb
3e32949c
JB
3106%dir %{_libdir}/evas/modules/engines/fb/%{arch_tag}
3107%attr(755,root,root) %{_libdir}/evas/modules/engines/fb/%{arch_tag}/module.so
5f8d025f
JB
3108%endif
3109
3110%if %{with sdl}
3111%files -n evas-engine-gl_sdl
3112%defattr(644,root,root,755)
3113%dir %{_libdir}/evas/modules/engines/gl_sdl
3e32949c
JB
3114%dir %{_libdir}/evas/modules/engines/gl_sdl/%{arch_tag}
3115%attr(755,root,root) %{_libdir}/evas/modules/engines/gl_sdl/%{arch_tag}/module.so
5f8d025f
JB
3116%endif
3117
3118%files -n evas-engine-gl_x11
3119%defattr(644,root,root,755)
3120%dir %{_libdir}/evas/modules/engines/gl_x11
3e32949c
JB
3121%dir %{_libdir}/evas/modules/engines/gl_x11/%{arch_tag}
3122%attr(755,root,root) %{_libdir}/evas/modules/engines/gl_x11/%{arch_tag}/module.so
5f8d025f
JB
3123
3124%files -n evas-engine-software_x11
3125%defattr(644,root,root,755)
3126%dir %{_libdir}/evas/modules/engines/software_x11
3e32949c
JB
3127%dir %{_libdir}/evas/modules/engines/software_x11/%{arch_tag}
3128%attr(755,root,root) %{_libdir}/evas/modules/engines/software_x11/%{arch_tag}/module.so
5f8d025f
JB
3129
3130%if %{with wayland}
3131%files -n evas-engine-wayland_egl
3132%defattr(644,root,root,755)
3133%dir %{_libdir}/evas/modules/engines/wayland_egl
3e32949c
JB
3134%dir %{_libdir}/evas/modules/engines/wayland_egl/%{arch_tag}
3135%attr(755,root,root) %{_libdir}/evas/modules/engines/wayland_egl/%{arch_tag}/module.so
5f8d025f
JB
3136
3137%files -n evas-engine-wayland_shm
3138%defattr(644,root,root,755)
3139%dir %{_libdir}/evas/modules/engines/wayland_shm
3e32949c
JB
3140%dir %{_libdir}/evas/modules/engines/wayland_shm/%{arch_tag}
3141%attr(755,root,root) %{_libdir}/evas/modules/engines/wayland_shm/%{arch_tag}/module.so
5f8d025f
JB
3142%endif
3143
3144%files -n evas-loader-gif
3145%defattr(644,root,root,755)
3146%dir %{_libdir}/evas/modules/loaders/gif
3e32949c
JB
3147%dir %{_libdir}/evas/modules/loaders/gif/%{arch_tag}
3148%attr(755,root,root) %{_libdir}/evas/modules/loaders/gif/%{arch_tag}/module.so
5f8d025f
JB
3149
3150%files -n evas-loader-jp2k
3151%defattr(644,root,root,755)
3152%dir %{_libdir}/evas/modules/loaders/jp2k
3e32949c
JB
3153%dir %{_libdir}/evas/modules/loaders/jp2k/%{arch_tag}
3154%attr(755,root,root) %{_libdir}/evas/modules/loaders/jp2k/%{arch_tag}/module.so
5f8d025f
JB
3155
3156%files -n evas-loader-jpeg
3157%defattr(644,root,root,755)
3158%dir %{_libdir}/evas/modules/loaders/jpeg
3e32949c
JB
3159%dir %{_libdir}/evas/modules/loaders/jpeg/%{arch_tag}
3160%attr(755,root,root) %{_libdir}/evas/modules/loaders/jpeg/%{arch_tag}/module.so
5f8d025f
JB
3161
3162%files -n evas-loader-png
3163%defattr(644,root,root,755)
3164%dir %{_libdir}/evas/modules/loaders/png
3e32949c
JB
3165%dir %{_libdir}/evas/modules/loaders/png/%{arch_tag}
3166%attr(755,root,root) %{_libdir}/evas/modules/loaders/png/%{arch_tag}/module.so
5f8d025f
JB
3167
3168%files -n evas-loader-tiff
3169%defattr(644,root,root,755)
3170%dir %{_libdir}/evas/modules/loaders/tiff
3e32949c
JB
3171%dir %{_libdir}/evas/modules/loaders/tiff/%{arch_tag}
3172%attr(755,root,root) %{_libdir}/evas/modules/loaders/tiff/%{arch_tag}/module.so
5f8d025f
JB
3173
3174%files -n evas-loader-webp
3175%defattr(644,root,root,755)
3176%dir %{_libdir}/evas/modules/loaders/webp
3e32949c
JB
3177%dir %{_libdir}/evas/modules/loaders/webp/%{arch_tag}
3178%attr(755,root,root) %{_libdir}/evas/modules/loaders/webp/%{arch_tag}/module.so
5f8d025f
JB
3179
3180%files -n evas-saver-jpeg
3181%defattr(644,root,root,755)
3182%dir %{_libdir}/evas/modules/savers/jpeg
3e32949c
JB
3183%dir %{_libdir}/evas/modules/savers/jpeg/%{arch_tag}
3184%attr(755,root,root) %{_libdir}/evas/modules/savers/jpeg/%{arch_tag}/module.so
5f8d025f
JB
3185
3186%files -n evas-saver-png
3187%defattr(644,root,root,755)
3188%dir %{_libdir}/evas/modules/savers/png
3e32949c
JB
3189%dir %{_libdir}/evas/modules/savers/png/%{arch_tag}
3190%attr(755,root,root) %{_libdir}/evas/modules/savers/png/%{arch_tag}/module.so
5f8d025f
JB
3191
3192%files -n evas-saver-tiff
3193%defattr(644,root,root,755)
3194%dir %{_libdir}/evas/modules/savers/tiff
3e32949c
JB
3195%dir %{_libdir}/evas/modules/savers/tiff/%{arch_tag}
3196%attr(755,root,root) %{_libdir}/evas/modules/savers/tiff/%{arch_tag}/module.so
5f8d025f
JB
3197
3198%files -n evas-saver-webp
3199%defattr(644,root,root,755)
3200%dir %{_libdir}/evas/modules/savers/webp
3e32949c
JB
3201%dir %{_libdir}/evas/modules/savers/webp/%{arch_tag}
3202%attr(755,root,root) %{_libdir}/evas/modules/savers/webp/%{arch_tag}/module.so
5f8d025f
JB
3203
3204%files -n vim-addon-efl
3205%defattr(644,root,root,755)
3206%doc data/edje/vim/plugin-info.txt
3207%{_datadir}/vim/autoload/edccomplete.vim
3208%{_datadir}/vim/vimfiles/ftdetect/edc.vim
3209%{_datadir}/vim/vimfiles/ftplugin/edc.vim
3210%{_datadir}/vim/vimfiles/indent/edc.vim
3211# owner?
3212%dir %{_datadir}/vim/vimfiles/snippets
3213%{_datadir}/vim/vimfiles/snippets/edc.snippets
3214%{_datadir}/vim/vimfiles/syntax/edc.vim
3215%{_datadir}/vim/vimfiles/syntax/embryo.vim
This page took 0.548613 seconds and 4 git commands to generate.