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