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