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