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