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