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