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